01KRKFYMPNBDW0RG3RN5PW2Z2E: build-and-test / illumos

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

Buildomat Job: 01KRKFYWKQ875W1X50PZW6WAQ7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-14T14:59:53.629Zjob assigned to worker 01KRKFZ2K1YSTCTN2JHA10EC6W [factory aws, i-00b6470d27af7966d] (queued for 57 s)
 
22026-05-14T14:59:59.966Zstarting task 0: "setup"
32026-05-14T14:59:59.972Z++ uname -s
42026-05-14T14:59:59.975Z+ kern=SunOS
52026-05-14T14:59:59.975Z+ build_user=build
62026-05-14T14:59:59.975Z+ build_uid=12345
72026-05-14T14:59:59.975Z+ work_dir=/work
82026-05-14T14:59:59.975Z+ input_dir=/input
92026-05-14T14:59:59.975Z+ [[ 0 == 12345 ]]
102026-05-14T14:59:59.975Z+ case "$kern" in
112026-05-14T14:59:59.975Z+ groupadd -g 12345 build
122026-05-14T14:59:59.978Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-14T15:00:01.982Z+ zfs create -o mountpoint=/work rpool/work
142026-05-14T15:00:02.092Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-14T15:00:02.095Z+ home_fs=zfs
162026-05-14T15:00:02.095Z+ [[ zfs == autofs ]]
172026-05-14T15:00:02.095Z+ mkdir -p /home/build
182026-05-14T15:00:02.095Z+ chown build:build /home/build /work
192026-05-14T15:00:04.097Z+ chmod 0700 /home/build /work
202026-05-14T15:00:04.100Zprocess exited: duration 4133 ms, exit code 0
 
212026-05-14T15:00:04.106Zstarting task 1: "rust-toolchain"
222026-05-14T15:00:04.111Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-14T15:00:04.111Z * rust toolchain channel = "stable"
242026-05-14T15:00:04.111Z * rust toolchain profile = "default"
252026-05-14T15:00:04.111Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-14T15:00:04.111Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-14T15:00:04.111Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-14T15:00:04.114Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-14T15:00:04.114Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-14T15:00:04.233Zinfo: downloading installer
312026-05-14T15:00:05.560Zwarn: It looks like you have an existing installation of Rust at:
322026-05-14T15:00:05.560Zwarn: /opt/ooce/bin
332026-05-14T15:00:05.560Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-14T15:00:05.560Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-14T15:00:05.560Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-14T15:00:05.560Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-14T15:00:05.560Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-14T15:00:05.560Zerror: cannot install while Rust is installed
392026-05-14T15:00:05.561Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-14T15:00:05.561Zwarn: It looks like you have an existing rustup settings file at:
412026-05-14T15:00:05.561Zwarn: /home/build/.rustup/settings.toml
422026-05-14T15:00:05.561Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-14T15:00:05.561Zwarn: instead of the one inferred from the default host triple.
442026-05-14T15:00:05.573Zinfo: profile set to default
452026-05-14T15:00:05.574Zinfo: default host triple is x86_64-unknown-illumos
462026-05-14T15:00:05.576Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-14T15:00:05.707Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-14T15:00:05.710Zinfo: downloading 6 components
492026-05-14T15:00:19.812Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-14T15:00:19.812Z
512026-05-14T15:00:19.848Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-14T15:00:19.848Z
532026-05-14T15:00:19.848Z
542026-05-14T15:00:19.848ZRust is installed now. Great!
552026-05-14T15:00:19.848Z
562026-05-14T15:00:19.848ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-14T15:00:19.848Zenvironment variable. This has not been done automatically.
582026-05-14T15:00:19.848Z
592026-05-14T15:00:19.848ZTo configure your current shell, you need to source
602026-05-14T15:00:19.848Zthe corresponding env file under $HOME/.cargo.
612026-05-14T15:00:19.848Z
622026-05-14T15:00:19.848ZThis is usually done by running one of the following (note the leading DOT):
632026-05-14T15:00:19.848Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-14T15:00:19.848Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-14T15:00:19.848Zsource "~/.cargo/env.nu" # For nushell
662026-05-14T15:00:19.848Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-14T15:00:19.848Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-14T15:00:19.848Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-14T15:00:19.851Zwarn: no default linker (`cc`) was found in your PATH
702026-05-14T15:00:19.851Zwarn: many Rust crates require a system C toolchain to build
712026-05-14T15:00:19.948Z+ rustup --version
722026-05-14T15:00:19.957Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-14T15:00:19.960Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-14T15:00:19.978Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-14T15:00:19.981Z+ cargo --version
762026-05-14T15:00:19.995Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-14T15:00:19.998Z+ rustc --version
782026-05-14T15:00:20.017Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-14T15:00:20.021Zprocess exited: duration 15912 ms, exit code 0
 
802026-05-14T15:00:20.026Zstarting task 2: "authentication"
812026-05-14T15:00:20.042Zprocess exited: duration 16 ms, exit code 0
 
822026-05-14T15:00:20.049Zstarting task 3: "clone repository"
832026-05-14T15:00:20.052Z+ mkdir -p /work/oxidecomputer/dropshot
842026-05-14T15:00:20.055Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
852026-05-14T15:00:20.086ZCloning into '/work/oxidecomputer/dropshot'...
862026-05-14T15:00:21.120Z+ cd /work/oxidecomputer/dropshot
872026-05-14T15:00:21.123Z+ git fetch origin 61932bb98d371407c3d974c52d1de3f558f230ea
882026-05-14T15:00:21.397ZFrom https://github.com/oxidecomputer/dropshot
892026-05-14T15:00:21.397Z * branch 61932bb98d371407c3d974c52d1de3f558f230ea -> FETCH_HEAD
902026-05-14T15:00:21.405Z+ [[ -n rustup_breakage ]]
912026-05-14T15:00:21.405Z++ git branch --show-current
922026-05-14T15:00:21.409Z+ current=main
932026-05-14T15:00:21.409Z+ [[ main != rustup_breakage ]]
942026-05-14T15:00:21.409Z+ git branch -f rustup_breakage 61932bb98d371407c3d974c52d1de3f558f230ea
952026-05-14T15:00:21.409Z+ git checkout -f rustup_breakage
962026-05-14T15:00:21.421ZSwitched to branch 'rustup_breakage'
972026-05-14T15:00:21.424Z+ git reset --hard 61932bb98d371407c3d974c52d1de3f558f230ea
982026-05-14T15:00:21.435ZHEAD is now at 61932bb cache-bin: false
992026-05-14T15:00:21.438Zprocess exited: duration 1387 ms, exit code 0
 
1002026-05-14T15:00:21.444Zstarting task 4: "build"
1012026-05-14T15:00:21.448Z+ cargo --version
1022026-05-14T15:00:21.453Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1032026-05-14T15:00:21.591Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1042026-05-14T15:00:21.594Zinfo: downloading 6 components
1052026-05-14T15:00:36.270Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1062026-05-14T15:00:36.273Z+ rustc --version
1072026-05-14T15:00:36.301Zrustc 1.95.0 (59807616e 2026-04-14)
1082026-05-14T15:00:36.305Z+ banner build
1092026-05-14T15:00:36.309Z
1102026-05-14T15:00:36.309Z ##### # # # # #####
1112026-05-14T15:00:36.309Z # # # # # # # #
1122026-05-14T15:00:36.309Z ##### # # # # # #
1132026-05-14T15:00:36.309Z # # # # # # # #
1142026-05-14T15:00:36.309Z # # # # # # # #
1152026-05-14T15:00:36.309Z ##### #### # ###### #####
1162026-05-14T15:00:36.309Z
1172026-05-14T15:00:36.309Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1182026-05-14T15:00:36.389Z Updating crates.io index
1192026-05-14T15:00:38.233Z Downloading crates ...
1202026-05-14T15:00:38.282Z Downloaded asn1-rs-impl v0.2.0
1212026-05-14T15:00:38.291Z Downloaded cfg_aliases v0.2.1
1222026-05-14T15:00:38.293Z Downloaded async-stream-impl v0.3.6
1232026-05-14T15:00:38.296Z Downloaded cfg-if v1.0.0
1242026-05-14T15:00:38.296Z Downloaded errno v0.3.10
1252026-05-14T15:00:38.299Z Downloaded bytes v1.11.1
1262026-05-14T15:00:38.304Z Downloaded compression-core v0.4.32
1272026-05-14T15:00:38.309Z Downloaded block-buffer v0.12.0
1282026-05-14T15:00:38.312Z Downloaded dtrace-parser v0.3.0
1292026-05-14T15:00:38.314Z Downloaded crypto-common v0.2.1
1302026-05-14T15:00:38.317Z Downloaded mime v0.3.16
1312026-05-14T15:00:38.317Z Downloaded lock_api v0.4.6
1322026-05-14T15:00:38.319Z Downloaded icu_provider_macros v1.5.0
1332026-05-14T15:00:38.322Z Downloaded cmake v0.1.58
1342026-05-14T15:00:38.325Z Downloaded buf-list v1.1.2
1352026-05-14T15:00:38.327Z Downloaded sha1 v0.10.6
1362026-05-14T15:00:38.328Z Downloaded adler2 v2.0.1
1372026-05-14T15:00:38.330Z Downloaded rusticata-macros v4.1.0
1382026-05-14T15:00:38.330Z Downloaded rustls-pemfile v2.2.0
1392026-05-14T15:00:38.334Z Downloaded cpufeatures v0.3.0
1402026-05-14T15:00:38.337Z Downloaded concurrent-queue v2.5.0
1412026-05-14T15:00:38.337Z Downloaded compression-codecs v0.4.38
1422026-05-14T15:00:38.340Z Downloaded rand_chacha v0.9.0
1432026-05-14T15:00:38.340Z Downloaded glob v0.3.0
1442026-05-14T15:00:38.340Z Downloaded fs_extra v1.3.0
1452026-05-14T15:00:38.342Z Downloaded match_cfg v0.1.0
1462026-05-14T15:00:38.342Z Downloaded miniz_oxide v0.8.9
1472026-05-14T15:00:38.345Z Downloaded hyper-rustls v0.27.9
1482026-05-14T15:00:38.345Z Downloaded parking_lot v0.12.1
1492026-05-14T15:00:38.348Z Downloaded shlex v1.3.0
1502026-05-14T15:00:38.350Z Downloaded http-body-util v0.1.3
1512026-05-14T15:00:38.350Z Downloaded serde_core v1.0.228
1522026-05-14T15:00:38.353Z Downloaded icu_properties v1.5.1
1532026-05-14T15:00:38.356Z Downloaded autocfg v1.1.0
1542026-05-14T15:00:38.356Z Downloaded icu_provider v1.5.0
1552026-05-14T15:00:38.359Z Downloaded idna v1.0.3
1562026-05-14T15:00:38.362Z Downloaded scroll_derive v0.13.1
1572026-05-14T15:00:38.362Z Downloaded ipnet v2.10.0
1582026-05-14T15:00:38.364Z Downloaded http-body v1.0.1
1592026-05-14T15:00:38.364Z Downloaded futures-core v0.3.32
1602026-05-14T15:00:38.364Z Downloaded futures-sink v0.3.32
1612026-05-14T15:00:38.367Z Downloaded futures-io v0.3.32
1622026-05-14T15:00:38.367Z Downloaded itoa v1.0.1
1632026-05-14T15:00:38.370Z Downloaded httpdate v1.0.1
1642026-05-14T15:00:38.370Z Downloaded dyn-clone v1.0.4
1652026-05-14T15:00:38.372Z Downloaded futures-macro v0.3.32
1662026-05-14T15:00:38.372Z Downloaded dof v0.4.0
1672026-05-14T15:00:38.372Z Downloaded async-stream v0.3.6
1682026-05-14T15:00:38.375Z Downloaded num_threads v0.1.3
1692026-05-14T15:00:38.375Z Downloaded powerfmt v0.2.0
1702026-05-14T15:00:38.378Z Downloaded openssl-probe v0.2.1
1712026-05-14T15:00:38.378Z Downloaded getrandom v0.2.11
1722026-05-14T15:00:38.381Z Downloaded digest v0.10.7
1732026-05-14T15:00:38.381Z Downloaded parking v2.2.0
1742026-05-14T15:00:38.384Z Downloaded schema v0.1.0
1752026-05-14T15:00:38.384Z Downloaded byteorder v1.4.3
1762026-05-14T15:00:38.384Z Downloaded futures-task v0.3.32
1772026-05-14T15:00:38.387Z Downloaded bitflags v2.11.0
1782026-05-14T15:00:38.390Z Downloaded console v0.15.7
1792026-05-14T15:00:38.390Z Downloaded pem v3.0.6
1802026-05-14T15:00:38.393Z Downloaded equivalent v1.0.0
1812026-05-14T15:00:38.393Z Downloaded multer v3.1.0
1822026-05-14T15:00:38.396Z Downloaded memmap2 v0.9.8
1832026-05-14T15:00:38.396Z Downloaded heck v0.5.0
1842026-05-14T15:00:38.399Z Downloaded debug-ignore v1.0.5
1852026-05-14T15:00:38.399Z Downloaded atomic-waker v1.1.2
1862026-05-14T15:00:38.401Z Downloaded hostname v0.4.2
1872026-05-14T15:00:38.401Z Downloaded camino v1.2.2
1882026-05-14T15:00:38.401Z Downloaded fnv v1.0.7
1892026-05-14T15:00:38.404Z Downloaded simd-adler32 v0.3.7
1902026-05-14T15:00:38.404Z Downloaded pretty-hex v0.4.1
1912026-05-14T15:00:38.407Z Downloaded num-conv v0.2.0
1922026-05-14T15:00:38.407Z Downloaded lazy_static v1.5.0
1932026-05-14T15:00:38.407Z Downloaded is-terminal v0.4.12
1942026-05-14T15:00:38.409Z Downloaded hostname v0.3.1
1952026-05-14T15:00:38.410Z Downloaded cpufeatures v0.2.17
1962026-05-14T15:00:38.410Z Downloaded slog-bunyan v2.5.0
1972026-05-14T15:00:38.412Z Downloaded lru-slab v0.1.2
1982026-05-14T15:00:38.412Z Downloaded dunce v1.0.5
1992026-05-14T15:00:38.412Z Downloaded simple-mermaid v0.2.0
2002026-05-14T15:00:38.415Z Downloaded block-buffer v0.10.2
2012026-05-14T15:00:38.415Z Downloaded event-listener-strategy v0.5.4
2022026-05-14T15:00:38.416Z Downloaded atomicwrites v0.4.4
2032026-05-14T15:00:38.416Z Downloaded newline-converter v0.3.0
2042026-05-14T15:00:38.418Z Downloaded sync_wrapper v1.0.1
2052026-05-14T15:00:38.418Z Downloaded target-triple v1.0.0
2062026-05-14T15:00:38.418Z Downloaded take_mut v0.2.2
2072026-05-14T15:00:38.419Z Downloaded serde_spanned v1.1.1
2082026-05-14T15:00:38.422Z Downloaded subtle v2.5.0
2092026-05-14T15:00:38.422Z Downloaded stable_deref_trait v1.2.0
2102026-05-14T15:00:38.422Z Downloaded sha1 v0.11.0
2112026-05-14T15:00:38.422Z Downloaded sha2 v0.10.8
2122026-05-14T15:00:38.424Z Downloaded oid-registry v0.8.1
2132026-05-14T15:00:38.424Z Downloaded displaydoc v0.2.5
2142026-05-14T15:00:38.427Z Downloaded crypto-common v0.1.6
2152026-05-14T15:00:38.427Z Downloaded serde_urlencoded v0.7.1
2162026-05-14T15:00:38.430Z Downloaded futures-executor v0.3.32
2172026-05-14T15:00:38.430Z Downloaded schemars_derive v0.8.22
2182026-05-14T15:00:38.433Z Downloaded icu_locid_transform v1.5.0
2192026-05-14T15:00:38.433Z Downloaded rustls-native-certs v0.8.3
2202026-05-14T15:00:38.436Z Downloaded deranged v0.5.5
2212026-05-14T15:00:38.436Z Downloaded mime_guess v2.0.5
2222026-05-14T15:00:38.436Z Downloaded cc v1.2.60
2232026-05-14T15:00:38.439Z Downloaded async-channel v2.5.0
2242026-05-14T15:00:38.439Z Downloaded crc32fast v1.5.0
2252026-05-14T15:00:38.441Z Downloaded percent-encoding v2.3.2
2262026-05-14T15:00:38.441Z Downloaded const-oid v0.10.2
2272026-05-14T15:00:38.444Z Downloaded icu_locid_transform_data v1.5.0
2282026-05-14T15:00:38.444Z Downloaded schema-derive v0.1.0
2292026-05-14T15:00:38.444Z Downloaded form_urlencoded v1.2.2
2302026-05-14T15:00:38.447Z Downloaded fastrand v2.1.1
2312026-05-14T15:00:38.447Z Downloaded thread-id v5.0.0
2322026-05-14T15:00:38.447Z Downloaded anyhow v1.0.102
2332026-05-14T15:00:38.450Z Downloaded thread_local v1.1.4
2342026-05-14T15:00:38.450Z Downloaded tinyvec_macros v0.1.0
2352026-05-14T15:00:38.450Z Downloaded time-core v0.1.8
2362026-05-14T15:00:38.452Z Downloaded rustc-hash v2.0.0
2372026-05-14T15:00:38.452Z Downloaded scopeguard v1.2.0
2382026-05-14T15:00:38.455Z Downloaded try-lock v0.2.3
2392026-05-14T15:00:38.455Z Downloaded tower-service v0.3.3
2402026-05-14T15:00:38.458Z Downloaded plain v0.2.3
2412026-05-14T15:00:38.461Z Downloaded generic-array v0.14.5
2422026-05-14T15:00:38.464Z Downloaded tokio-macros v2.7.0
2432026-05-14T15:00:38.466Z Downloaded erased-serde v0.3.31
2442026-05-14T15:00:38.466Z Downloaded tower-layer v0.3.3
2452026-05-14T15:00:38.466Z Downloaded pest_generator v2.8.1
2462026-05-14T15:00:38.469Z Downloaded async-trait v0.1.89
2472026-05-14T15:00:38.472Z Downloaded find-msvc-tools v0.1.9
2482026-05-14T15:00:38.472Z Downloaded asn1-rs-derive v0.6.0
2492026-05-14T15:00:38.472Z Downloaded quinn-udp v0.5.5
2502026-05-14T15:00:38.476Z Downloaded parking_lot_core v0.9.4
2512026-05-14T15:00:38.476Z Downloaded slog-json v2.6.1
2522026-05-14T15:00:38.476Z Downloaded iana-time-zone v0.1.47
2532026-05-14T15:00:38.479Z Downloaded slog-term v2.9.2
2542026-05-14T15:00:38.479Z Downloaded slog-async v2.8.0
2552026-05-14T15:00:38.481Z Downloaded rand_core v0.9.5
2562026-05-14T15:00:38.482Z Downloaded quote v1.0.45
2572026-05-14T15:00:38.482Z Downloaded slab v0.4.9
2582026-05-14T15:00:38.484Z Downloaded untrusted v0.7.1
2592026-05-14T15:00:38.487Z Downloaded usdt-macro v0.6.0
2602026-05-14T15:00:38.487Z Downloaded usdt v0.6.0
2612026-05-14T15:00:38.487Z Downloaded untrusted v0.9.0
2622026-05-14T15:00:38.490Z Downloaded waitgroup v0.1.2
2632026-05-14T15:00:38.490Z Downloaded utf8_iter v1.0.4
2642026-05-14T15:00:38.490Z Downloaded utf16_iter v1.0.5
2652026-05-14T15:00:38.490Z Downloaded write16 v1.0.0
2662026-05-14T15:00:38.490Z Downloaded version_check v0.9.5
2672026-05-14T15:00:38.493Z Downloaded rustls-pki-types v1.14.1
2682026-05-14T15:00:38.493Z Downloaded usdt-attr-macro v0.6.0
2692026-05-14T15:00:38.493Z Downloaded serde_derive v1.0.228
2702026-05-14T15:00:38.495Z Downloaded termcolor v1.1.2
2712026-05-14T15:00:38.495Z Downloaded futures-channel v0.3.32
2722026-05-14T15:00:38.499Z Downloaded crossbeam-utils v0.8.21
2732026-05-14T15:00:38.499Z Downloaded event-listener v5.0.0
2742026-05-14T15:00:38.501Z Downloaded synstructure v0.13.1
2752026-05-14T15:00:38.501Z Downloaded yoke-derive v0.7.5
2762026-05-14T15:00:38.501Z Downloaded digest v0.11.2
2772026-05-14T15:00:38.504Z Downloaded data-encoding v2.4.0
2782026-05-14T15:00:38.504Z Downloaded num-traits v0.2.14
2792026-05-14T15:00:38.504Z Downloaded semver v1.0.28
2802026-05-14T15:00:38.507Z Downloaded base64 v0.22.1
2812026-05-14T15:00:38.510Z Downloaded thiserror-impl v2.0.18
2822026-05-14T15:00:38.510Z Downloaded idna_adapter v1.2.0
2832026-05-14T15:00:38.513Z Downloaded signal-hook-registry v1.4.0
2842026-05-14T15:00:38.513Z Downloaded paste v1.0.15
2852026-05-14T15:00:38.516Z Downloaded serde_tokenstream v0.2.3
2862026-05-14T15:00:38.516Z Downloaded zerofrom-derive v0.1.5
2872026-05-14T15:00:38.516Z Downloaded litemap v0.7.4
2882026-05-14T15:00:38.516Z Downloaded tinystr v0.7.6
2892026-05-14T15:00:38.519Z Downloaded zerofrom v0.1.5
2902026-05-14T15:00:38.519Z Downloaded thiserror v2.0.18
2912026-05-14T15:00:38.522Z Downloaded rustversion v1.0.22
2922026-05-14T15:00:38.524Z Downloaded serde_derive_internals v0.29.0
2932026-05-14T15:00:38.525Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2942026-05-14T15:00:38.525Z Downloaded toml_writer v1.1.1+spec-1.1.0
2952026-05-14T15:00:38.527Z Downloaded ppv-lite86 v0.2.15
2962026-05-14T15:00:38.527Z Downloaded jobserver v0.1.34
2972026-05-14T15:00:38.527Z Downloaded log v0.4.17
2982026-05-14T15:00:38.534Z Downloaded pest_meta v2.8.1
2992026-05-14T15:00:38.537Z Downloaded smallvec v1.13.2
3002026-05-14T15:00:38.537Z Downloaded scroll v0.13.0
3012026-05-14T15:00:38.540Z Downloaded unicase v2.6.0
3022026-05-14T15:00:38.540Z Downloaded hybrid-array v0.4.8
3032026-05-14T15:00:38.540Z Downloaded num-integer v0.1.46
3042026-05-14T15:00:38.544Z Downloaded unicode-width v0.1.9
3052026-05-14T15:00:38.547Z Downloaded getrandom v0.3.4
3062026-05-14T15:00:38.550Z Downloaded spin v0.9.8
3072026-05-14T15:00:38.550Z Downloaded tempfile v3.27.0
3082026-05-14T15:00:38.550Z Downloaded schemars v0.8.22
3092026-05-14T15:00:38.556Z Downloaded yoke v0.7.5
3102026-05-14T15:00:38.558Z Downloaded want v0.3.0
3112026-05-14T15:00:38.558Z Downloaded writeable v0.5.5
3122026-05-14T15:00:38.558Z Downloaded usdt-impl v0.6.0
3132026-05-14T15:00:38.562Z Downloaded getrandom v0.4.1
3142026-05-14T15:00:38.564Z Downloaded zerovec-derive v0.10.3
3152026-05-14T15:00:38.564Z Downloaded zeroize v1.8.2
3162026-05-14T15:00:38.564Z Downloaded toml_parser v1.1.2+spec-1.1.0
3172026-05-14T15:00:38.567Z Downloaded tokio-tungstenite v0.29.0
3182026-05-14T15:00:38.567Z Downloaded serde_path_to_error v0.1.20
3192026-05-14T15:00:38.570Z Downloaded once_cell v1.20.1
3202026-05-14T15:00:38.570Z Downloaded ucd-trie v0.1.6
3212026-05-14T15:00:38.573Z Downloaded httparse v1.10.0
3222026-05-14T15:00:38.573Z Downloaded icu_normalizer_data v1.5.0
3232026-05-14T15:00:38.575Z Downloaded tinyvec v1.5.1
3242026-05-14T15:00:38.575Z Downloaded time-macros v0.2.27
3252026-05-14T15:00:38.578Z Downloaded term v1.1.0
3262026-05-14T15:00:38.578Z Downloaded similar v2.2.1
3272026-05-14T15:00:38.581Z Downloaded icu_locid v1.5.0
3282026-05-14T15:00:38.584Z Downloaded trybuild v1.0.116
3292026-05-14T15:00:38.587Z Downloaded ryu v1.0.5
3302026-05-14T15:00:38.590Z Downloaded rustls-platform-verifier v0.6.2
3312026-05-14T15:00:38.590Z Downloaded proc-macro2 v1.0.106
3322026-05-14T15:00:38.593Z Downloaded expectorate v1.2.0
3332026-05-14T15:00:38.596Z Downloaded unicode-ident v1.0.12
3342026-05-14T15:00:38.596Z Downloaded pin-project-lite v0.2.12
3352026-05-14T15:00:38.598Z Downloaded zmij v1.0.2
3362026-05-14T15:00:38.598Z Downloaded toml v1.1.2+spec-1.1.0
3372026-05-14T15:00:38.601Z Downloaded serde v1.0.228
3382026-05-14T15:00:38.604Z Downloaded yasna v0.5.2
3392026-05-14T15:00:38.604Z Downloaded rcgen v0.14.7
3402026-05-14T15:00:38.607Z Downloaded slog v2.8.2
3412026-05-14T15:00:38.609Z Downloaded futures v0.3.32
3422026-05-14T15:00:38.612Z Downloaded prettyplease v0.2.37
3432026-05-14T15:00:38.612Z Downloaded icu_normalizer v1.5.0
3442026-05-14T15:00:38.615Z Downloaded der-parser v10.0.0
3452026-05-14T15:00:38.617Z Downloaded tracing-core v0.1.32
3462026-05-14T15:00:38.617Z Downloaded tokio-rustls v0.26.4
3472026-05-14T15:00:38.620Z Downloaded uuid v1.23.1
3482026-05-14T15:00:38.620Z Downloaded subprocess v1.1.0
3492026-05-14T15:00:38.623Z Downloaded socket2 v0.6.3
3502026-05-14T15:00:38.627Z Downloaded flate2 v1.1.9
3512026-05-14T15:00:38.630Z Downloaded icu_collections v1.5.0
3522026-05-14T15:00:38.633Z Downloaded socket2 v0.5.9
3532026-05-14T15:00:38.633Z Downloaded rustls-webpki v0.103.13
3542026-05-14T15:00:38.635Z Downloaded tungstenite v0.29.0
3552026-05-14T15:00:38.638Z Downloaded num-bigint v0.4.3
3562026-05-14T15:00:38.641Z Downloaded crossbeam-channel v0.5.15
3572026-05-14T15:00:38.643Z Downloaded async-compression v0.4.42
3582026-05-14T15:00:38.646Z Downloaded quinn v0.11.9
3592026-05-14T15:00:38.654Z Downloaded asn1-rs v0.7.1
3602026-05-14T15:00:38.654Z Downloaded url v2.5.4
3612026-05-14T15:00:38.657Z Downloaded unicode-segmentation v1.10.0
3622026-05-14T15:00:38.657Z Downloaded hyper-util v0.1.20
3632026-05-14T15:00:38.660Z Downloaded memchr v2.6.0
3642026-05-14T15:00:38.663Z Downloaded typenum v1.19.0
3652026-05-14T15:00:38.663Z Downloaded tracing v0.1.40
3662026-05-14T15:00:38.666Z Downloaded http v1.4.0
3672026-05-14T15:00:38.669Z Downloaded mio v1.2.0
3682026-05-14T15:00:38.672Z Downloaded indexmap v2.14.0
3692026-05-14T15:00:38.674Z Downloaded zerocopy-derive v0.8.27
3702026-05-14T15:00:38.677Z Downloaded nom v7.1.3
3712026-05-14T15:00:38.682Z Downloaded rand v0.9.2
3722026-05-14T15:00:38.685Z Downloaded x509-parser v0.18.0
3732026-05-14T15:00:38.688Z Downloaded hashbrown v0.17.0
3742026-05-14T15:00:38.690Z Downloaded tower v0.5.2
3752026-05-14T15:00:38.695Z Downloaded hyper v1.9.0
3762026-05-14T15:00:38.699Z Downloaded iri-string v0.7.8
3772026-05-14T15:00:38.702Z Downloaded minimal-lexical v0.2.1
3782026-05-14T15:00:38.705Z Downloaded tokio-util v0.7.18
3792026-05-14T15:00:38.709Z Downloaded pest v2.8.1
3802026-05-14T15:00:38.712Z Downloaded pest_derive v2.8.1
3812026-05-14T15:00:38.715Z Downloaded h2 v0.4.6
3822026-05-14T15:00:38.718Z Downloaded futures-util v0.3.32
3832026-05-14T15:00:38.724Z Downloaded chrono v0.4.44
3842026-05-14T15:00:38.731Z Downloaded reqwest v0.13.3
3852026-05-14T15:00:38.735Z Downloaded tower-http v0.6.8
3862026-05-14T15:00:38.739Z Downloaded zerovec v0.10.4
3872026-05-14T15:00:38.742Z Downloaded aws-lc-rs v1.16.3
3882026-05-14T15:00:38.747Z Downloaded serde_json v1.0.149
3892026-05-14T15:00:38.750Z Downloaded zerocopy v0.8.27
3902026-05-14T15:00:38.762Z Downloaded icu_properties_data v1.5.0
3912026-05-14T15:00:38.768Z Downloaded portable-atomic v1.9.0
3922026-05-14T15:00:38.772Z Downloaded goblin v0.10.1
3932026-05-14T15:00:38.780Z Downloaded winnow v1.0.0
3942026-05-14T15:00:38.786Z Downloaded quinn-proto v0.11.14
3952026-05-14T15:00:38.798Z Downloaded time v0.3.47
3962026-05-14T15:00:38.827Z Downloaded syn v2.0.117
3972026-05-14T15:00:38.841Z Downloaded rustls v0.23.40
3982026-05-14T15:00:38.848Z Downloaded openapiv3 v2.2.0
3992026-05-14T15:00:38.865Z Downloaded rustix v1.1.4
4002026-05-14T15:00:38.878Z Downloaded rustix v0.38.44
4012026-05-14T15:00:38.890Z Downloaded encoding_rs v0.8.32
4022026-05-14T15:00:38.959Z Downloaded libc v0.2.186
4032026-05-14T15:00:38.978Z Downloaded tokio v1.52.3
4042026-05-14T15:00:39.037Z Downloaded ring v0.17.13
4052026-05-14T15:00:39.442Z Downloaded aws-lc-sys v0.40.0
4062026-05-14T15:00:39.657Z Compiling proc-macro2 v1.0.106
4072026-05-14T15:00:39.657Z Compiling unicode-ident v1.0.12
4082026-05-14T15:00:39.657Z Compiling quote v1.0.45
4092026-05-14T15:00:39.657Z Compiling libc v0.2.186
4102026-05-14T15:00:39.661Z Compiling cfg-if v1.0.0
4112026-05-14T15:00:39.661Z Compiling itoa v1.0.1
4122026-05-14T15:00:39.661Z Compiling memchr v2.6.0
4132026-05-14T15:00:39.661Z Compiling serde_core v1.0.228
4142026-05-14T15:00:39.661Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=829e125f7ae4b0ed -C extra-filename=-bbf5d710e61e9587 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-bbf5d710e61e9587 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4152026-05-14T15:00:39.661Z Running `/home/build/.rustup/toolchains/1.95.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.45/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=31ffea6df17ddc8b -C extra-filename=-4337ad271fd40c1a --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-4337ad271fd40c1a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4162026-05-14T15:00:39.661Z Running `/home/build/.rustup/toolchains/1.95.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=6918ffb109c681d1 -C extra-filename=-385dfbf0e1ad5fad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4172026-05-14T15:00:39.661Z Running `/home/build/.rustup/toolchains/1.95.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=e80ac9b176cc7d32 -C extra-filename=-607cef78597c7c47 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4182026-05-14T15:00:39.661Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=8450a5584b025ec3 -C extra-filename=-0eb0027837592586 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-0eb0027837592586 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192026-05-14T15:00:39.755Z Running `/home/build/.rustup/toolchains/1.95.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=cffde433c6b763d8 -C extra-filename=-d3ee7f85a96743d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4202026-05-14T15:00:39.755Z Running `/home/build/.rustup/toolchains/1.95.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=e1c000fcbbb12705 -C extra-filename=-82d25e56b970b3ca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212026-05-14T15:00:39.755Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=83602c16c285c246 -C extra-filename=-08b7f7e5f475f59c --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-08b7f7e5f475f59c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4222026-05-14T15:00:39.822Z Compiling pin-project-lite v0.2.12
4232026-05-14T15:00:39.825Z Running `/home/build/.rustup/toolchains/1.95.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=d4cc3cd6f234b401 -C extra-filename=-b78d560a19514137 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4242026-05-14T15:00:39.868Z Compiling autocfg v1.1.0
4252026-05-14T15:00:39.871Z Running `/home/build/.rustup/toolchains/1.95.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=419d26581466f70d -C extra-filename=-c8f13d2d082db26c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4262026-05-14T15:00:39.877Z Compiling version_check v0.9.5
4272026-05-14T15:00:39.880Z Running `/home/build/.rustup/toolchains/1.95.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=40f9aca7c45f2cf0 -C extra-filename=-47dc48a118f1eb12 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4282026-05-14T15:00:39.904Z Compiling smallvec v1.13.2
4292026-05-14T15:00:39.908Z Running `/home/build/.rustup/toolchains/1.95.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=fdfb199df5289519 -C extra-filename=-88a1f1fe0139468f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4302026-05-14T15:00:40.095Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-bbf5d710e61e9587/build-script-build`
4312026-05-14T15:00:40.101Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-4337ad271fd40c1a/build-script-build`
4322026-05-14T15:00:40.104Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-08b7f7e5f475f59c/build-script-build`
4332026-05-14T15:00:40.116Z Compiling futures-core v0.3.32
4342026-05-14T15:00:40.119Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=d0058fb481d7e565 -C extra-filename=-c3d2dd9680a8332d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4352026-05-14T15:00:40.124Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-0eb0027837592586/build-script-build`
4362026-05-14T15:00:40.134Z Compiling bytes v1.11.1
4372026-05-14T15:00:40.137Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-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=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=61d9e067f7736640 -C extra-filename=-5f1042fd82c1c1f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4382026-05-14T15:00:40.137Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=a7189214ff482910 -C extra-filename=-a26afb6af91c4587 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
4392026-05-14T15:00:40.150Z Compiling zmij v1.0.2
4402026-05-14T15:00:40.153Z Compiling serde v1.0.228
4412026-05-14T15:00:40.153Z Running `/home/build/.rustup/toolchains/1.95.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=2c8637e98c72c002 -C extra-filename=-392039b53fc0ec82 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-392039b53fc0ec82 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4422026-05-14T15:00:40.153Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=8d3b78388088e170 -C extra-filename=-884970a252e733b8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-884970a252e733b8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4432026-05-14T15:00:40.174Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=0c6d749882c66dfe -C extra-filename=-c8ce6b8b0d54ece8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_picolibc)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(musl_redir_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4442026-05-14T15:00:40.256Z Compiling log v0.4.17
4452026-05-14T15:00:40.259Z Running `/home/build/.rustup/toolchains/1.95.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=cdf76668524c2dff -C extra-filename=-ec4d00d48a141c05 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-ec4d00d48a141c05 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4462026-05-14T15:00:40.396Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=0c626678a2b1a9c1 -C extra-filename=-d4952fd101572b1a --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-385dfbf0e1ad5fad.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)'`
4472026-05-14T15:00:40.447Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-392039b53fc0ec82/build-script-build`
4482026-05-14T15:00:40.456Z Compiling serde_json v1.0.149
4492026-05-14T15:00:40.464Z Running `/home/build/.rustup/toolchains/1.95.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.149/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=a0a74574fea45e5f -C extra-filename=-5fd52a869f0cdf71 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-5fd52a869f0cdf71 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4502026-05-14T15:00:40.472Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-884970a252e733b8/build-script-build`
4512026-05-14T15:00:40.481Z Compiling thiserror v2.0.18
4522026-05-14T15:00:40.484Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e85fac1436650a0a -C extra-filename=-ad7d471cf4f90667 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-ad7d471cf4f90667 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4532026-05-14T15:00:40.490Z Compiling once_cell v1.20.1
4542026-05-14T15:00:40.497Z Running `/home/build/.rustup/toolchains/1.95.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=83866c8a036ad4bf -C extra-filename=-8dd91888215993a7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4552026-05-14T15:00:40.509Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-ec4d00d48a141c05/build-script-build`
4562026-05-14T15:00:40.521Z Running `/home/build/.rustup/toolchains/1.95.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=a2336f75a1421d36 -C extra-filename=-5fa8e6363ab024ae --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)'`
4572026-05-14T15:00:40.652Z Compiling jobserver v0.1.34
4582026-05-14T15:00:40.658Z Running `/home/build/.rustup/toolchains/1.95.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=50d801d849618636 -C extra-filename=-ee8377797deb8a5e --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
4592026-05-14T15:00:40.689Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-5fd52a869f0cdf71/build-script-build`
4602026-05-14T15:00:40.698Z Compiling parking_lot_core v0.9.4
4612026-05-14T15:00:40.701Z Running `/home/build/.rustup/toolchains/1.95.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=393342ce66c6724c -C extra-filename=-ee863e1c9cb865bb --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-ee863e1c9cb865bb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4622026-05-14T15:00:40.706Z Compiling find-msvc-tools v0.1.9
4632026-05-14T15:00:40.709Z Running `/home/build/.rustup/toolchains/1.95.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=ba2cc3ea45096e12 -C extra-filename=-0dfd6ccdcb3c98b0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4642026-05-14T15:00:40.714Z Compiling shlex v1.3.0
4652026-05-14T15:00:40.717Z Running `/home/build/.rustup/toolchains/1.95.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=144ee587a3fad693 -C extra-filename=-2618e594e96da3cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4662026-05-14T15:00:40.768Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ec679ebc27cf1765 -C extra-filename=-7fb99bfca51ccc37 --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-d4952fd101572b1a.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4672026-05-14T15:00:40.829Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-ad7d471cf4f90667/build-script-build`
4682026-05-14T15:00:40.891Z Compiling cc v1.2.60
4692026-05-14T15:00:40.973Z Running `/home/build/.rustup/toolchains/1.95.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=f7f845f1463caf45 -C extra-filename=-5cd2d2f43afaa3bb --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-0dfd6ccdcb3c98b0.rmeta --extern jobserver=/work/oxidecomputer/dropshot/target/debug/deps/libjobserver-ee8377797deb8a5e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-2618e594e96da3cf.rmeta --cap-lints allow`
4702026-05-14T15:00:40.977Z Running `/home/build/.rustup/toolchains/1.95.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=75e9e0f437ebfc71 -C extra-filename=-de5f0a5072a800f0 --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-d3ee7f85a96743d1.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4712026-05-14T15:00:40.996Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-ee863e1c9cb865bb/build-script-build`
4722026-05-14T15:00:41.008Z Compiling syn v2.0.117
4732026-05-14T15:00:41.011Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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=1cede17fbdd4c168 -C extra-filename=-c18ef1b5808b0f13 --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-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-385dfbf0e1ad5fad.rmeta --cap-lints allow`
4742026-05-14T15:00:41.051Z Compiling slab v0.4.9
4752026-05-14T15:00:41.054Z Running `/home/build/.rustup/toolchains/1.95.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=e7234aec02af96f8 -C extra-filename=-a6654b79549de8f3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-a6654b79549de8f3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-c8f13d2d082db26c.rlib --cap-lints allow`
4762026-05-14T15:00:41.075Z Compiling futures-sink v0.3.32
4772026-05-14T15:00:41.083Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2496462649626bb2 -C extra-filename=-f79c5559e80f07f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4782026-05-14T15:00:41.123Z Compiling scopeguard v1.2.0
4792026-05-14T15:00:41.128Z Running `/home/build/.rustup/toolchains/1.95.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=9a13bc31a7853f75 -C extra-filename=-0d0dd4a3cf41f33f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4802026-05-14T15:00:41.170Z Compiling typenum v1.19.0
4812026-05-14T15:00:41.173Z Running `/home/build/.rustup/toolchains/1.95.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=1a07f136598bf4fc -C extra-filename=-9eaefc068f51e1e5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-9eaefc068f51e1e5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4822026-05-14T15:00:41.173Z Running `/home/build/.rustup/toolchains/1.95.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=7dd4c809366e2c31 -C extra-filename=-82809c0b95ee7fd5 --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-d3ee7f85a96743d1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-88a1f1fe0139468f.rmeta --cap-lints allow`
4832026-05-14T15:00:41.196Z Compiling dunce v1.0.5
4842026-05-14T15:00:41.199Z Running `/home/build/.rustup/toolchains/1.95.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=5b399cfa87fd1b07 -C extra-filename=-193e6341c19b134e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4852026-05-14T15:00:41.224Z Compiling lock_api v0.4.6
4862026-05-14T15:00:41.227Z Running `/home/build/.rustup/toolchains/1.95.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=fc9851a8675b67cc -C extra-filename=-ee16297a04d9573b --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-0d0dd4a3cf41f33f.rmeta --cap-lints allow`
4872026-05-14T15:00:41.294Z Compiling fs_extra v1.3.0
4882026-05-14T15:00:41.298Z Running `/home/build/.rustup/toolchains/1.95.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=31787913a7fe1ec9 -C extra-filename=-e1cce15ebd9570ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4892026-05-14T15:00:41.302Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-a6654b79549de8f3/build-script-build`
4902026-05-14T15:00:41.392Z Running `/home/build/.rustup/toolchains/1.95.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=bfb4eccb9c182f7d -C extra-filename=-94ee0fba65192311 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4912026-05-14T15:00:41.444Z Compiling parking_lot v0.12.1
4922026-05-14T15:00:41.447Z Running `/home/build/.rustup/toolchains/1.95.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=07c804bfdb9862c8 -C extra-filename=-b6acfb8e6adc55d8 --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-ee16297a04d9573b.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-82809c0b95ee7fd5.rmeta --cap-lints allow`
4932026-05-14T15:00:41.485Z Compiling socket2 v0.6.3
4942026-05-14T15:00:41.488Z Running `/home/build/.rustup/toolchains/1.95.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=dd67c2f706be832f -C extra-filename=-96836488c570e5e8 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
4952026-05-14T15:00:41.540Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-9eaefc068f51e1e5/build-script-build`
4962026-05-14T15:00:41.549Z Compiling signal-hook-registry v1.4.0
4972026-05-14T15:00:41.552Z Compiling mio v1.2.0
4982026-05-14T15:00:41.552Z Running `/home/build/.rustup/toolchains/1.95.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=9739c13be5226f4c -C extra-filename=-86f7dfecf57c61b1 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
4992026-05-14T15:00:41.552Z Running `/home/build/.rustup/toolchains/1.95.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=cd81463822f71f7b -C extra-filename=-b3dd018e4a0a3c11 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
5002026-05-14T15:00:41.576Z Running `/home/build/.rustup/toolchains/1.95.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=de6a6302240465be -C extra-filename=-fbf70bfad950d7d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5012026-05-14T15:00:41.858Z Compiling cmake v0.1.58
5022026-05-14T15:00:41.861Z Running `/home/build/.rustup/toolchains/1.95.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=3e9f5d320988b84d -C extra-filename=-13a99b46eb36aade --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-5cd2d2f43afaa3bb.rmeta --cap-lints allow`
5032026-05-14T15:00:41.938Z Compiling stable_deref_trait v1.2.0
5042026-05-14T15:00:41.941Z Running `/home/build/.rustup/toolchains/1.95.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=8949cdf99be4ec6b -C extra-filename=-3d8f1c638259f9de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5052026-05-14T15:00:41.963Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=bd80f10dc7ae5ddf -C extra-filename=-baabdc2d5f2b5062 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-baabdc2d5f2b5062 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5062026-05-14T15:00:42.012Z Compiling futures-channel v0.3.32
5072026-05-14T15:00:42.015Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=ef3a2e7443a22bef -C extra-filename=-584ee4ae876e49f2 --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-c3d2dd9680a8332d.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f79c5559e80f07f2.rmeta --cap-lints allow`
5082026-05-14T15:00:42.084Z Compiling http v1.4.0
5092026-05-14T15:00:42.087Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=703e6f4583d37d68 -C extra-filename=-945bb50acddcab85 --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-5f1042fd82c1c1f2.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-607cef78597c7c47.rmeta --cap-lints allow`
5102026-05-14T15:00:42.093Z Compiling getrandom v0.4.1
5112026-05-14T15:00:42.097Z Running `/home/build/.rustup/toolchains/1.95.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=4490c7c37502323f -C extra-filename=-d942d7def228306a --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-d942d7def228306a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5122026-05-14T15:00:42.213Z Compiling zeroize v1.8.2
5132026-05-14T15:00:42.216Z Running `/home/build/.rustup/toolchains/1.95.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=314d8ecaabb935f5 -C extra-filename=-2d28202684ee8f14 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5142026-05-14T15:00:42.239Z Compiling futures-task v0.3.32
5152026-05-14T15:00:42.242Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=9c20c8f6a6967d7c -C extra-filename=-c882e07be88c1c62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5162026-05-14T15:00:42.287Z Compiling aws-lc-sys v0.40.0
5172026-05-14T15:00:42.290Z Running `/home/build/.rustup/toolchains/1.95.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=e704fdfd49d2b6a6 -C extra-filename=-3081555374cb99e3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-3081555374cb99e3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-5cd2d2f43afaa3bb.rlib --extern cmake=/work/oxidecomputer/dropshot/target/debug/deps/libcmake-13a99b46eb36aade.rlib --extern dunce=/work/oxidecomputer/dropshot/target/debug/deps/libdunce-193e6341c19b134e.rlib --extern fs_extra=/work/oxidecomputer/dropshot/target/debug/deps/libfs_extra-e1cce15ebd9570ef.rlib --cap-lints allow`
5182026-05-14T15:00:42.296Z Compiling aws-lc-rs v1.16.3
5192026-05-14T15:00:42.299Z Running `/home/build/.rustup/toolchains/1.95.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=44d520497014c99c -C extra-filename=-94ff50a463df9051 --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-94ff50a463df9051 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5202026-05-14T15:00:42.305Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-baabdc2d5f2b5062/build-script-build`
5212026-05-14T15:00:42.344Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=848673f9fd50d3ff -C extra-filename=-b50b4c3d6c87d331 --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)'`
5222026-05-14T15:00:42.367Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-d942d7def228306a/build-script-build`
5232026-05-14T15:00:42.380Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=d313f092692d694d -C extra-filename=-6da19babcabbed31 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-6da19babcabbed31 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5242026-05-14T15:00:42.389Z Compiling futures-io v0.3.32
5252026-05-14T15:00:42.392Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=e19472a6ebc1c849 -C extra-filename=-42a6e404b5015526 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5262026-05-14T15:00:42.412Z Compiling bitflags v2.11.0
5272026-05-14T15:00:42.415Z Running `/home/build/.rustup/toolchains/1.95.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=ce2f743858000c49 -C extra-filename=-d8f468526f30f872 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5282026-05-14T15:00:42.545Z Compiling ucd-trie v0.1.6
5292026-05-14T15:00:42.549Z Running `/home/build/.rustup/toolchains/1.95.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=e34807803c1602c9 -C extra-filename=-74e608aebd0f9e24 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5302026-05-14T15:00:42.609Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=61142e962c84d887 -C extra-filename=-a1d925e051947375 --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-d3ee7f85a96743d1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
5312026-05-14T15:00:42.648Z Compiling rustls-pki-types v1.14.1
5322026-05-14T15:00:42.657Z Running `/home/build/.rustup/toolchains/1.95.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.14.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=e7bf3679deda0580 -C extra-filename=-057522a2ff08016a --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-2d28202684ee8f14.rmeta --cap-lints allow`
5332026-05-14T15:00:42.708Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-6da19babcabbed31/build-script-build`
5342026-05-14T15:00:42.749Z Running `/home/build/.rustup/toolchains/1.95.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.149/src/lib.rs --error-format=json --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=15c97b7113542e0d -C extra-filename=-82b3d7e1e0633e52 --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-607cef78597c7c47.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-82d25e56b970b3ca.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-5fa8e6363ab024ae.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5352026-05-14T15:00:42.759Z Compiling zerocopy v0.8.27
5362026-05-14T15:00:42.762Z Running `/home/build/.rustup/toolchains/1.95.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=3081350cf7be12d5 -C extra-filename=-66a801087f011401 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-66a801087f011401 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5372026-05-14T15:00:42.854Z Compiling rustversion v1.0.22
5382026-05-14T15:00:42.856Z Running `/home/build/.rustup/toolchains/1.95.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=1f70fe4088fe3406 -C extra-filename=-f036460091c5fde3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-f036460091c5fde3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5392026-05-14T15:00:43.117Z Compiling httparse v1.10.0
5402026-05-14T15:00:43.120Z Running `/home/build/.rustup/toolchains/1.95.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=50899994d68ab2bb -C extra-filename=-57fdcabf60e3b0fa --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-57fdcabf60e3b0fa -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5412026-05-14T15:00:43.145Z Compiling errno v0.3.10
5422026-05-14T15:00:43.148Z Running `/home/build/.rustup/toolchains/1.95.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=9291613173cb8f47 -C extra-filename=-337f172b09f58867 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
5432026-05-14T15:00:43.158Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-66a801087f011401/build-script-build`
5442026-05-14T15:00:43.158Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-3081555374cb99e3/build-script-main`
5452026-05-14T15:00:43.204Z Compiling crossbeam-utils v0.8.21
5462026-05-14T15:00:43.206Z Running `/home/build/.rustup/toolchains/1.95.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=644a9c885ef98b3b -C extra-filename=-bf07022d0230ba8d --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-bf07022d0230ba8d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5472026-05-14T15:00:43.219Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-f036460091c5fde3/build-script-build`
5482026-05-14T15:00:43.257Z Compiling litemap v0.7.4
5492026-05-14T15:00:43.260Z Running `/home/build/.rustup/toolchains/1.95.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=6b552952c8466ccc -C extra-filename=-d73b798f427e0708 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5502026-05-14T15:00:43.288Z Compiling rustix v1.1.4
5512026-05-14T15:00:43.291Z Running `/home/build/.rustup/toolchains/1.95.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=e07e405c9bb301c2 -C extra-filename=-f39bf745785fd3ba --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-f39bf745785fd3ba -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5522026-05-14T15:00:43.448Z Compiling writeable v0.5.5
5532026-05-14T15:00:43.451Z Running `/home/build/.rustup/toolchains/1.95.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=baf4c6aac98e0a18 -C extra-filename=-4aa979ea13126fcd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5542026-05-14T15:00:43.471Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-57fdcabf60e3b0fa/build-script-build`
5552026-05-14T15:00:43.509Z Running `/home/build/.rustup/toolchains/1.95.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=bbdcb24fb7faaa0c -C extra-filename=-4a68297fef3a092f --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`
5562026-05-14T15:00:43.518Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-bf07022d0230ba8d/build-script-build`
5572026-05-14T15:00:43.539Z Running `/home/build/.rustup/toolchains/1.95.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=b5d000f066064111 -C extra-filename=-7242cf04f2646176 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
5582026-05-14T15:00:43.650Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-f39bf745785fd3ba/build-script-build`
5592026-05-14T15:00:43.736Z Compiling generic-array v0.14.5
5602026-05-14T15:00:43.739Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=8e6d3363cb3ff603 -C extra-filename=-0f472e2848659664 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-0f472e2848659664 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-47dc48a118f1eb12.rlib --cap-lints allow`
5612026-05-14T15:00:43.824Z Compiling num-conv v0.2.0
5622026-05-14T15:00:43.827Z Running `/home/build/.rustup/toolchains/1.95.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=ed5eee829b218097 -C extra-filename=-315a78bc0384d61a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5632026-05-14T15:00:43.844Z Compiling synstructure v0.13.1
5642026-05-14T15:00:43.847Z Running `/home/build/.rustup/toolchains/1.95.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=90340be178dd6507 -C extra-filename=-1edffc1645bde777 --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-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --cap-lints allow`
5652026-05-14T15:00:43.895Z Compiling equivalent v1.0.0
5662026-05-14T15:00:43.898Z Running `/home/build/.rustup/toolchains/1.95.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=ef3c67683f46f2e9 -C extra-filename=-51132ef078fe0ea0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5672026-05-14T15:00:43.946Z Compiling powerfmt v0.2.0
5682026-05-14T15:00:43.949Z Running `/home/build/.rustup/toolchains/1.95.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=2c723c5fb9dc85da -C extra-filename=-5016b9c4d16a47f3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5692026-05-14T15:00:43.966Z Compiling hashbrown v0.17.0
5702026-05-14T15:00:43.969Z Running `/home/build/.rustup/toolchains/1.95.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=6ce317fa3073ff7a -C extra-filename=-ed53139fafbf3f8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5712026-05-14T15:00:43.975Z Compiling time-core v0.1.8
5722026-05-14T15:00:43.977Z Running `/home/build/.rustup/toolchains/1.95.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=dbd8dd394aed0c2b -C extra-filename=-95dd2ab3fb000547 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5732026-05-14T15:00:44.103Z Compiling slog v2.8.2
5742026-05-14T15:00:44.108Z Running `/home/build/.rustup/toolchains/1.95.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=e0fb0730d7ad35d9 -C extra-filename=-b647e98a3dc38cc5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-b647e98a3dc38cc5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-7242cf04f2646176.so --cap-lints allow`
5752026-05-14T15:00:44.113Z Compiling time-macros v0.2.27
5762026-05-14T15:00:44.115Z Running `/home/build/.rustup/toolchains/1.95.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=789c2495ba909618 -C extra-filename=-a20fbb2c2ee709eb --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-315a78bc0384d61a.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-95dd2ab3fb000547.rlib --extern proc_macro --cap-lints allow`
5772026-05-14T15:00:44.146Z Compiling deranged v0.5.5
5782026-05-14T15:00:44.150Z Running `/home/build/.rustup/toolchains/1.95.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=3f3923538091fbec -C extra-filename=-6f37788547dd35d7 --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-5016b9c4d16a47f3.rmeta --cap-lints allow`
5792026-05-14T15:00:44.163Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-0f472e2848659664/build-script-build`
5802026-05-14T15:00:44.202Z Running `/home/build/.rustup/toolchains/1.95.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=d3808dd7488587ac -C extra-filename=-d43043cd63b77e15 --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-d8f468526f30f872.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-337f172b09f58867.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
5812026-05-14T15:00:44.330Z Compiling http-body v1.0.1
5822026-05-14T15:00:44.333Z Running `/home/build/.rustup/toolchains/1.95.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=e076ceddf738177e -C extra-filename=-7e8da5c7b5945ca6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
5832026-05-14T15:00:44.333Z Running `/home/build/.rustup/toolchains/1.95.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=17224b802c0bd78b -C extra-filename=-8445cb2e0f9dd145 --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-5f1042fd82c1c1f2.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --cap-lints allow`
5842026-05-14T15:00:44.480Z Compiling indexmap v2.14.0
5852026-05-14T15:00:44.483Z Running `/home/build/.rustup/toolchains/1.95.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=68fb1c76a2bec571 -C extra-filename=-009410dc439e3e0b --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-51132ef078fe0ea0.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-ed53139fafbf3f8a.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --cap-lints allow`
5862026-05-14T15:00:44.511Z Compiling tracing-core v0.1.32
5872026-05-14T15:00:44.514Z Running `/home/build/.rustup/toolchains/1.95.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=a36bc9aa702bf968 -C extra-filename=-ee4d93721e5b5648 --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-8dd91888215993a7.rmeta --cap-lints allow`
5882026-05-14T15:00:44.827Z Compiling getrandom v0.3.4
5892026-05-14T15:00:44.829Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=63265561847c4f93 -C extra-filename=-b54b8fd6473fccf2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-b54b8fd6473fccf2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5902026-05-14T15:00:45.024Z Compiling serde_derive v1.0.228
5912026-05-14T15:00:45.027Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=b08175768e98282f -C extra-filename=-7608abffe9d582b8 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
5922026-05-14T15:00:45.054Z Compiling thiserror-impl v2.0.18
5932026-05-14T15:00:45.057Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76fd7cae39ec41b1 -C extra-filename=-9da4f89a2c4e48a8 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
5942026-05-14T15:00:45.074Z Compiling zerofrom-derive v0.1.5
5952026-05-14T15:00:45.083Z Running `/home/build/.rustup/toolchains/1.95.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=8b309a4c554f8079 -C extra-filename=-c1c093070ffa86ac --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-1edffc1645bde777.rlib --extern proc_macro --cap-lints allow`
5962026-05-14T15:00:45.087Z Compiling yoke-derive v0.7.5
5972026-05-14T15:00:45.090Z Running `/home/build/.rustup/toolchains/1.95.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=1ad7d6e07a1d5c78 -C extra-filename=-31456b5a882205af --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-1edffc1645bde777.rlib --extern proc_macro --cap-lints allow`
5982026-05-14T15:00:45.097Z Compiling tokio-macros v2.7.0
5992026-05-14T15:00:45.099Z Running `/home/build/.rustup/toolchains/1.95.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=a029777e30fc47d5 -C extra-filename=-6ab41e8f081774fd --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
6002026-05-14T15:00:45.133Z Compiling zerovec-derive v0.10.3
6012026-05-14T15:00:45.136Z Running `/home/build/.rustup/toolchains/1.95.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=96d8f9b0046b5097 -C extra-filename=-012af96491d6575d --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
6022026-05-14T15:00:45.157Z Compiling displaydoc v0.2.5
6032026-05-14T15:00:45.160Z Running `/home/build/.rustup/toolchains/1.95.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=1bdb47635884f42b -C extra-filename=-cbe17bb89460aff2 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
6042026-05-14T15:00:45.827Z Compiling tokio v1.52.3
6052026-05-14T15:00:45.830Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=e67df772d45fea27 -C extra-filename=-ed241fffc7b80ad9 --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-5f1042fd82c1c1f2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-b3dd018e4a0a3c11.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-b6acfb8e6adc55d8.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-86f7dfecf57c61b1.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-96836488c570e5e8.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-6ab41e8f081774fd.so --cap-lints allow`
6062026-05-14T15:00:45.908Z Compiling futures-macro v0.3.32
6072026-05-14T15:00:45.911Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef73aeef80408f98 -C extra-filename=-dbdb680b075e13f0 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
6082026-05-14T15:00:46.168Z Compiling zerocopy-derive v0.8.27
6092026-05-14T15:00:46.171Z Running `/home/build/.rustup/toolchains/1.95.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=194111c6453956a4 -C extra-filename=-25a9e2425d9380a1 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
6102026-05-14T15:00:46.221Z Compiling icu_provider_macros v1.5.0
6112026-05-14T15:00:46.225Z Running `/home/build/.rustup/toolchains/1.95.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=08115aaf1716dafa -C extra-filename=-9221ff3f54a71e02 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
6122026-05-14T15:00:46.267Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=826d50a9400bb89a -C extra-filename=-59d3dadefb335f1c --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-9da4f89a2c4e48a8.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6132026-05-14T15:00:46.311Z Compiling zerofrom v0.1.5
6142026-05-14T15:00:46.319Z Running `/home/build/.rustup/toolchains/1.95.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=759187dc170977f8 -C extra-filename=-2b04c1fcf4c7d369 --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-c1c093070ffa86ac.so --cap-lints allow`
6152026-05-14T15:00:46.364Z Compiling pest v2.8.1
6162026-05-14T15:00:46.366Z Running `/home/build/.rustup/toolchains/1.95.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=1a3c31342fc37bb1 -C extra-filename=-cab268f54f3b6c7b --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-82d25e56b970b3ca.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-74e608aebd0f9e24.rmeta --cap-lints allow`
6172026-05-14T15:00:46.431Z Compiling yoke v0.7.5
6182026-05-14T15:00:46.434Z Running `/home/build/.rustup/toolchains/1.95.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=63b0a33e67cdf006 -C extra-filename=-9e1fe2e48434abca --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-3d8f1c638259f9de.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-31456b5a882205af.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-2b04c1fcf4c7d369.rmeta --cap-lints allow`
6192026-05-14T15:00:46.624Z Compiling zerovec v0.10.4
6202026-05-14T15:00:46.627Z Running `/home/build/.rustup/toolchains/1.95.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=995d96fe8101183a -C extra-filename=-2bc74b6f3cea9f53 --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-9e1fe2e48434abca.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-2b04c1fcf4c7d369.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-012af96491d6575d.so --cap-lints allow`
6212026-05-14T15:00:46.757Z Compiling futures-util v0.3.32
6222026-05-14T15:00:46.760Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=58f4521461610bcd -C extra-filename=-aa25954c0409e5cb --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-584ee4ae876e49f2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-42a6e404b5015526.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-dbdb680b075e13f0.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f79c5559e80f07f2.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c882e07be88c1c62.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-82d25e56b970b3ca.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-94ee0fba65192311.rmeta --cap-lints allow`
6232026-05-14T15:00:46.808Z Compiling atomic-waker v1.1.2
6242026-05-14T15:00:46.811Z Running `/home/build/.rustup/toolchains/1.95.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=7829365ee5f692b2 -C extra-filename=-b80da2048908772a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6252026-05-14T15:00:46.927Z Compiling percent-encoding v2.3.2
6262026-05-14T15:00:46.930Z Running `/home/build/.rustup/toolchains/1.95.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=519531c79328772f -C extra-filename=-46bcf0bc6a743dbd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6272026-05-14T15:00:47.120Z Compiling icu_locid_transform_data v1.5.0
6282026-05-14T15:00:47.123Z Running `/home/build/.rustup/toolchains/1.95.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=3a1c822c92855d42 -C extra-filename=-ee1d362923ea9370 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6292026-05-14T15:00:47.187Z Compiling num_threads v0.1.3
6302026-05-14T15:00:47.190Z Running `/home/build/.rustup/toolchains/1.95.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=72d8a40c4b1b2cc2 -C extra-filename=-612b7f060cd4da8b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6312026-05-14T15:00:47.279Z Compiling untrusted v0.9.0
6322026-05-14T15:00:47.282Z Running `/home/build/.rustup/toolchains/1.95.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=13bf38bb5dfce4ba -C extra-filename=-367d3cc6719c6c17 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6332026-05-14T15:00:47.392Z Compiling pest_meta v2.8.1
6342026-05-14T15:00:47.394Z Running `/home/build/.rustup/toolchains/1.95.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=fd6ea9196e5a31cb -C extra-filename=-5b82b2e87d8e9bc6 --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-cab268f54f3b6c7b.rmeta --cap-lints allow`
6352026-05-14T15:00:47.416Z Compiling tinystr v0.7.6
6362026-05-14T15:00:47.419Z Running `/home/build/.rustup/toolchains/1.95.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=c0180b6cd3a673b3 -C extra-filename=-f8c632a5dcad33c0 --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-cbe17bb89460aff2.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow`
6372026-05-14T15:00:47.511Z Running `/home/build/.rustup/toolchains/1.95.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=0a2f40289d1a16a5 -C extra-filename=-f3e77e98f7951918 --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-25a9e2425d9380a1.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)'`
6382026-05-14T15:00:47.606Z Compiling icu_locid v1.5.0
6392026-05-14T15:00:47.608Z Running `/home/build/.rustup/toolchains/1.95.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=bf454df343476fed -C extra-filename=-d2fdd14f5655ebab --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-cbe17bb89460aff2.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-d73b798f427e0708.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f8c632a5dcad33c0.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-4aa979ea13126fcd.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow`
6402026-05-14T15:00:47.622Z Compiling rustls v0.23.40
6412026-05-14T15:00:47.625Z Running `/home/build/.rustup/toolchains/1.95.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.40/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=b3e11bbc0a78e737 -C extra-filename=-470cac50b2186f12 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-470cac50b2186f12 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6422026-05-14T15:00:47.700Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=2f29eddb723615f7 -C extra-filename=-513ffeb57b482408 --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-a26afb6af91c4587.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-7608abffe9d582b8.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)'`
6432026-05-14T15:00:47.834Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c7f8b46454118eac -C extra-filename=-b8cf47122cf1526c --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-b50b4c3d6c87d331.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-7608abffe9d582b8.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)'`
6442026-05-14T15:00:48.198Z Compiling pest_generator v2.8.1
6452026-05-14T15:00:48.201Z Running `/home/build/.rustup/toolchains/1.95.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=d5e9fe487b51e22e -C extra-filename=-dce78425df6f0d9f --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-cab268f54f3b6c7b.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-5b82b2e87d8e9bc6.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --cap-lints allow`
6462026-05-14T15:00:48.307Z Compiling icu_provider v1.5.0
6472026-05-14T15:00:48.310Z Running `/home/build/.rustup/toolchains/1.95.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=4aa2a6255033cf18 -C extra-filename=-f99dc3db073f8a69 --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-cbe17bb89460aff2.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-d2fdd14f5655ebab.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-9221ff3f54a71e02.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-3d8f1c638259f9de.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f8c632a5dcad33c0.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-4aa979ea13126fcd.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-9e1fe2e48434abca.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-2b04c1fcf4c7d369.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow`
6482026-05-14T15:00:48.499Z Compiling fastrand v2.1.1
6492026-05-14T15:00:48.502Z Running `/home/build/.rustup/toolchains/1.95.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=f0b46736e4c96cde -C extra-filename=-24b11155f68db4d4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6502026-05-14T15:00:48.635Z Compiling rustix v0.38.44
6512026-05-14T15:00:48.638Z Running `/home/build/.rustup/toolchains/1.95.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=e1800c926955e9aa -C extra-filename=-705b2a4c28e2b308 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-705b2a4c28e2b308 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6522026-05-14T15:00:48.755Z Compiling icu_locid_transform v1.5.0
6532026-05-14T15:00:48.758Z Running `/home/build/.rustup/toolchains/1.95.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=70f9f232c0f2d95d -C extra-filename=-f786c1e080cbb288 --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-cbe17bb89460aff2.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-d2fdd14f5655ebab.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-ee1d362923ea9370.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-f99dc3db073f8a69.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f8c632a5dcad33c0.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow`
6542026-05-14T15:00:48.765Z Compiling serde_tokenstream v0.2.3
6552026-05-14T15:00:48.768Z Running `/home/build/.rustup/toolchains/1.95.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=25fd8e7d86849add -C extra-filename=-f19907f805c62782 --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-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --cap-lints allow`
6562026-05-14T15:00:48.785Z Compiling pest_derive v2.8.1
6572026-05-14T15:00:48.788Z Running `/home/build/.rustup/toolchains/1.95.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=fed12e3e8a207749 -C extra-filename=-6dd493f265339551 --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-cab268f54f3b6c7b.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-dce78425df6f0d9f.rlib --extern proc_macro --cap-lints allow`
6582026-05-14T15:00:48.900Z Compiling erased-serde v0.3.31
6592026-05-14T15:00:48.903Z Running `/home/build/.rustup/toolchains/1.95.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=3ef97dc659b54625 -C extra-filename=-46839a38e598e43d --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-513ffeb57b482408.rmeta --cap-lints allow`
6602026-05-14T15:00:48.979Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-705b2a4c28e2b308/build-script-build`
6612026-05-14T15:00:48.994Z Compiling icu_collections v1.5.0
6622026-05-14T15:00:48.997Z Running `/home/build/.rustup/toolchains/1.95.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=dd7f00e8846e833a -C extra-filename=-c81b04c753d64f82 --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-cbe17bb89460aff2.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-9e1fe2e48434abca.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-2b04c1fcf4c7d369.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow`
6632026-05-14T15:00:49.037Z Compiling time v0.3.47
6642026-05-14T15:00:49.040Z Running `/home/build/.rustup/toolchains/1.95.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=b7864de1f97fb588 -C extra-filename=-ebe3c4e390073f8d --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-6f37788547dd35d7.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-607cef78597c7c47.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-315a78bc0384d61a.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-612b7f060cd4da8b.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-5016b9c4d16a47f3.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-95dd2ab3fb000547.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-a20fbb2c2ee709eb.so --cap-lints allow`
6652026-05-14T15:00:49.053Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-b54b8fd6473fccf2/build-script-build`
6662026-05-14T15:00:49.066Z Compiling scroll_derive v0.13.1
6672026-05-14T15:00:49.069Z Running `/home/build/.rustup/toolchains/1.95.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=3b4b14a3243d28cc -C extra-filename=-06914964811a70f5 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
6682026-05-14T15:00:49.335Z Compiling dtrace-parser v0.3.0
6692026-05-14T15:00:49.338Z Running `/home/build/.rustup/toolchains/1.95.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=5cfebc7c0dcb5e70 -C extra-filename=-761ac58fbf14c27f --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-cab268f54f3b6c7b.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-6dd493f265339551.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --cap-lints allow`
6702026-05-14T15:00:49.375Z Compiling tokio-util v0.7.18
6712026-05-14T15:00:49.379Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "net", "rt", "slab", "time", "tracing"))' -C metadata=30796f3334729e99 -C extra-filename=-0106a870fba294d7 --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-5f1042fd82c1c1f2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f79c5559e80f07f2.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --cap-lints allow`
6722026-05-14T15:00:49.606Z Compiling tracing v0.1.40
6732026-05-14T15:00:49.609Z Running `/home/build/.rustup/toolchains/1.95.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=ef06eb77a12332a6 -C extra-filename=-fb1acfe66e7b8d1a --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-b78d560a19514137.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-ee4d93721e5b5648.rmeta --cap-lints allow`
6742026-05-14T15:00:49.833Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-b647e98a3dc38cc5/build-script-build`
6752026-05-14T15:00:49.845Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=ad17c5b1dde7a99d -C extra-filename=-3531da0b96fe0e23 --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-fbf70bfad950d7d1.rmeta --cap-lints allow --cfg relaxed_coherence`
6762026-05-14T15:00:49.855Z Running `/home/build/.rustup/toolchains/1.95.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.149/src/lib.rs --error-format=json --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=04df35d0534b7a27 -C extra-filename=-b37d734b1655ae33 --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-607cef78597c7c47.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-82d25e56b970b3ca.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-b50b4c3d6c87d331.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-5fa8e6363ab024ae.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6772026-05-14T15:00:49.901Z Compiling thread-id v5.0.0
6782026-05-14T15:00:49.904Z Running `/home/build/.rustup/toolchains/1.95.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=0a5a38dbae123f02 -C extra-filename=-59a04de8047ff579 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
6792026-05-14T15:00:49.979Z Compiling num-traits v0.2.14
6802026-05-14T15:00:49.981Z Running `/home/build/.rustup/toolchains/1.95.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=117b88b974c844bd -C extra-filename=-898018bdfdf849e9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-898018bdfdf849e9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-c8f13d2d082db26c.rlib --cap-lints allow`
6812026-05-14T15:00:49.999Z Compiling tower-service v0.3.3
6822026-05-14T15:00:50.002Z Running `/home/build/.rustup/toolchains/1.95.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=51452b7e10d98647 -C extra-filename=-6e76c5b4ec2d22f1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6832026-05-14T15:00:50.085Z Compiling tower-layer v0.3.3
6842026-05-14T15:00:50.094Z Running `/home/build/.rustup/toolchains/1.95.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=1f721c4aac84903c -C extra-filename=-25d67e0342af1ff9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6852026-05-14T15:00:50.098Z Compiling usdt-impl v0.6.0
6862026-05-14T15:00:50.103Z Running `/home/build/.rustup/toolchains/1.95.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=bab808eba6749be3 -C extra-filename=-83bb914df3b9a892 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-83bb914df3b9a892 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6872026-05-14T15:00:50.195Z Compiling base64 v0.22.1
6882026-05-14T15:00:50.198Z Running `/home/build/.rustup/toolchains/1.95.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=4f36cea6e50386b0 -C extra-filename=-809ff91b24bb5908 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6892026-05-14T15:00:50.206Z Compiling byteorder v1.4.3
6902026-05-14T15:00:50.209Z Running `/home/build/.rustup/toolchains/1.95.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=b09dd24ae54cdc50 -C extra-filename=-7d9ee202ed1d8287 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6912026-05-14T15:00:50.240Z Compiling icu_properties_data v1.5.0
6922026-05-14T15:00:50.243Z Running `/home/build/.rustup/toolchains/1.95.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=d3fe5d1a4690d2d2 -C extra-filename=-f789d94fae3c9594 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6932026-05-14T15:00:50.314Z Compiling try-lock v0.2.3
6942026-05-14T15:00:50.314Z Running `/home/build/.rustup/toolchains/1.95.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=de0dd99b443ca3e8 -C extra-filename=-311896b8ab21cc6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6952026-05-14T15:00:50.342Z Compiling crc32fast v1.5.0
6962026-05-14T15:00:50.345Z Running `/home/build/.rustup/toolchains/1.95.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=766ad0764949b168 -C extra-filename=-77ddf1cf7e67dcf4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crc32fast-77ddf1cf7e67dcf4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6972026-05-14T15:00:50.373Z Compiling subtle v2.5.0
6982026-05-14T15:00:50.376Z Running `/home/build/.rustup/toolchains/1.95.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=748f97f0b5fb1775 -C extra-filename=-c28dfcf4988896fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6992026-05-14T15:00:50.411Z Compiling fnv v1.0.7
7002026-05-14T15:00:50.414Z Running `/home/build/.rustup/toolchains/1.95.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=623644bf0b533064 -C extra-filename=-14d0b8f0bc5bc9db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7012026-05-14T15:00:50.420Z Compiling paste v1.0.15
7022026-05-14T15:00:50.423Z Running `/home/build/.rustup/toolchains/1.95.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=cff4e09d5b5b0887 -C extra-filename=-ae65f8f6893fcc49 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-ae65f8f6893fcc49 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7032026-05-14T15:00:50.501Z Compiling h2 v0.4.6
7042026-05-14T15:00:50.507Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=e09c6cdd34228c48 -C extra-filename=-d1fa7bd382d5658c --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-b80da2048908772a.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-14d0b8f0bc5bc9db.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f79c5559e80f07f2.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-94ee0fba65192311.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-fb1acfe66e7b8d1a.rmeta --cap-lints allow`
7052026-05-14T15:00:50.512Z Compiling want v0.3.0
7062026-05-14T15:00:50.515Z Running `/home/build/.rustup/toolchains/1.95.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=b2fd4f4c0cef01b8 -C extra-filename=-f6e2e4bd6db165a0 --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-de5f0a5072a800f0.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-311896b8ab21cc6c.rmeta --cap-lints allow`
7072026-05-14T15:00:50.515Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-83bb914df3b9a892/build-script-build`
7082026-05-14T15:00:50.531Z Compiling dof v0.4.0
7092026-05-14T15:00:50.534Z Running `/home/build/.rustup/toolchains/1.95.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=2e9894a3b62d1409 -C extra-filename=-430a0152cde1b388 --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-b8cf47122cf1526c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b37d734b1655ae33.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-f3e77e98f7951918.rmeta --cap-lints allow`
7102026-05-14T15:00:50.627Z Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-77ddf1cf7e67dcf4/build-script-build`
7112026-05-14T15:00:50.667Z Compiling icu_properties v1.5.1
7122026-05-14T15:00:50.670Z Running `/home/build/.rustup/toolchains/1.95.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=48c2a35588c243bf -C extra-filename=-9f656b0c52cc2be8 --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-cbe17bb89460aff2.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-c81b04c753d64f82.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-f786c1e080cbb288.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-f789d94fae3c9594.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-f99dc3db073f8a69.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f8c632a5dcad33c0.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow`
7132026-05-14T15:00:50.685Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-898018bdfdf849e9/build-script-build`
7142026-05-14T15:00:50.718Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-ae65f8f6893fcc49/build-script-build`
7152026-05-14T15:00:50.747Z Compiling scroll v0.13.0
7162026-05-14T15:00:50.750Z Running `/home/build/.rustup/toolchains/1.95.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=18abd96cc49be84b -C extra-filename=-a8656cd2088d8d1f --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-06914964811a70f5.so --cap-lints allow`
7172026-05-14T15:00:50.886Z Running `/home/build/.rustup/toolchains/1.95.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=a009eb2f7cde78a3 -C extra-filename=-1ef430b4257da531 --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-46839a38e598e43d.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7182026-05-14T15:00:51.003Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=fb8fb09f1eb41180 -C extra-filename=-c5319e52217cc768 --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-d3ee7f85a96743d1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
7192026-05-14T15:00:51.033Z Running `/home/build/.rustup/toolchains/1.95.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=db5ed3643d9a72dd -C extra-filename=-8a0e55a9d830542d --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-d8f468526f30f872.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-337f172b09f58867.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7202026-05-14T15:00:51.087Z Compiling hybrid-array v0.4.8
7212026-05-14T15:00:51.090Z Running `/home/build/.rustup/toolchains/1.95.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=01ffd87512a13e1d -C extra-filename=-5122cee07f1dc857 --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-fbf70bfad950d7d1.rmeta --cap-lints allow`
7222026-05-14T15:00:51.178Z Compiling unicase v2.6.0
7232026-05-14T15:00:51.181Z Running `/home/build/.rustup/toolchains/1.95.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=857be9fd9a005020 -C extra-filename=-1791cc2de14e8631 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-1791cc2de14e8631 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-47dc48a118f1eb12.rlib --cap-lints allow`
7242026-05-14T15:00:51.334Z Compiling simd-adler32 v0.3.7
7252026-05-14T15:00:51.337Z Running `/home/build/.rustup/toolchains/1.95.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=cc27ff9bdf5fc411 -C extra-filename=-d083dd37d62f1eae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7262026-05-14T15:00:51.419Z Compiling httpdate v1.0.1
7272026-05-14T15:00:51.427Z Running `/home/build/.rustup/toolchains/1.95.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=600aeb8c03dec95e -C extra-filename=-65fcdf711dbdbbed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7282026-05-14T15:00:51.528Z Compiling write16 v1.0.0
7292026-05-14T15:00:51.532Z Running `/home/build/.rustup/toolchains/1.95.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=2821a9b0827d4bdd -C extra-filename=-d8cf85931829188b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7302026-05-14T15:00:51.541Z Compiling icu_normalizer_data v1.5.0
7312026-05-14T15:00:51.544Z Running `/home/build/.rustup/toolchains/1.95.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=dccadbd41f25e672 -C extra-filename=-b055f60771f0e52b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7322026-05-14T15:00:51.608Z Compiling utf16_iter v1.0.5
7332026-05-14T15:00:51.611Z Running `/home/build/.rustup/toolchains/1.95.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=cf6f6a419c49551c -C extra-filename=-1b84b45eec328e4c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7342026-05-14T15:00:51.620Z Compiling plain v0.2.3
7352026-05-14T15:00:51.625Z Running `/home/build/.rustup/toolchains/1.95.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=410a3f59e6678dc7 -C extra-filename=-71c69e4bd4a4159e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7362026-05-14T15:00:51.662Z Compiling adler2 v2.0.1
7372026-05-14T15:00:51.664Z Running `/home/build/.rustup/toolchains/1.95.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=e5983f5b343299ca -C extra-filename=-4342fd62d83071c0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7382026-05-14T15:00:51.722Z Compiling utf8_iter v1.0.4
7392026-05-14T15:00:51.725Z Running `/home/build/.rustup/toolchains/1.95.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=363bec33412e1986 -C extra-filename=-110a72bd9117a75d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7402026-05-14T15:00:51.734Z Compiling goblin v0.10.1
7412026-05-14T15:00:51.737Z Running `/home/build/.rustup/toolchains/1.95.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=b0eb9ed55e8e9406 -C extra-filename=-c0354eb220383f81 --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-de5f0a5072a800f0.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-71c69e4bd4a4159e.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-a8656cd2088d8d1f.rmeta --cap-lints allow`
7422026-05-14T15:00:51.790Z Compiling miniz_oxide v0.8.9
7432026-05-14T15:00:51.793Z Running `/home/build/.rustup/toolchains/1.95.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=505038c1af4d07a7 -C extra-filename=-0c380fd763ffabef --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-4342fd62d83071c0.rmeta --extern simd_adler32=/work/oxidecomputer/dropshot/target/debug/deps/libsimd_adler32-d083dd37d62f1eae.rmeta --cap-lints allow`
7442026-05-14T15:00:51.867Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-1791cc2de14e8631/build-script-build`
7452026-05-14T15:00:51.877Z Compiling rand_core v0.9.5
7462026-05-14T15:00:51.880Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=94ddc9f2a6a9ba1e -C extra-filename=-bb85f4f5c5c2a61d --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-c5319e52217cc768.rmeta --cap-lints allow`
7472026-05-14T15:00:51.961Z Running `/home/build/.rustup/toolchains/1.95.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=6f845dd2413ffb3f -C extra-filename=-6ec19011e85db007 --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`
7482026-05-14T15:00:51.983Z Running `/home/build/.rustup/toolchains/1.95.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=427c0866061ded48 -C extra-filename=-a2773beafb3ab28b --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-7d9ee202ed1d8287.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-430a0152cde1b388.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-761ac58fbf14c27f.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b37d734b1655ae33.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-59a04de8047ff579.rmeta --cap-lints allow --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
7492026-05-14T15:00:52.082Z Running `/home/build/.rustup/toolchains/1.95.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=5055778a0b233028 -C extra-filename=-eeb66b7ad5d8d84b --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"))'`
7502026-05-14T15:00:52.448Z Compiling icu_normalizer v1.5.0
7512026-05-14T15:00:52.457Z Running `/home/build/.rustup/toolchains/1.95.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=159bbcd45b3e080d -C extra-filename=-6bd07f31ea16bc5b --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-cbe17bb89460aff2.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-c81b04c753d64f82.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-b055f60771f0e52b.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-9f656b0c52cc2be8.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-f99dc3db073f8a69.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-88a1f1fe0139468f.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-1b84b45eec328e4c.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-110a72bd9117a75d.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-d8cf85931829188b.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow`
7522026-05-14T15:00:52.460Z Running `/home/build/.rustup/toolchains/1.95.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=f7224f6347fc8e57 -C extra-filename=-8dda9323008f5320 --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-d3ee7f85a96743d1.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
7532026-05-14T15:00:52.489Z Compiling crypto-common v0.1.6
7542026-05-14T15:00:52.492Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=fe1fa0653e2149d7 -C extra-filename=-100eb350d3d20347 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-3531da0b96fe0e23.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-fbf70bfad950d7d1.rmeta --cap-lints allow`
7552026-05-14T15:00:52.586Z Compiling hyper v1.9.0
7562026-05-14T15:00:52.589Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.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 --warn=unexpected_cfgs --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=51e3b32c16d62754 -C extra-filename=-ed70234de13ba170 --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-b80da2048908772a.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-584ee4ae876e49f2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-d1fa7bd382d5658c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-8445cb2e0f9dd145.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-4a68297fef3a092f.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-65fcdf711dbdbbed.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-607cef78597c7c47.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-88a1f1fe0139468f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-f6e2e4bd6db165a0.rmeta --cap-lints allow`
7572026-05-14T15:00:52.605Z Compiling block-buffer v0.10.2
7582026-05-14T15:00:52.608Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09ef9007a7860d54 -C extra-filename=-8855c4ee4320f7c9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-3531da0b96fe0e23.rmeta --cap-lints allow`
7592026-05-14T15:00:52.627Z Compiling form_urlencoded v1.2.2
7602026-05-14T15:00:52.630Z Running `/home/build/.rustup/toolchains/1.95.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=a3218dcdcac4ee03 -C extra-filename=-8941cfa5047fc91e --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-46bcf0bc6a743dbd.rmeta --cap-lints allow`
7612026-05-14T15:00:52.736Z Compiling unicode-segmentation v1.10.0
7622026-05-14T15:00:52.739Z Running `/home/build/.rustup/toolchains/1.95.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=02a32f81dc5eb2b2 -C extra-filename=-ba429c274eb1ddd6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7632026-05-14T15:00:52.765Z Compiling openssl-probe v0.2.1
7642026-05-14T15:00:52.767Z Running `/home/build/.rustup/toolchains/1.95.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=b85447c6429323de -C extra-filename=-a8f7286fc347e804 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7652026-05-14T15:00:52.808Z Compiling unicode-width v0.1.9
7662026-05-14T15:00:52.811Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=82284855a43915a0 -C extra-filename=-b3eee0672bd8e59f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7672026-05-14T15:00:52.912Z Compiling mime v0.3.16
7682026-05-14T15:00:52.916Z Running `/home/build/.rustup/toolchains/1.95.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=7f92674d984e6034 -C extra-filename=-c450cf3c158c8e59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7692026-05-14T15:00:52.944Z Compiling ipnet v2.10.0
7702026-05-14T15:00:52.947Z Running `/home/build/.rustup/toolchains/1.95.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=260b88e87e6c67f4 -C extra-filename=-a1e335ccd607f787 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7712026-05-14T15:00:53.081Z Running `/home/build/.rustup/toolchains/1.95.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=bedc3b356480650d -C extra-filename=-0f9f7f8a68799b17 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-0f9f7f8a68799b17 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7722026-05-14T15:00:53.172Z Compiling ppv-lite86 v0.2.15
7732026-05-14T15:00:53.175Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=3211d84868efbf58 -C extra-filename=-aa1e9615c259b9f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7742026-05-14T15:00:53.241Z Compiling iana-time-zone v0.1.47
7752026-05-14T15:00:53.244Z Running `/home/build/.rustup/toolchains/1.95.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=521964ae01294463 -C extra-filename=-86258f6d86814854 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7762026-05-14T15:00:53.331Z Compiling pretty-hex v0.4.1
7772026-05-14T15:00:53.334Z Running `/home/build/.rustup/toolchains/1.95.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=05b02139450ef5aa -C extra-filename=-ad7aab3b87a70365 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7782026-05-14T15:00:53.452Z Compiling winnow v1.0.0
7792026-05-14T15:00:53.452Z Compiling lazy_static v1.5.0
7802026-05-14T15:00:53.455Z Running `/home/build/.rustup/toolchains/1.95.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=b7b9bffa02488373 -C extra-filename=-574320271b6fd1bc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7812026-05-14T15:00:53.455Z Running `/home/build/.rustup/toolchains/1.95.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=0f8c7993aacb7a65 -C extra-filename=-dfebe2650e7c952e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7822026-05-14T15:00:53.468Z Compiling ryu v1.0.5
7832026-05-14T15:00:53.471Z Running `/home/build/.rustup/toolchains/1.95.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=940cc60852f10c0f -C extra-filename=-d551be555f5985a2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-d551be555f5985a2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7842026-05-14T15:00:53.477Z Compiling rand_chacha v0.9.0
7852026-05-14T15:00:53.480Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=ad8e6c00869af077 -C extra-filename=-1ecb3130f83a84aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/dropshot/target/debug/deps/libppv_lite86-aa1e9615c259b9f6.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-bb85f4f5c5c2a61d.rmeta --cap-lints allow`
7862026-05-14T15:00:53.542Z Compiling console v0.15.7
7872026-05-14T15:00:53.545Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=292e58331f1a660b -C extra-filename=-4bc097e2a5fbe4e7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-b3eee0672bd8e59f.rmeta --cap-lints allow`
7882026-05-14T15:00:53.578Z Compiling chrono v0.4.44
7892026-05-14T15:00:53.581Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=ae11a26c5e8fef96 -C extra-filename=-4ee301a8d720d2f3 --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-86258f6d86814854.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-6ec19011e85db007.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --cap-lints allow`
7902026-05-14T15:00:53.758Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-d551be555f5985a2/build-script-build`
7912026-05-14T15:00:53.795Z Compiling toml_parser v1.1.2+spec-1.1.0
7922026-05-14T15:00:53.798Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=a8670a1976669ca6 -C extra-filename=-f3acbd7559b4a929 --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-dfebe2650e7c952e.rmeta --cap-lints allow`
7932026-05-14T15:00:53.804Z Compiling hyper-util v0.1.20
7942026-05-14T15:00:53.807Z Running `/home/build/.rustup/toolchains/1.95.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=a77a6a01b5ca3e12 -C extra-filename=-ecb12c4720a94d8e --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-809ff91b24bb5908.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-584ee4ae876e49f2.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-aa25954c0409e5cb.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-8445cb2e0f9dd145.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-a1e335ccd607f787.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-96836488c570e5e8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-25d67e0342af1ff9.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-fb1acfe66e7b8d1a.rmeta --cap-lints allow`
7952026-05-14T15:00:53.889Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-0f9f7f8a68799b17/build-script-build`
7962026-05-14T15:00:53.902Z Compiling newline-converter v0.3.0
7972026-05-14T15:00:53.905Z Running `/home/build/.rustup/toolchains/1.95.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=62f66cca23e76266 -C extra-filename=-cbc54f8a8783710f --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-ba429c274eb1ddd6.rmeta --cap-lints allow`
7982026-05-14T15:00:54.010Z Compiling rustls-native-certs v0.8.3
7992026-05-14T15:00:54.013Z Running `/home/build/.rustup/toolchains/1.95.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=f0fa8ae9fde0707c -C extra-filename=-40ee800749fa5d0c --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-a8f7286fc347e804.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --cap-lints allow`
8002026-05-14T15:00:54.150Z Compiling idna_adapter v1.2.0
8012026-05-14T15:00:54.153Z Running `/home/build/.rustup/toolchains/1.95.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=9d233af60e3fe836 -C extra-filename=-6477ec3f77575848 --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-6bd07f31ea16bc5b.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-9f656b0c52cc2be8.rmeta --cap-lints allow`
8022026-05-14T15:00:54.288Z Compiling digest v0.10.7
8032026-05-14T15:00:54.291Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=057aa42f1faa2186 -C extra-filename=-f56e37b98b34f186 --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-8855c4ee4320f7c9.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-100eb350d3d20347.rmeta --cap-lints allow`
8042026-05-14T15:00:54.291Z Compiling flate2 v1.1.9
8052026-05-14T15:00:54.292Z Running `/home/build/.rustup/toolchains/1.95.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=0af50e3cc2e92c19 -C extra-filename=-cfed4366f2ce094f --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-8dda9323008f5320.rmeta --extern miniz_oxide=/work/oxidecomputer/dropshot/target/debug/deps/libminiz_oxide-0c380fd763ffabef.rmeta --cap-lints allow`
8062026-05-14T15:00:54.333Z Running `/home/build/.rustup/toolchains/1.95.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=c3c05b67b77e3b74 -C extra-filename=-4845ef09cea946c4 --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`
8072026-05-14T15:00:54.475Z Running `/home/build/.rustup/toolchains/1.95.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=9f448e2e72a1a85f -C extra-filename=-b5db168481824e79 --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-c0354eb220383f81.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-ad7aab3b87a70365.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-f3e77e98f7951918.rmeta --cap-lints allow`
8082026-05-14T15:00:54.485Z Compiling crypto-common v0.2.1
8092026-05-14T15:00:54.488Z Running `/home/build/.rustup/toolchains/1.95.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=3a16983bcdfbd960 -C extra-filename=-5c5bb49db8be4163 --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-5122cee07f1dc857.rmeta --cap-lints allow`
8102026-05-14T15:00:54.520Z Compiling block-buffer v0.12.0
8112026-05-14T15:00:54.523Z Running `/home/build/.rustup/toolchains/1.95.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=02255fc610b91f3a -C extra-filename=-abec1e10f4065c94 --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-5122cee07f1dc857.rmeta --cap-lints allow`
8122026-05-14T15:00:54.669Z Compiling concurrent-queue v2.5.0
8132026-05-14T15:00:54.670Z Running `/home/build/.rustup/toolchains/1.95.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=8da0e13188a1cdbd -C extra-filename=-8d2428415ce7fd2a --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-7e8da5c7b5945ca6.rmeta --cap-lints allow`
8142026-05-14T15:00:54.703Z Compiling serde_derive_internals v0.29.0
8152026-05-14T15:00:54.706Z Running `/home/build/.rustup/toolchains/1.95.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=9c44c23d2b3195da -C extra-filename=-a41507d8ad847966 --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-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --cap-lints allow`
8162026-05-14T15:00:54.862Z Compiling serde_spanned v1.1.1
8172026-05-14T15:00:54.865Z Running `/home/build/.rustup/toolchains/1.95.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=becd76ae8fa13c1d -C extra-filename=-97cb66f9cbc1e321 --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-a26afb6af91c4587.rmeta --cap-lints allow`
8182026-05-14T15:00:55.004Z Compiling toml_datetime v1.1.1+spec-1.1.0
8192026-05-14T15:00:55.013Z Running `/home/build/.rustup/toolchains/1.95.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=a41adc46f328b261 -C extra-filename=-b0f79b1bb9df1a64 --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-a26afb6af91c4587.rmeta --cap-lints allow`
8202026-05-14T15:00:55.074Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=d8563b731dffb282 -C extra-filename=-d3a1af0128b43c19 --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-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-385dfbf0e1ad5fad.rmeta --cap-lints allow`
8212026-05-14T15:00:55.306Z Compiling thread_local v1.1.4
8222026-05-14T15:00:55.309Z Running `/home/build/.rustup/toolchains/1.95.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=d5dd55ed3c82c3ac -C extra-filename=-52e82e9fcada6227 --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-8dd91888215993a7.rmeta --cap-lints allow`
8232026-05-14T15:00:55.408Z Compiling sync_wrapper v1.0.1
8242026-05-14T15:00:55.411Z Running `/home/build/.rustup/toolchains/1.95.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=4b72d476401defb8 -C extra-filename=-a967d5a20eab2b0b --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-c3d2dd9680a8332d.rmeta --cap-lints allow`
8252026-05-14T15:00:55.418Z Compiling multer v3.1.0
8262026-05-14T15:00:55.421Z Running `/home/build/.rustup/toolchains/1.95.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=091ff526534cfb46 -C extra-filename=-4dee4c88e1526027 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-4dee4c88e1526027 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-47dc48a118f1eb12.rlib --cap-lints allow`
8272026-05-14T15:00:55.462Z Compiling encoding_rs v0.8.32
8282026-05-14T15:00:55.465Z Running `/home/build/.rustup/toolchains/1.95.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=179598ec1e495ae7 -C extra-filename=-69d024452d209db1 --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-d3ee7f85a96743d1.rmeta --cap-lints allow`
8292026-05-14T15:00:55.505Z Compiling target-triple v1.0.0
8302026-05-14T15:00:55.508Z Running `/home/build/.rustup/toolchains/1.95.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=1574c3dcd7d4978c -C extra-filename=-1c2dc3a8148b5c5a --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-1c2dc3a8148b5c5a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8312026-05-14T15:00:55.527Z Compiling match_cfg v0.1.0
8322026-05-14T15:00:55.531Z Running `/home/build/.rustup/toolchains/1.95.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=d7a0ffb5a9acfda5 -C extra-filename=-2df300aa1a45f362 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8332026-05-14T15:00:55.567Z Compiling semver v1.0.28
8342026-05-14T15:00:55.570Z Running `/home/build/.rustup/toolchains/1.95.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=3e7b1fbbd0abcf44 -C extra-filename=-9af1767d19a5bf45 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8352026-05-14T15:00:55.589Z Compiling slog-async v2.8.0
8362026-05-14T15:00:55.592Z Running `/home/build/.rustup/toolchains/1.95.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=52d35733ca19d619 -C extra-filename=-554bd99f454db5b8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-554bd99f454db5b8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8372026-05-14T15:00:55.644Z Compiling cpufeatures v0.2.17
8382026-05-14T15:00:55.647Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba0d4ee692144ed4 -C extra-filename=-400ab6ac1751cc89 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8392026-05-14T15:00:55.711Z Compiling parking v2.2.0
8402026-05-14T15:00:55.714Z Running `/home/build/.rustup/toolchains/1.95.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=47d588f60a08588d -C extra-filename=-363862bf1c73ca46 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8412026-05-14T15:00:55.794Z Compiling camino v1.2.2
8422026-05-14T15:00:55.798Z Running `/home/build/.rustup/toolchains/1.95.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.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=1380e82a05346505 -C extra-filename=-2f612885751eac0d --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-2f612885751eac0d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8432026-05-14T15:00:55.879Z Compiling schemars v0.8.22
8442026-05-14T15:00:55.887Z Running `/home/build/.rustup/toolchains/1.95.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=42d31f66e54537c9 -C extra-filename=-8cd97742deeb4222 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-8cd97742deeb4222 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8452026-05-14T15:00:55.923Z Compiling const-oid v0.10.2
8462026-05-14T15:00:55.923Z Compiling toml_writer v1.1.1+spec-1.1.0
8472026-05-14T15:00:55.928Z Running `/home/build/.rustup/toolchains/1.95.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=db183771de8afcd7 -C extra-filename=-709ce0abb12ea1f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8482026-05-14T15:00:55.928Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=22c5185121416f56 -C extra-filename=-9dd74fd593bfbfde --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8492026-05-14T15:00:56.133Z Compiling heck v0.5.0
8502026-05-14T15:00:56.136Z Running `/home/build/.rustup/toolchains/1.95.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=7dba36ff39bed519 -C extra-filename=-d62c1f7ce1bee2a6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8512026-05-14T15:00:56.144Z Compiling compression-core v0.4.32
8522026-05-14T15:00:56.147Z Running `/home/build/.rustup/toolchains/1.95.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=63439265181158e3 -C extra-filename=-c8d86144aa12b422 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8532026-05-14T15:00:56.153Z Compiling similar v2.2.1
8542026-05-14T15:00:56.161Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=376c431b11b8cd8a -C extra-filename=-abd7d71ba63d5260 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8552026-05-14T15:00:56.183Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-2f612885751eac0d/build-script-build`
8562026-05-14T15:00:56.223Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-8cd97742deeb4222/build-script-build`
8572026-05-14T15:00:56.236Z Compiling toml v1.1.2+spec-1.1.0
8582026-05-14T15:00:56.239Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=1abb3ae165f0bddc -C extra-filename=-90a3dd2a44c8d4d7 --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-a26afb6af91c4587.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-97cb66f9cbc1e321.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-b0f79b1bb9df1a64.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-f3acbd7559b4a929.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-9dd74fd593bfbfde.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-dfebe2650e7c952e.rmeta --cap-lints allow`
8592026-05-14T15:00:56.292Z Compiling compression-codecs v0.4.38
8602026-05-14T15:00:56.295Z Running `/home/build/.rustup/toolchains/1.95.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=93a459edfec63f80 -C extra-filename=-883387f1addf4e1e --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-c8d86144aa12b422.rmeta --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-82d25e56b970b3ca.rmeta --cap-lints allow`
8612026-05-14T15:00:56.327Z Compiling digest v0.11.2
8622026-05-14T15:00:56.330Z Running `/home/build/.rustup/toolchains/1.95.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=e2fa07801c28772f -C extra-filename=-0e1dcdcd8d1e3beb --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-abec1e10f4065c94.rmeta --extern const_oid=/work/oxidecomputer/dropshot/target/debug/deps/libconst_oid-709ce0abb12ea1f0.rmeta --extern common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-5c5bb49db8be4163.rmeta --cap-lints allow`
8632026-05-14T15:00:56.367Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-554bd99f454db5b8/build-script-build`
8642026-05-14T15:00:56.409Z Compiling event-listener v5.0.0
8652026-05-14T15:00:56.412Z Running `/home/build/.rustup/toolchains/1.95.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=0b115b667b238c62 -C extra-filename=-22bc90d0d8a231fb --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-8d2428415ce7fd2a.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-363862bf1c73ca46.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --cap-lints allow`
8662026-05-14T15:00:56.485Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-1c2dc3a8148b5c5a/build-script-build`
8672026-05-14T15:00:56.498Z Compiling sha1 v0.10.6
8682026-05-14T15:00:56.501Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=758c08a7e855666f -C extra-filename=-8f3f4a87d03c0839 --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-d3ee7f85a96743d1.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-400ab6ac1751cc89.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-f56e37b98b34f186.rmeta --cap-lints allow`
8692026-05-14T15:00:56.541Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-4dee4c88e1526027/build-script-build`
8702026-05-14T15:00:56.582Z Compiling hostname v0.3.1
8712026-05-14T15:00:56.585Z Running `/home/build/.rustup/toolchains/1.95.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=7342fe1225653080 -C extra-filename=-a1d75e760eb3cdea --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-c8ce6b8b0d54ece8.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-2df300aa1a45f362.rmeta --cap-lints allow`
8722026-05-14T15:00:56.688Z Compiling tower v0.5.2
8732026-05-14T15:00:56.691Z Running `/home/build/.rustup/toolchains/1.95.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=844b362a7b5ce3c8 -C extra-filename=-c5d9e033661e1973 --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-c3d2dd9680a8332d.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-aa25954c0409e5cb.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-a967d5a20eab2b0b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-25d67e0342af1ff9.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --cap-lints allow`
8742026-05-14T15:00:56.713Z Compiling schemars_derive v0.8.22
8752026-05-14T15:00:56.716Z Compiling mime_guess v2.0.5
8762026-05-14T15:00:56.716Z Running `/home/build/.rustup/toolchains/1.95.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=842862a0924d046d -C extra-filename=-9f428eb5161d1943 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-a41507d8ad847966.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
8772026-05-14T15:00:56.716Z Running `/home/build/.rustup/toolchains/1.95.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=abdf4892399247e9 -C extra-filename=-3dce52cb7a243338 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-3dce52cb7a243338 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-4845ef09cea946c4.rlib --cap-lints allow`
8782026-05-14T15:00:57.106Z Compiling idna v1.0.3
8792026-05-14T15:00:57.109Z Running `/home/build/.rustup/toolchains/1.95.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=d742c61be0e6d2f4 -C extra-filename=-f1cff2026db05d84 --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-6477ec3f77575848.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-88a1f1fe0139468f.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-110a72bd9117a75d.rmeta --cap-lints allow`
8802026-05-14T15:00:57.159Z Running `/home/build/.rustup/toolchains/1.95.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=e199243055f03b6f -C extra-filename=-e7998c6f08ced4dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
8812026-05-14T15:00:57.185Z Compiling rand v0.9.2
8822026-05-14T15:00:57.189Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=7cdd9f7f7c9d6bf9 -C extra-filename=-f0e6b4418dc9c9bb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-1ecb3130f83a84aa.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-bb85f4f5c5c2a61d.rmeta --cap-lints allow`
8832026-05-14T15:00:57.238Z Compiling usdt-attr-macro v0.6.0
8842026-05-14T15:00:57.241Z Running `/home/build/.rustup/toolchains/1.95.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=2e1e9fd0a258a4b8 -C extra-filename=-fbbae900b94e027d --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-761ac58fbf14c27f.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a2773beafb3ab28b.rlib --extern proc_macro --cap-lints allow`
8852026-05-14T15:00:57.331Z Compiling usdt-macro v0.6.0
8862026-05-14T15:00:57.334Z Running `/home/build/.rustup/toolchains/1.95.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=c22aa14dc178ec2a -C extra-filename=-9613fcbb8c3ebd82 --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-761ac58fbf14c27f.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a2773beafb3ab28b.rlib --extern proc_macro --cap-lints allow`
8872026-05-14T15:00:57.753Z Running `/home/build/.rustup/toolchains/1.95.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=2423a1647feaf312 -C extra-filename=-86d49ae75be533e5 --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-7d9ee202ed1d8287.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-b5db168481824e79.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-761ac58fbf14c27f.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d3a1af0128b43c19.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-59a04de8047ff579.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)'`
8882026-05-14T15:00:57.764Z Compiling slog-json v2.6.1
8892026-05-14T15:00:57.767Z Running `/home/build/.rustup/toolchains/1.95.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=b19c45643249f182 -C extra-filename=-78d905564311f010 --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-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-ebe3c4e390073f8d.rmeta --cap-lints allow`
8902026-05-14T15:00:57.830Z Compiling futures-executor v0.3.32
8912026-05-14T15:00:57.833Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=d3084698d49cdb6e -C extra-filename=-8224c9424d198d75 --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-c3d2dd9680a8332d.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c882e07be88c1c62.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-aa25954c0409e5cb.rmeta --cap-lints allow`
8922026-05-14T15:00:57.918Z Compiling tempfile v3.27.0
8932026-05-14T15:00:57.922Z Running `/home/build/.rustup/toolchains/1.95.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=85b98fce23d5897e -C extra-filename=-5d98a9b4ba69d06f --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-24b11155f68db4d4.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-a1d925e051947375.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8dd91888215993a7.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-d43043cd63b77e15.rmeta --cap-lints allow`
8942026-05-14T15:00:57.959Z Compiling async-stream-impl v0.3.6
8952026-05-14T15:00:57.962Z Running `/home/build/.rustup/toolchains/1.95.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=f236ea9bdf33a0db -C extra-filename=-08f2c6973c134b62 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
8962026-05-14T15:00:58.046Z Compiling crossbeam-channel v0.5.15
8972026-05-14T15:00:58.050Z Running `/home/build/.rustup/toolchains/1.95.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=a28895b804b8091b -C extra-filename=-a5e9ff320e86cd3d --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-7e8da5c7b5945ca6.rmeta --cap-lints allow`
8982026-05-14T15:00:58.092Z Compiling http-body-util v0.1.3
8992026-05-14T15:00:58.095Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=a61b710b798f5ff5 -C extra-filename=-0778eeee40839944 --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-5f1042fd82c1c1f2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-8445cb2e0f9dd145.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --cap-lints allow`
9002026-05-14T15:00:58.104Z Compiling uuid v1.23.1
9012026-05-14T15:00:58.113Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.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 --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=9de086cf7c84548f -C extra-filename=-bbda087421a51846 --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-a1d925e051947375.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --cap-lints allow`
9022026-05-14T15:00:58.316Z Compiling memmap2 v0.9.8
9032026-05-14T15:00:58.325Z Running `/home/build/.rustup/toolchains/1.95.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=ea83e69221308ab9 -C extra-filename=-b01e34863da3755a --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
9042026-05-14T15:00:58.328Z Compiling is-terminal v0.4.12
9052026-05-14T15:00:58.328Z Running `/home/build/.rustup/toolchains/1.95.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=d5c3d4bd018c9295 -C extra-filename=-87ff2231d7898bd4 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
9062026-05-14T15:00:58.415Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
9072026-05-14T15:00:58.418Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=1cd3935f5dbc3e28 -C extra-filename=-31443f7b8c577af5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-31443f7b8c577af5 -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-47dc48a118f1eb12.rlib`
9082026-05-14T15:00:58.449Z Compiling data-encoding v2.4.0
9092026-05-14T15:00:58.452Z Running `/home/build/.rustup/toolchains/1.95.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=5d12f74931fc5ab0 -C extra-filename=-348e467822f6e8c8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9102026-05-14T15:00:58.509Z Compiling anyhow v1.0.102
9112026-05-14T15:00:58.509Z Compiling spin v0.9.8
9122026-05-14T15:00:58.512Z Running `/home/build/.rustup/toolchains/1.95.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.102/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=11c3869a190c7385 -C extra-filename=-e9298f93fc222927 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-e9298f93fc222927 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9132026-05-14T15:00:58.512Z Running `/home/build/.rustup/toolchains/1.95.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=e759471eab2b3c75 -C extra-filename=-000700b66fb7df1e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9142026-05-14T15:00:58.527Z Compiling cpufeatures v0.3.0
9152026-05-14T15:00:58.530Z Running `/home/build/.rustup/toolchains/1.95.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=10cd91138e3997be -C extra-filename=-f2799cd04581ab59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9162026-05-14T15:00:58.590Z Compiling take_mut v0.2.2
9172026-05-14T15:00:58.593Z Running `/home/build/.rustup/toolchains/1.95.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=74e4fd14e118b7f9 -C extra-filename=-d697e9062918e7e0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9182026-05-14T15:00:58.599Z Compiling term v1.1.0
9192026-05-14T15:00:58.602Z Running `/home/build/.rustup/toolchains/1.95.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=a633d7bc63f722a5 -C extra-filename=-168951db23bd2d75 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9202026-05-14T15:00:58.622Z Compiling iri-string v0.7.8
9212026-05-14T15:00:58.625Z Running `/home/build/.rustup/toolchains/1.95.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=ba6354df299c1950 -C extra-filename=-3076e0bf18ecf7f7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9222026-05-14T15:00:58.661Z Compiling dyn-clone v1.0.4
9232026-05-14T15:00:58.664Z Running `/home/build/.rustup/toolchains/1.95.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=c29d0dd9a030d287 -C extra-filename=-c7b441687e69bb30 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9242026-05-14T15:00:58.689Z Running `/home/build/.rustup/toolchains/1.95.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=532535a31592791e -C extra-filename=-00278a0a6feb62be --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-a5e9ff320e86cd3d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-d697e9062918e7e0.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-52e82e9fcada6227.rmeta --cap-lints allow --cfg integer128`
9252026-05-14T15:00:58.750Z Running `/home/build/.rustup/toolchains/1.95.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=af12429fe9b362f0 -C extra-filename=-58a09d7329c27b79 --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-4ee301a8d720d2f3.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-c7b441687e69bb30.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-9f428eb5161d1943.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9262026-05-14T15:00:58.845Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-e9298f93fc222927/build-script-build`
9272026-05-14T15:00:59.033Z Compiling slog-term v2.9.2
9282026-05-14T15:00:59.036Z Running `/home/build/.rustup/toolchains/1.95.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=8e6e676027b0d634 -C extra-filename=-29e01228d720bda0 --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-4ee301a8d720d2f3.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-87ff2231d7898bd4.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-168951db23bd2d75.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-52e82e9fcada6227.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-ebe3c4e390073f8d.rmeta --cap-lints allow`
9292026-05-14T15:00:59.224Z Compiling tungstenite v0.29.0
9302026-05-14T15:00:59.233Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=58bc91d60bb31805 -C extra-filename=-f77ebf104716880f --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-5f1042fd82c1c1f2.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-348e467822f6e8c8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-4a68297fef3a092f.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-f0e6b4418dc9c9bb.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8f3f4a87d03c0839.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --cap-lints allow`
9312026-05-14T15:00:59.236Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-31443f7b8c577af5/build-script-build`
9322026-05-14T15:00:59.273Z Compiling async-stream v0.3.6
9332026-05-14T15:00:59.275Z Running `/home/build/.rustup/toolchains/1.95.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=46e8121e18218c42 -C extra-filename=-fd6c212bf4ba2e5a --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-08f2c6973c134b62.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --cap-lints allow`
9342026-05-14T15:00:59.290Z Running `/home/build/.rustup/toolchains/1.95.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=b42ca7c56a04dd1d -C extra-filename=-a1ebc4ec85275ee2 --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-5f1042fd82c1c1f2.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-69d024452d209db1.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-aa25954c0409e5cb.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-4a68297fef3a092f.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-82d25e56b970b3ca.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-c450cf3c158c8e59.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-000700b66fb7df1e.rmeta --cap-lints allow`
9352026-05-14T15:00:59.441Z Compiling sha1 v0.11.0
9362026-05-14T15:00:59.444Z Running `/home/build/.rustup/toolchains/1.95.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=2732aa425609d2df -C extra-filename=-b5b227a9db3e1ed5 --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-d3ee7f85a96743d1.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-f2799cd04581ab59.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-0e1dcdcd8d1e3beb.rmeta --cap-lints allow`
9372026-05-14T15:00:59.648Z Compiling usdt v0.6.0
9382026-05-14T15:00:59.651Z Running `/home/build/.rustup/toolchains/1.95.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=6ddfe6d75f7958b7 -C extra-filename=-d9ce0a308c56b234 --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-b5db168481824e79.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-c0354eb220383f81.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-b01e34863da3755a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-fbbae900b94e027d.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-86d49ae75be533e5.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-9613fcbb8c3ebd82.so --cap-lints allow`
9392026-05-14T15:00:59.683Z Compiling atomicwrites v0.4.4
9402026-05-14T15:00:59.686Z Running `/home/build/.rustup/toolchains/1.95.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=250b69b2503e9432 -C extra-filename=-35f0039c75dd36e7 --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-8a0e55a9d830542d.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rmeta --cap-lints allow`
9412026-05-14T15:00:59.775Z Compiling tower-http v0.6.8
9422026-05-14T15:00:59.779Z Running `/home/build/.rustup/toolchains/1.95.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=a9337997f65920c0 -C extra-filename=-fdb472b266d71034 --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-d8f468526f30f872.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-aa25954c0409e5cb.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-8445cb2e0f9dd145.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-3076e0bf18ecf7f7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-c5d9e033661e1973.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-25d67e0342af1ff9.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --cap-lints allow`
9432026-05-14T15:00:59.796Z Compiling futures v0.3.32
9442026-05-14T15:00:59.799Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=562e8ac5cc0e0dab -C extra-filename=-a99210728d4768d5 --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-584ee4ae876e49f2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-8224c9424d198d75.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-42a6e404b5015526.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f79c5559e80f07f2.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c882e07be88c1c62.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-aa25954c0409e5cb.rmeta --cap-lints allow`
9452026-05-14T15:00:59.868Z Compiling slog-bunyan v2.5.0
9462026-05-14T15:00:59.871Z Running `/home/build/.rustup/toolchains/1.95.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=0ddb1789d0d3e22b -C extra-filename=-4c1de5e6c3bf7a4e --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-a1d75e760eb3cdea.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-ebe3c4e390073f8d.rmeta --cap-lints allow`
9472026-05-14T15:00:59.876Z Compiling url v2.5.4
9482026-05-14T15:00:59.882Z Running `/home/build/.rustup/toolchains/1.95.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=738807b5f75a74d1 -C extra-filename=-c860b7c99d2b2581 --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-8941cfa5047fc91e.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-f1cff2026db05d84.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --cap-lints allow`
9492026-05-14T15:00:59.912Z Compiling serde_urlencoded v0.7.1
9502026-05-14T15:00:59.915Z Running `/home/build/.rustup/toolchains/1.95.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=5207d1fb6ad2b966 -C extra-filename=-99f9aa02365e4731 --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-8941cfa5047fc91e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-607cef78597c7c47.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-e7998c6f08ced4dc.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --cap-lints allow`
9512026-05-14T15:00:59.996Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-3dce52cb7a243338/build-script-build`
9522026-05-14T15:01:00.014Z Compiling event-listener-strategy v0.5.4
9532026-05-14T15:01:00.017Z Running `/home/build/.rustup/toolchains/1.95.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=3a2689418c635f66 -C extra-filename=-7b559bfc5bbe61b6 --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-22bc90d0d8a231fb.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --cap-lints allow`
9542026-05-14T15:01:00.148Z Compiling async-compression v0.4.42
9552026-05-14T15:01:00.149Z Running `/home/build/.rustup/toolchains/1.95.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=296dd65cfd673d30 -C extra-filename=-6352ebc73d14da84 --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"))'`
9562026-05-14T15:01:00.156Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=cf30c674eff44990 -C extra-filename=-f5a906800c15d9b4 --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-883387f1addf4e1e.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-c8d86144aa12b422.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --cap-lints allow`
9572026-05-14T15:01:00.180Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9582026-05-14T15:01:00.184Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 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=be502ae82da1dbb5 -C extra-filename=-9069d7d854aaa660 --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-d62c1f7ce1bee2a6.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro`
9592026-05-14T15:01:00.184Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=e48a824b39781236 -C extra-filename=-616b530ad0ccca17 --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-a26afb6af91c4587.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)'`
9602026-05-14T15:01:00.202Z Compiling pem v3.0.6
9612026-05-14T15:01:00.205Z Running `/home/build/.rustup/toolchains/1.95.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=6c3e15483de67bc9 -C extra-filename=-7273f6110408c185 --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-809ff91b24bb5908.rmeta --cap-lints allow`
9622026-05-14T15:01:00.220Z Compiling yasna v0.5.2
9632026-05-14T15:01:00.223Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-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="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=6264a3fd7c371496 -C extra-filename=-90c9933313d59ff8 --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-ebe3c4e390073f8d.rmeta --cap-lints allow`
9642026-05-14T15:01:00.230Z Compiling openapiv3 v2.2.0
9652026-05-14T15:01:00.233Z Running `/home/build/.rustup/toolchains/1.95.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=9fae9b280586db0b -C extra-filename=-62fc2f115c24ddd0 --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-009410dc439e3e0b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --cap-lints allow`
9662026-05-14T15:01:00.445Z Compiling waitgroup v0.1.2
9672026-05-14T15:01:00.448Z Running `/home/build/.rustup/toolchains/1.95.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=95a01d7bdc60aea5 -C extra-filename=-b34c2168f25a27d3 --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-b80da2048908772a.rmeta --cap-lints allow`
9682026-05-14T15:01:00.566Z Compiling async-trait v0.1.89
9692026-05-14T15:01:00.569Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62cb6120d213d04f -C extra-filename=-afafb16c394c1ff2 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
9702026-05-14T15:01:00.579Z Compiling rustls-pemfile v2.2.0
9712026-05-14T15:01:00.588Z Running `/home/build/.rustup/toolchains/1.95.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=a8726dc3fc6e88c8 -C extra-filename=-d3630c76ee260c83 --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-057522a2ff08016a.rmeta --cap-lints allow`
9722026-05-14T15:01:00.593Z Compiling serde_path_to_error v0.1.20
9732026-05-14T15:01:00.593Z Running `/home/build/.rustup/toolchains/1.95.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=9e7a36cd5e4450c8 -C extra-filename=-a73b2af1132f47a8 --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-607cef78597c7c47.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --cap-lints allow`
9742026-05-14T15:01:00.649Z Compiling hostname v0.4.2
9752026-05-14T15:01:00.652Z Running `/home/build/.rustup/toolchains/1.95.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=85b97ce5dbb7a806 -C extra-filename=-52abaa4da292a21a --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-d3ee7f85a96743d1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
9762026-05-14T15:01:00.763Z Compiling debug-ignore v1.0.5
9772026-05-14T15:01:00.766Z Running `/home/build/.rustup/toolchains/1.95.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=7740c28368953620 -C extra-filename=-cf60441f14a0da87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9782026-05-14T15:01:00.781Z Compiling glob v0.3.0
9792026-05-14T15:01:00.784Z Running `/home/build/.rustup/toolchains/1.95.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=b6398b9f3cb6c262 -C extra-filename=-14f5784e6957ff06 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9802026-05-14T15:01:00.860Z Compiling termcolor v1.1.2
9812026-05-14T15:01:00.863Z Running `/home/build/.rustup/toolchains/1.95.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=b9469a1024ece9b4 -C extra-filename=-36de138373324dac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9822026-05-14T15:01:00.978Z Compiling simple-mermaid v0.2.0
9832026-05-14T15:01:00.981Z Running `/home/build/.rustup/toolchains/1.95.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=8540699e25728e9f -C extra-filename=-19182b511455c8b8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9842026-05-14T15:01:00.988Z Compiling async-channel v2.5.0
9852026-05-14T15:01:00.991Z Running `/home/build/.rustup/toolchains/1.95.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=336acfd2a19619a7 -C extra-filename=-e719227f9e91e219 --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-8d2428415ce7fd2a.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-7b559bfc5bbe61b6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --cap-lints allow`
9862026-05-14T15:01:01.044Z Running `/home/build/.rustup/toolchains/1.95.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=24153ce69b7e0eaf -C extra-filename=-66a85936724e62c8 --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-c450cf3c158c8e59.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-4845ef09cea946c4.rmeta --cap-lints allow`
9872026-05-14T15:01:01.183Z Compiling trybuild v1.0.116
9882026-05-14T15:01:01.186Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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=007658ad6f06ed74 -C extra-filename=-a4176d65a5a62cc5 --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-14f5784e6957ff06.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-7608abffe9d582b8.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-6352ebc73d14da84.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-36de138373324dac.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rmeta --cap-lints allow`
9892026-05-14T15:01:01.209Z Compiling expectorate v1.2.0
9902026-05-14T15:01:01.217Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=0501663e182c797e -C extra-filename=-dc0fbf5336002887 --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-35f0039c75dd36e7.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-4bc097e2a5fbe4e7.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-cbc54f8a8783710f.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-abd7d71ba63d5260.rmeta --cap-lints allow`
9912026-05-14T15:01:01.247Z Compiling tokio-tungstenite v0.29.0
9922026-05-14T15:01:01.249Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=70e5f42921530a03 -C extra-filename=-667740736fdfa5e2 --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-aa25954c0409e5cb.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-f77ebf104716880f.rmeta --cap-lints allow`
9932026-05-14T15:01:01.350Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs --error-format=json --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=89604b3aa9768d1b -C extra-filename=-a621f1f4cb06a361 --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)'`
9942026-05-14T15:01:01.500Z Compiling buf-list v1.1.2
9952026-05-14T15:01:01.503Z Running `/home/build/.rustup/toolchains/1.95.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=e07b509fd8a845d3 -C extra-filename=-f82a0c2a0e3d5226 --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-5f1042fd82c1c1f2.rmeta --cap-lints allow`
9962026-05-14T15:01:01.530Z Compiling subprocess v1.1.0
9972026-05-14T15:01:01.534Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f06ee2b92f3bd3b -C extra-filename=-c8ef3ecbb99eab43 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
9982026-05-14T15:01:01.587Z Running `/home/build/.rustup/toolchains/1.95.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=bb4c348541ccbe73 -C extra-filename=-0408135dc9c294aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9992026-05-14T15:01:01.739Z Running `/home/build/.rustup/toolchains/1.95.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=4a533663edab67cf -C extra-filename=-d86e7e9ecd9504d0 --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-24b11155f68db4d4.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-a1d925e051947375.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-0408135dc9c294aa.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-d43043cd63b77e15.rmeta --cap-lints allow`
10002026-05-14T15:01:01.770Z Compiling prettyplease v0.2.37
10012026-05-14T15:01:01.773Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=15991a625856839d -C extra-filename=-5cc430313db38193 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-5cc430313db38193 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10022026-05-14T15:01:01.786Z Compiling schema-derive v0.1.0
10032026-05-14T15:01:01.789Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=120fa17888a4435f -C extra-filename=-1393e20e2ccab058 --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-eeb66b7ad5d8d84b.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
10042026-05-14T15:01:02.014Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-5cc430313db38193/build-script-build`
10052026-05-14T15:01:02.027Z Running `/home/build/.rustup/toolchains/1.95.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=19eee7e15f263d44 -C extra-filename=-33b190b52d79288a --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-8a0e55a9d830542d.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d86e7e9ecd9504d0.rmeta --cap-lints allow`
10062026-05-14T15:01:02.155Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=fa8606394289b114 -C extra-filename=-00990f0d9be884dd --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-33b190b52d79288a.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-4bc097e2a5fbe4e7.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-cbc54f8a8783710f.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-abd7d71ba63d5260.rmeta --cap-lints allow`
10072026-05-14T15:01:02.218Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=3ccf13af81770559 -C extra-filename=-35ee09f2e533313e --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-d4952fd101572b1a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10082026-05-14T15:01:02.738Z Compiling schema v0.1.0
10092026-05-14T15:01:02.741Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c6c09e96c28e3bd -C extra-filename=-c526d08655933a83 --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-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-1393e20e2ccab058.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --cap-lints allow`
10102026-05-14T15:01:02.899Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 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=3b15517d0e9260dc -C extra-filename=-b9c625b97bfa0590 --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-00990f0d9be884dd.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d62c1f7ce1bee2a6.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-35ee09f2e533313e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-c526d08655933a83.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro`
10112026-05-14T15:01:06.550Z Running `/home/build/.rustup/toolchains/1.95.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=f9579dccdc8c6b2e -C extra-filename=-f8527425bc864be3 --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-4a50216ee2eb8900/out -l static=aws_lc_0_40_0_crypto --cfg universal`
10122026-05-14T15:01:06.550Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-94ff50a463df9051/build-script-build`
10132026-05-14T15:01:06.567Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-470cac50b2186f12/build-script-build`
10142026-05-14T15:01:06.916Z Running `/home/build/.rustup/toolchains/1.95.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=fa2a13432e468334 -C extra-filename=-3335fdc2def4efa1 --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-f8527425bc864be3.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-2d28202684ee8f14.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
10152026-05-14T15:01:07.615Z Compiling rustls-webpki v0.103.13
10162026-05-14T15:01:07.615Z Compiling rcgen v0.14.7
10172026-05-14T15:01:07.618Z Running `/home/build/.rustup/toolchains/1.95.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=f194b9c5936b43a6 -C extra-filename=-82ef1e9c1c8cefe1 --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-3335fdc2def4efa1.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-367d3cc6719c6c17.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10182026-05-14T15:01:07.618Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.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 --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=c2964a6d14118f73 -C extra-filename=-c7573f12aebdde9a --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-3335fdc2def4efa1.rmeta --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-ebe3c4e390073f8d.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-90c9933313d59ff8.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10192026-05-14T15:01:08.007Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.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 --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=b29b15470b5a2dcc -C extra-filename=-9ad894cd8aee6f61 --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-3335fdc2def4efa1.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8dd91888215993a7.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-82ef1e9c1c8cefe1.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-c28dfcf4988896fd.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-2d28202684ee8f14.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10202026-05-14T15:01:10.330Z Compiling tokio-rustls v0.26.4
10212026-05-14T15:01:10.330Z Compiling rustls-platform-verifier v0.6.2
10222026-05-14T15:01:10.332Z Running `/home/build/.rustup/toolchains/1.95.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=22e72986d4d37c08 -C extra-filename=-cdb1d6aff8a270c5 --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-9ad894cd8aee6f61.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10232026-05-14T15:01:10.333Z Running `/home/build/.rustup/toolchains/1.95.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=52a13e789ffc862e -C extra-filename=-8c5ad3c4279785c0 --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-de5f0a5072a800f0.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-40ee800749fa5d0c.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-82ef1e9c1c8cefe1.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10242026-05-14T15:01:10.511Z Compiling hyper-rustls v0.27.9
10252026-05-14T15:01:10.514Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 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=f33f22e2cc108150 -C extra-filename=-d9c7b4cff2eb85b8 --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-f5a906800c15d9b4.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10262026-05-14T15:01:10.514Z Running `/home/build/.rustup/toolchains/1.95.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=9ba66bc357c744db -C extra-filename=-ac6ec13774309868 --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-945bb50acddcab85.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-40ee800749fa5d0c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10272026-05-14T15:01:10.686Z Compiling reqwest v0.13.3
10282026-05-14T15:01:10.689Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(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=d2808b66514c2d1b -C extra-filename=-01d504aab11610ec --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-809ff91b24bb5908.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-69d024452d209db1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-d1fa7bd382d5658c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-8445cb2e0f9dd145.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-c450cf3c158c8e59.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/dropshot/target/debug/deps/librustls_platform_verifier-8c5ad3c4279785c0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-a967d5a20eab2b0b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-c5d9e033661e1973.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-fdb472b266d71034.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-c860b7c99d2b2581.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10292026-05-14T15:01:12.700Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 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=a3a3529fcdae9b18 -C extra-filename=-707a404174fd9ce4 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10302026-05-14T15:01:15.517Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 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=5e7141027d367c55 -C extra-filename=-0ba05c2f00343234 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10312026-05-14T15:01:15.517Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 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=cdba1b39269e1838 -C extra-filename=-2c22bd993a8640a3 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10322026-05-14T15:01:15.521Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 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=5086d5fdc18522f2 -C extra-filename=-cdc3f36afcba7aaa --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10332026-05-14T15:01:15.521Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 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=9dd4b97d17de7d83 -C extra-filename=-e2ae516e69c93e5c --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10342026-05-14T15:01:15.521Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 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=9a8bc45176abf80c -C extra-filename=-84a9f13f2a541b26 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10352026-05-14T15:01:15.525Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 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=620b42b4b58d5a4c -C extra-filename=-9f97fde0e3593d7c --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10362026-05-14T15:01:15.529Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 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=e5b02a36e73fb164 -C extra-filename=-d8e0e4bad57cc779 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10372026-05-14T15:01:23.310Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 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=ca91e7030abaa981 -C extra-filename=-1fdbe99fcfa3cb94 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10382026-05-14T15:01:25.467Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 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=f87a15dd97c9850f -C extra-filename=-37ad288a7c5a3b22 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10392026-05-14T15:01:25.972Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 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=829aa56a4c03b6d0 -C extra-filename=-9edb4ea73d9ad2b0 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10402026-05-14T15:01:26.408Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 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=f5cfa13a1eeafeac -C extra-filename=-47c457565184caf6 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10412026-05-14T15:01:27.174Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 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=a5f3900111efa84a -C extra-filename=-8255afdcdbcbe2a5 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10422026-05-14T15:01:27.797Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 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=81964c67ad40149d -C extra-filename=-31d3601a4ee9b5b4 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10432026-05-14T15:01:28.259Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 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=579787157b064e86 -C extra-filename=-cb336e8e03e1c95e --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10442026-05-14T15:01:34.003Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 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=a272fc50dd68816e -C extra-filename=-2039d048b61f4b56 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10452026-05-14T15:01:35.182Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 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=24df3fc1f2a8343b -C extra-filename=-076e4967fd0aaa93 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10462026-05-14T15:01:35.860Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 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=0fda624615b2ee35 -C extra-filename=-b3ca45255911ad4d --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10472026-05-14T15:01:37.118Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 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=26879c4dee89697e -C extra-filename=-8464fd52ca38e905 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10482026-05-14T15:01:38.410Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 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=f16789a2e1e23016 -C extra-filename=-c8c19b6a720b8f53 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10492026-05-14T15:01:38.636Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 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=cbbd2c3927639a06 -C extra-filename=-ce61ae8cb085ddfd --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10502026-05-14T15:01:38.820Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 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=c0383b72f809ec04 -C extra-filename=-f210c175dee1d198 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10512026-05-14T15:01:38.946Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 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=dc3fafd6b6e04fa2 -C extra-filename=-9afe36065912e5d2 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10522026-05-14T15:01:39.782Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 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=fa045aed6a0b81b3 -C extra-filename=-3fe1d08993a3d67c --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10532026-05-14T15:01:44.552Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 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=bd08bc57dd36c208 -C extra-filename=-8d2a890188b555a1 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10542026-05-14T15:02:00.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
10552026-05-14T15:02:00.717Z
10562026-05-14T15:02:00.717Zreal 1:24.368567318
10572026-05-14T15:02:00.717Zuser 6:55.924232558
10582026-05-14T15:02:00.717Zsys 1:09.697318643
10592026-05-14T15:02:00.720Ztrap 0.331665495
10602026-05-14T15:02:00.720Ztflt 0.231792309
10612026-05-14T15:02:00.720Zdflt 0.409687795
10622026-05-14T15:02:00.720Zkflt 0.006839345
10632026-05-14T15:02:00.720Zlock 26:19.849808659
10642026-05-14T15:02:00.720Zslp 27:00.031732965
10652026-05-14T15:02:00.720Zlat 21.510392431
10662026-05-14T15:02:00.720Zstop 43.602364346
10672026-05-14T15:02:00.720Z+ banner test
10682026-05-14T15:02:00.720Z
10692026-05-14T15:02:00.720Z ##### ###### #### #####
10702026-05-14T15:02:00.720Z # # # #
10712026-05-14T15:02:00.720Z # ##### #### #
10722026-05-14T15:02:00.720Z # # # #
10732026-05-14T15:02:00.720Z # # # # #
10742026-05-14T15:02:00.720Z # ###### #### #
10752026-05-14T15:02:00.720Z
10762026-05-14T15:02:00.720Z+ ptime -m cargo test --all-features --locked --verbose
10772026-05-14T15:02:00.907Z Fresh unicode-ident v1.0.12
10782026-05-14T15:02:00.907Z Fresh cfg-if v1.0.0
10792026-05-14T15:02:00.907Z Fresh itoa v1.0.1
10802026-05-14T15:02:00.907Z Fresh memchr v2.6.0
10812026-05-14T15:02:00.910Z Fresh proc-macro2 v1.0.106
10822026-05-14T15:02:00.910Z Fresh pin-project-lite v0.2.12
10832026-05-14T15:02:00.910Z Fresh autocfg v1.1.0
10842026-05-14T15:02:00.910Z Fresh version_check v0.9.5
10852026-05-14T15:02:00.910Z Fresh smallvec v1.13.2
10862026-05-14T15:02:00.910Z Fresh quote v1.0.45
10872026-05-14T15:02:00.910Z Fresh libc v0.2.186
10882026-05-14T15:02:00.910Z Fresh bytes v1.11.1
10892026-05-14T15:02:00.910Z Fresh futures-core v0.3.32
10902026-05-14T15:02:00.910Z Fresh jobserver v0.1.34
10912026-05-14T15:02:00.910Z Fresh serde_derive v1.0.228
10922026-05-14T15:02:00.910Z Fresh synstructure v0.13.1
10932026-05-14T15:02:00.910Z Fresh thiserror-impl v2.0.18
10942026-05-14T15:02:00.910Z Fresh zmij v1.0.2
10952026-05-14T15:02:00.910Z Fresh find-msvc-tools v0.1.9
10962026-05-14T15:02:00.910Z Fresh shlex v1.3.0
10972026-05-14T15:02:00.910Z Fresh thiserror v2.0.18
10982026-05-14T15:02:00.910Z Fresh log v0.4.17
10992026-05-14T15:02:00.910Z Fresh futures-sink v0.3.32
11002026-05-14T15:02:00.910Z Fresh cc v1.2.60
11012026-05-14T15:02:00.910Z Fresh scopeguard v1.2.0
11022026-05-14T15:02:00.910Z Fresh parking_lot_core v0.9.4
11032026-05-14T15:02:00.910Z Fresh zerofrom-derive v0.1.5
11042026-05-14T15:02:00.910Z Fresh fs_extra v1.3.0
11052026-05-14T15:02:00.910Z Fresh dunce v1.0.5
11062026-05-14T15:02:00.910Z Fresh cmake v0.1.58
11072026-05-14T15:02:00.910Z Fresh lock_api v0.4.6
11082026-05-14T15:02:00.910Z Fresh zerofrom v0.1.5
11092026-05-14T15:02:00.910Z Fresh slab v0.4.9
11102026-05-14T15:02:00.911Z Fresh typenum v1.19.0
11112026-05-14T15:02:00.911Z Fresh yoke-derive v0.7.5
11122026-05-14T15:02:00.911Z Fresh tokio-macros v2.7.0
11132026-05-14T15:02:00.911Z Fresh parking_lot v0.12.1
11142026-05-14T15:02:00.911Z Fresh signal-hook-registry v1.4.0
11152026-05-14T15:02:00.911Z Fresh socket2 v0.6.3
11162026-05-14T15:02:00.911Z Fresh mio v1.2.0
11172026-05-14T15:02:00.911Z Fresh stable_deref_trait v1.2.0
11182026-05-14T15:02:00.911Z Fresh tokio v1.52.3
11192026-05-14T15:02:00.911Z Fresh yoke v0.7.5
11202026-05-14T15:02:00.911Z Fresh serde_core v1.0.228
11212026-05-14T15:02:00.911Z Fresh futures-channel v0.3.32
11222026-05-14T15:02:00.911Z Fresh zerovec-derive v0.10.3
11232026-05-14T15:02:00.911Z Fresh http v1.4.0
11242026-05-14T15:02:00.911Z Fresh bitflags v2.11.0
11252026-05-14T15:02:00.911Z Fresh zeroize v1.8.2
11262026-05-14T15:02:00.911Z Fresh zerovec v0.10.4
11272026-05-14T15:02:00.911Z Fresh getrandom v0.4.1
11282026-05-14T15:02:00.911Z Fresh displaydoc v0.2.5
11292026-05-14T15:02:00.911Z Fresh futures-macro v0.3.32
11302026-05-14T15:02:00.911Z Fresh ucd-trie v0.1.6
11312026-05-14T15:02:00.911Z Fresh futures-task v0.3.32
11322026-05-14T15:02:00.911Z Fresh futures-io v0.3.32
11332026-05-14T15:02:00.911Z Fresh rustls-pki-types v1.14.1
11342026-05-14T15:02:00.911Z Fresh pest v2.8.1
11352026-05-14T15:02:00.911Z Fresh errno v0.3.10
11362026-05-14T15:02:00.911Z Fresh serde v1.0.228
11372026-05-14T15:02:00.911Z Fresh futures-util v0.3.32
11382026-05-14T15:02:00.911Z Fresh pest_meta v2.8.1
11392026-05-14T15:02:00.911Z Fresh tinystr v0.7.6
11402026-05-14T15:02:00.911Z Fresh aws-lc-sys v0.40.0
11412026-05-14T15:02:00.911Z Fresh zerocopy-derive v0.8.27
11422026-05-14T15:02:00.911Z Fresh writeable v0.5.5
11432026-05-14T15:02:00.911Z Fresh litemap v0.7.4
11442026-05-14T15:02:00.911Z Fresh aws-lc-rs v1.16.3
11452026-05-14T15:02:00.912Z Fresh zerocopy v0.8.27
11462026-05-14T15:02:00.912Z Fresh httparse v1.10.0
11472026-05-14T15:02:00.912Z Fresh rustix v1.1.4
11482026-05-14T15:02:00.912Z Fresh rustversion v1.0.22
11492026-05-14T15:02:00.912Z Fresh icu_locid v1.5.0
11502026-05-14T15:02:00.912Z Fresh pest_generator v2.8.1
11512026-05-14T15:02:00.912Z Fresh icu_provider_macros v1.5.0
11522026-05-14T15:02:00.912Z Fresh fastrand v2.1.1
11532026-05-14T15:02:00.912Z Fresh hashbrown v0.17.0
11542026-05-14T15:02:00.912Z Fresh num-conv v0.2.0
11552026-05-14T15:02:00.912Z Fresh equivalent v1.0.0
11562026-05-14T15:02:00.912Z Fresh time-core v0.1.8
11572026-05-14T15:02:00.912Z Fresh powerfmt v0.2.0
11582026-05-14T15:02:00.912Z Fresh pest_derive v2.8.1
11592026-05-14T15:02:00.915Z Fresh icu_provider v1.5.0
11602026-05-14T15:02:00.915Z Fresh crossbeam-utils v0.8.21
11612026-05-14T15:02:00.916Z Fresh deranged v0.5.5
11622026-05-14T15:02:00.916Z Fresh indexmap v2.14.0
11632026-05-14T15:02:00.916Z Fresh time-macros v0.2.27
11642026-05-14T15:02:00.916Z Fresh serde_tokenstream v0.2.3
11652026-05-14T15:02:00.916Z Fresh http-body v1.0.1
11662026-05-14T15:02:00.916Z Fresh tracing-core v0.1.32
11672026-05-14T15:02:00.916Z Fresh untrusted v0.9.0
11682026-05-14T15:02:00.916Z Fresh num_threads v0.1.3
11692026-05-14T15:02:00.916Z Fresh icu_locid_transform_data v1.5.0
11702026-05-14T15:02:00.916Z Fresh atomic-waker v1.1.2
11712026-05-14T15:02:00.916Z Fresh percent-encoding v2.3.2
11722026-05-14T15:02:00.916Z Fresh time v0.3.47
11732026-05-14T15:02:00.916Z Fresh rustls-webpki v0.103.13
11742026-05-14T15:02:00.916Z Fresh icu_locid_transform v1.5.0
11752026-05-14T15:02:00.916Z Fresh tracing v0.1.40
11762026-05-14T15:02:00.916Z Fresh generic-array v0.14.5
11772026-05-14T15:02:00.916Z Fresh dtrace-parser v0.3.0
11782026-05-14T15:02:00.916Z Fresh rustix v0.38.44
11792026-05-14T15:02:00.916Z Fresh icu_collections v1.5.0
11802026-05-14T15:02:00.916Z Fresh serde_json v1.0.149
11812026-05-14T15:02:00.916Z Fresh tokio-util v0.7.18
11822026-05-14T15:02:00.916Z Fresh erased-serde v0.3.31
11832026-05-14T15:02:00.916Z Fresh scroll_derive v0.13.1
11842026-05-14T15:02:00.916Z Fresh thread-id v5.0.0
11852026-05-14T15:02:00.916Z Fresh fnv v1.0.7
11862026-05-14T15:02:00.916Z Fresh base64 v0.22.1
11872026-05-14T15:02:00.916Z Fresh subtle v2.5.0
11882026-05-14T15:02:00.916Z Fresh tower-layer v0.3.3
11892026-05-14T15:02:00.916Z Fresh try-lock v0.2.3
11902026-05-14T15:02:00.916Z Fresh icu_properties_data v1.5.0
11912026-05-14T15:02:00.916Z Fresh tower-service v0.3.3
11922026-05-14T15:02:00.916Z Fresh byteorder v1.4.3
11932026-05-14T15:02:00.916Z Fresh want v0.3.0
11942026-05-14T15:02:00.916Z Fresh h2 v0.4.6
11952026-05-14T15:02:00.916Z Fresh rustls v0.23.40
11962026-05-14T15:02:00.916Z Fresh icu_properties v1.5.1
11972026-05-14T15:02:00.916Z Fresh slog v2.8.2
11982026-05-14T15:02:00.917Z Fresh scroll v0.13.0
11992026-05-14T15:02:00.917Z Fresh paste v1.0.15
12002026-05-14T15:02:00.917Z Fresh getrandom v0.3.4
12012026-05-14T15:02:00.917Z Fresh hybrid-array v0.4.8
12022026-05-14T15:02:00.917Z Fresh utf8_iter v1.0.4
12032026-05-14T15:02:00.917Z Fresh httpdate v1.0.1
12042026-05-14T15:02:00.917Z Fresh adler2 v2.0.1
12052026-05-14T15:02:00.917Z Fresh simd-adler32 v0.3.7
12062026-05-14T15:02:00.917Z Fresh unicode-segmentation v1.10.0
12072026-05-14T15:02:00.917Z Fresh unicode-width v0.1.9
12082026-05-14T15:02:00.917Z Fresh icu_normalizer_data v1.5.0
12092026-05-14T15:02:00.917Z Fresh utf16_iter v1.0.5
12102026-05-14T15:02:00.917Z Fresh lazy_static v1.5.0
12112026-05-14T15:02:00.917Z Fresh write16 v1.0.0
12122026-05-14T15:02:00.917Z Fresh plain v0.2.3
12132026-05-14T15:02:00.917Z Fresh hyper v1.9.0
12142026-05-14T15:02:00.917Z Fresh miniz_oxide v0.8.9
12152026-05-14T15:02:00.917Z Fresh newline-converter v0.3.0
12162026-05-14T15:02:00.917Z Fresh goblin v0.10.1
12172026-05-14T15:02:00.917Z Fresh console v0.15.7
12182026-05-14T15:02:00.917Z Fresh icu_normalizer v1.5.0
12192026-05-14T15:02:00.917Z Fresh rand_core v0.9.5
12202026-05-14T15:02:00.917Z Fresh crc32fast v1.5.0
12212026-05-14T15:02:00.917Z Fresh num-traits v0.2.14
12222026-05-14T15:02:00.917Z Fresh crypto-common v0.1.6
12232026-05-14T15:02:00.917Z Fresh block-buffer v0.10.2
12242026-05-14T15:02:00.917Z Fresh form_urlencoded v1.2.2
12252026-05-14T15:02:00.917Z Fresh pretty-hex v0.4.1
12262026-05-14T15:02:00.917Z Fresh semver v1.0.28
12272026-05-14T15:02:00.917Z Fresh mime v0.3.16
12282026-05-14T15:02:00.917Z Fresh heck v0.5.0
12292026-05-14T15:02:00.917Z Fresh iana-time-zone v0.1.47
12302026-05-14T15:02:00.917Z Fresh similar v2.2.1
12312026-05-14T15:02:00.917Z Fresh ipnet v2.10.0
12322026-05-14T15:02:00.917Z Fresh openssl-probe v0.2.1
12332026-05-14T15:02:00.917Z Fresh winnow v1.0.0
12342026-05-14T15:02:00.917Z Fresh ppv-lite86 v0.2.15
12352026-05-14T15:02:00.918Z Fresh chrono v0.4.44
12362026-05-14T15:02:00.918Z Fresh hyper-util v0.1.20
12372026-05-14T15:02:00.918Z Fresh toml_parser v1.1.2+spec-1.1.0
12382026-05-14T15:02:00.918Z Fresh rand_chacha v0.9.0
12392026-05-14T15:02:00.918Z Fresh rustls-native-certs v0.8.3
12402026-05-14T15:02:00.918Z Fresh dof v0.4.0
12412026-05-14T15:02:00.918Z Fresh digest v0.10.7
12422026-05-14T15:02:00.918Z Fresh flate2 v1.1.9
12432026-05-14T15:02:00.918Z Fresh idna_adapter v1.2.0
12442026-05-14T15:02:00.918Z Fresh unicase v2.6.0
12452026-05-14T15:02:00.918Z Fresh crypto-common v0.2.1
12462026-05-14T15:02:00.918Z Fresh block-buffer v0.12.0
12472026-05-14T15:02:00.918Z Fresh tokio-rustls v0.26.4
12482026-05-14T15:02:00.918Z Fresh concurrent-queue v2.5.0
12492026-05-14T15:02:00.918Z Fresh serde_derive_internals v0.29.0
12502026-05-14T15:02:00.918Z Fresh toml_datetime v1.1.1+spec-1.1.0
12512026-05-14T15:02:00.918Z Fresh syn v2.0.117
12522026-05-14T15:02:00.918Z Fresh thread_local v1.1.4
12532026-05-14T15:02:00.918Z Fresh serde_spanned v1.1.1
12542026-05-14T15:02:00.918Z Fresh sync_wrapper v1.0.1
12552026-05-14T15:02:00.918Z Fresh encoding_rs v0.8.32
12562026-05-14T15:02:00.918Z Fresh parking v2.2.0
12572026-05-14T15:02:00.918Z Fresh cpufeatures v0.2.17
12582026-05-14T15:02:00.918Z Fresh const-oid v0.10.2
12592026-05-14T15:02:00.923Z Fresh compression-core v0.4.32
12602026-05-14T15:02:00.923Z Fresh match_cfg v0.1.0
12612026-05-14T15:02:00.923Z Fresh toml_writer v1.1.1+spec-1.1.0
12622026-05-14T15:02:00.923Z Fresh hostname v0.3.1
12632026-05-14T15:02:00.923Z Fresh toml v1.1.2+spec-1.1.0
12642026-05-14T15:02:00.923Z Fresh digest v0.11.2
12652026-05-14T15:02:00.923Z Fresh compression-codecs v0.4.38
12662026-05-14T15:02:00.923Z Fresh sha1 v0.10.6
12672026-05-14T15:02:00.923Z Fresh event-listener v5.0.0
12682026-05-14T15:02:00.923Z Fresh tower v0.5.2
12692026-05-14T15:02:00.923Z Fresh usdt-impl v0.6.0
12702026-05-14T15:02:00.923Z Fresh schemars_derive v0.8.22
12712026-05-14T15:02:00.923Z Fresh idna v1.0.3
12722026-05-14T15:02:00.923Z Fresh ryu v1.0.5
12732026-05-14T15:02:00.923Z Fresh rand v0.9.2
12742026-05-14T15:02:00.923Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12752026-05-14T15:02:00.923Z Fresh usdt-macro v0.6.0
12762026-05-14T15:02:00.923Z Fresh usdt-attr-macro v0.6.0
12772026-05-14T15:02:00.923Z Fresh slog-json v2.6.1
12782026-05-14T15:02:00.923Z Fresh http-body-util v0.1.3
12792026-05-14T15:02:00.923Z Fresh crossbeam-channel v0.5.15
12802026-05-14T15:02:00.923Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 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=b1c77b3ac2760e86 -C extra-filename=-beeac0c281fc8615 --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-d62c1f7ce1bee2a6.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro`
12812026-05-14T15:02:00.923Z Fresh futures-executor v0.3.32
12822026-05-14T15:02:00.953Z Fresh uuid v1.23.1
12832026-05-14T15:02:00.956Z Fresh async-stream-impl v0.3.6
12842026-05-14T15:02:00.956Z Fresh memmap2 v0.9.8
12852026-05-14T15:02:00.956Z Fresh is-terminal v0.4.12
12862026-05-14T15:02:00.956Z Fresh term v1.1.0
12872026-05-14T15:02:00.956Z Fresh spin v0.9.8
12882026-05-14T15:02:00.956Z Fresh iri-string v0.7.8
12892026-05-14T15:02:00.956Z Fresh dyn-clone v1.0.4
12902026-05-14T15:02:00.956Z Fresh data-encoding v2.4.0
12912026-05-14T15:02:00.956Z Fresh take_mut v0.2.2
12922026-05-14T15:02:00.956Z Fresh cpufeatures v0.3.0
12932026-05-14T15:02:00.956Z Fresh slog-async v2.8.0
12942026-05-14T15:02:00.956Z Fresh slog-term v2.9.2
12952026-05-14T15:02:00.956Z Fresh tungstenite v0.29.0
12962026-05-14T15:02:00.956Z Fresh multer v3.1.0
12972026-05-14T15:02:00.956Z Fresh tower-http v0.6.8
12982026-05-14T15:02:00.956Z Fresh sha1 v0.11.0
12992026-05-14T15:02:00.956Z Fresh schemars v0.8.22
13002026-05-14T15:02:00.956Z Fresh usdt v0.6.0
13012026-05-14T15:02:00.960Z Fresh futures v0.3.32
13022026-05-14T15:02:00.960Z Fresh async-stream v0.3.6
13032026-05-14T15:02:00.960Z Fresh serde_urlencoded v0.7.1
13042026-05-14T15:02:00.960Z Fresh slog-bunyan v2.5.0
13052026-05-14T15:02:00.960Z Fresh url v2.5.4
13062026-05-14T15:02:00.960Z Fresh event-listener-strategy v0.5.4
13072026-05-14T15:02:00.960Z Fresh target-triple v1.0.0
13082026-05-14T15:02:00.960Z Fresh async-compression v0.4.42
13092026-05-14T15:02:00.960Z Fresh camino v1.2.2
13102026-05-14T15:02:00.960Z Fresh hyper-rustls v0.27.9
13112026-05-14T15:02:00.960Z Fresh rustls-platform-verifier v0.6.2
13122026-05-14T15:02:00.960Z Fresh pem v3.0.6
13132026-05-14T15:02:00.960Z Fresh yasna v0.5.2
13142026-05-14T15:02:00.960Z Fresh waitgroup v0.1.2
13152026-05-14T15:02:00.960Z Fresh openapiv3 v2.2.0
13162026-05-14T15:02:00.960Z Fresh rustls-pemfile v2.2.0
13172026-05-14T15:02:00.960Z Fresh async-trait v0.1.89
13182026-05-14T15:02:00.960Z Fresh serde_path_to_error v0.1.20
13192026-05-14T15:02:00.960Z Fresh hostname v0.4.2
13202026-05-14T15:02:00.960Z Fresh simple-mermaid v0.2.0
13212026-05-14T15:02:00.960Z Fresh debug-ignore v1.0.5
13222026-05-14T15:02:00.960Z Fresh termcolor v1.1.2
13232026-05-14T15:02:00.960Z Fresh glob v0.3.0
13242026-05-14T15:02:00.960Z Fresh rcgen v0.14.7
13252026-05-14T15:02:00.960Z Fresh reqwest v0.13.3
13262026-05-14T15:02:00.960Z Fresh mime_guess v2.0.5
13272026-05-14T15:02:00.960Z Fresh async-channel v2.5.0
13282026-05-14T15:02:00.960Z Fresh tokio-tungstenite v0.29.0
13292026-05-14T15:02:00.960Z Fresh trybuild v1.0.116
13302026-05-14T15:02:00.960Z Fresh anyhow v1.0.102
13312026-05-14T15:02:00.960Z Fresh buf-list v1.1.2
13322026-05-14T15:02:00.960Z Fresh subprocess v1.1.0
13332026-05-14T15:02:00.960Z Fresh once_cell v1.20.1
13342026-05-14T15:02:00.960Z Fresh schema-derive v0.1.0
13352026-05-14T15:02:00.961Z Fresh tempfile v3.27.0
13362026-05-14T15:02:00.961Z Fresh schema v0.1.0
13372026-05-14T15:02:00.961Z Fresh atomicwrites v0.4.4
13382026-05-14T15:02:00.961Z Fresh prettyplease v0.2.37
13392026-05-14T15:02:00.961Z Fresh expectorate v1.2.0
13402026-05-14T15:02:02.175Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
13412026-05-14T15:02:02.179Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 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=1ffe077194990fc2 -C extra-filename=-d1db4362db740bb6 --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-f5a906800c15d9b4.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13422026-05-14T15:02:02.179Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 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=83decdd2af9888bc -C extra-filename=-7fafeeef1085365f --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13432026-05-14T15:02:07.081Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 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=fafff917f8675b04 -C extra-filename=-79ac1191c2d6079c --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13442026-05-14T15:02:07.081Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 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=379cb321f111af55 -C extra-filename=-25ea240f0b514034 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13452026-05-14T15:02:07.084Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 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=b1dd3a6f3a76dabc -C extra-filename=-f971b71b88d9b3d8 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13462026-05-14T15:02:07.087Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 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=544cdfc74a21ce79 -C extra-filename=-12e123ca89aed0d7 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13472026-05-14T15:02:07.091Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 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=3b490b8b6145bd14 -C extra-filename=-af674cd8148d88b9 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13482026-05-14T15:02:07.092Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 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=f4650accb3069026 -C extra-filename=-ffd6c5c62f8a602b --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13492026-05-14T15:02:07.092Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 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=9288be7cd9544412 -C extra-filename=-61d8300587f05388 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13502026-05-14T15:02:16.989Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 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=e32f4fb51037a65e -C extra-filename=-b8297fdce900b11b --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13512026-05-14T15:02:17.105Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 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=423778b0d39ca5ba -C extra-filename=-d967d23d9322c5a0 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13522026-05-14T15:02:19.004Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 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=187cc6a6ffbe104e -C extra-filename=-3c78e1e8e9acdca7 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13532026-05-14T15:02:19.004Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 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=fc3e6c86c8aac73d -C extra-filename=-a03cc0e8238289e6 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13542026-05-14T15:02:19.413Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 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=a2c242fb74800349 -C extra-filename=-e8df0a024473cf1a --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13552026-05-14T15:02:20.031Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 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=2cb9b3fb28ccdfae -C extra-filename=-ebb45b9c60b4a108 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13562026-05-14T15:02:27.369Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 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=cb5eae698462d3b8 -C extra-filename=-224638ab073de78d --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13572026-05-14T15:02:27.890Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 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=3e113caa8f2b92ea -C extra-filename=-82c572615c2d9769 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13582026-05-14T15:02:27.970Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 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=030d5ea2dfbde5cc -C extra-filename=-9d4ffcd250e53044 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13592026-05-14T15:02:29.221Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 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=efa0ab9a676e149b -C extra-filename=-41a181b34f9aa9b4 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13602026-05-14T15:02:29.282Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 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=1b7ad4a7aa7f3ad4 -C extra-filename=-9a2cd6eda3d77930 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13612026-05-14T15:02:30.104Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 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=c6a7cf83fe589747 -C extra-filename=-fff769f0e08c34b1 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13622026-05-14T15:02:31.370Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 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=74f09c49f89b1d30 -C extra-filename=-19a9d981ea511615 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13632026-05-14T15:02:37.710Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 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=a23c934ef67b47db -C extra-filename=-7858c6898adeb623 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13642026-05-14T15:02:38.902Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 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=f891ccfb18bea9b6 -C extra-filename=-ce3072a1a8def4f4 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13652026-05-14T15:02:39.285Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 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=d1ccb1d4e73fc12a -C extra-filename=-a28f0fafa27d79b8 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13662026-05-14T15:02:39.313Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 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=7f30764500b2cd9c -C extra-filename=-354896a5a964618c --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13672026-05-14T15:02:47.536Z Finished `test` profile [unoptimized + debuginfo] target(s) in 46.78s
13682026-05-14T15:02:47.559Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-7fafeeef1085365f`
13692026-05-14T15:02:47.575Z
13702026-05-14T15:02:47.575Zrunning 142 tests
13712026-05-14T15:02:47.575Ztest api_description::test::test_endpoint_versions_range ... ok
13722026-05-14T15:02:47.575Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13732026-05-14T15:02:47.575Ztest api_description::test::test_endpoint_versions_matches ... ok
13742026-05-14T15:02:47.575Ztest api_description::test::test_badpath4 - should panic ... ok
13752026-05-14T15:02:47.575Ztest api_description::test::test_tags_need_one ... ok
13762026-05-14T15:02:47.575Ztest api_description::test::test_tag_config_deserialize_old ... ok
13772026-05-14T15:02:47.575Ztest api_description::test::test_badpath2 ... ok
13782026-05-14T15:02:47.575Ztest api_description::test::test_badpath1 ... ok
13792026-05-14T15:02:47.575Ztest api_description::test::test_badpath3 ... ok
13802026-05-14T15:02:47.575Ztest api_description::test::test_dup_names ... ok
13812026-05-14T15:02:47.575Ztest api_description::test::test_tags_too_many ... ok
13822026-05-14T15:02:47.575Ztest api_description::test::test_tags_just_right ... ok
13832026-05-14T15:02:47.575Ztest compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok
13842026-05-14T15:02:47.592Ztest compression::tests::test_accepts_gzip_encoding_basic ... ok
13852026-05-14T15:02:47.592Ztest compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok
13862026-05-14T15:02:47.592Ztest compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok
13872026-05-14T15:02:47.592Ztest compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok
13882026-05-14T15:02:47.592Ztest compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok
13892026-05-14T15:02:47.592Ztest compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok
13902026-05-14T15:02:47.593Ztest compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok
13912026-05-14T15:02:47.593Ztest compression::tests::test_accepts_gzip_encoding_no_header ... ok
13922026-05-14T15:02:47.593Ztest compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok
13932026-05-14T15:02:47.593Ztest compression::tests::test_accepts_gzip_encoding_wildcard ... ok
13942026-05-14T15:02:47.593Ztest compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok
13952026-05-14T15:02:47.593Ztest compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok
13962026-05-14T15:02:47.593Ztest compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok
13972026-05-14T15:02:47.593Ztest compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok
13982026-05-14T15:02:47.593Ztest compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok
13992026-05-14T15:02:47.593Ztest compression::tests::test_should_compress_response_basic ... ok
14002026-05-14T15:02:47.593Ztest compression::tests::test_should_compress_response_already_encoded ... ok
14012026-05-14T15:02:47.593Ztest compression::tests::test_accepts_gzip_encoding_with_spaces ... ok
14022026-05-14T15:02:47.593Ztest compression::tests::test_should_compress_response_no_compression_extension ... ok
14032026-05-14T15:02:47.593Ztest compression::tests::test_should_compress_response_head_method ... ok
14042026-05-14T15:02:47.593Ztest compression::tests::test_should_compress_response_no_accept_encoding ... ok
14052026-05-14T15:02:47.594Ztest compression::tests::test_should_compress_response_no_content_type ... ok
14062026-05-14T15:02:47.594Ztest compression::tests::test_should_compress_response_compressible_content_types ... ok
14072026-05-14T15:02:47.594Ztest compression::tests::test_should_compress_response_non_compressible_content_types ... ok
14082026-05-14T15:02:47.594Ztest compression::tests::test_should_compress_response_rejects_content_range ... ok
14092026-05-14T15:02:47.594Ztest compression::tests::test_should_compress_response_not_modified ... ok
14102026-05-14T15:02:47.594Ztest compression::tests::test_should_compress_response_respects_content_length_threshold ... ok
14112026-05-14T15:02:47.594Ztest compression::tests::test_should_compress_response_no_content ... ok
14122026-05-14T15:02:47.594Ztest compression::tests::test_should_compress_response_sse ... ok
14132026-05-14T15:02:47.594Ztest error::test::test_serialize_error_response_body ... ok
14142026-05-14T15:02:47.594Ztest extractor::body::tests::test_typed_body_from ... ok
14152026-05-14T15:02:47.594Ztest compression::tests::test_should_compress_response_partial_content ... ok
14162026-05-14T15:02:47.594Ztest extractor::metadata::test::test_metadata_pagination ... ok
14172026-05-14T15:02:47.594Ztest extractor::metadata::test::test_metadata_flattened ... ok
14182026-05-14T15:02:47.594Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
14192026-05-14T15:02:47.594Ztest extractor::metadata::test::test_metadata_simple ... ok
14202026-05-14T15:02:47.594Ztest extractor::header::tests::test_header_parsing ... ok
14212026-05-14T15:02:47.595Ztest from_map::test::test_deep ... ok
14222026-05-14T15:02:47.595Ztest from_map::test::test_lone_literal ... ok
14232026-05-14T15:02:47.595Ztest from_map::test::test_case_insensitive ... ok
14242026-05-14T15:02:47.595Ztest from_map::test::test_missing_data1 ... ok
14252026-05-14T15:02:47.595Ztest from_map::test::test_missing_data2 ... ok
14262026-05-14T15:02:47.595Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14272026-05-14T15:02:47.595Ztest compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok
14282026-05-14T15:02:47.595Ztest compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok
14292026-05-14T15:02:47.595Ztest from_map::test::test_types ... ok
14302026-05-14T15:02:47.595Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14312026-05-14T15:02:47.595Ztest logging::test::test_config_bad_file_no_file ... ok
14322026-05-14T15:02:47.595Ztest logging::test::test_config_bad_file_no_level ... ok
14332026-05-14T15:02:47.595Ztest logging::test::test_config_bad_log_mode ... ok
14342026-05-14T15:02:47.595Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14352026-05-14T15:02:47.595Ztest logging::test::test_config_bad_terminal_no_level ... ok
14362026-05-14T15:02:47.595Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14372026-05-14T15:02:47.595Ztest extractor::body::tests::test_content_plus_json ... ok
14382026-05-14T15:02:47.595Ztest pagination::test::test_pagination_schema ... ok
14392026-05-14T15:02:47.596Ztest pagination::test::test_results_page ... ok
14402026-05-14T15:02:47.596Ztest router::test::test_bad_path_segment1 - should panic ... ok
14412026-05-14T15:02:47.596Ztest api_description::test::test_tags_set ... ok
14422026-05-14T15:02:47.596Ztest pagination::test::test_page_token_serialization ... ok
14432026-05-14T15:02:47.596Ztest pagination::test::test_pagparams_parsing ... ok
14442026-05-14T15:02:47.596Ztest router::test::test_bad_path_segment2 - should panic ... ok
14452026-05-14T15:02:47.596Ztest router::test::test_bad_path_segment3 - should panic ... ok
14462026-05-14T15:02:47.596Ztest router::test::test_bad_path_segment4 - should panic ... ok
14472026-05-14T15:02:47.596Ztest router::test::test_bogus_regex - should panic ... ok
14482026-05-14T15:02:47.596Ztest router::test::test_duplicate_route2 - should panic ... ok
14492026-05-14T15:02:47.596Ztest router::test::test_duplicate_route3 - should panic ... ok
14502026-05-14T15:02:47.596Znote: configured to log to "/tmp/dropshot-7fafeeef1085365f.3076.file_dir/log.out"
14512026-05-14T15:02:47.596Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14522026-05-14T15:02:47.596Ztest router::test::test_duplicate_varname - should panic ... ok
14532026-05-14T15:02:47.596Ztest router::test::test_duplicate_route1 - should panic ... ok
14542026-05-14T15:02:47.596Ztest router::test::test_embedded_non_variable ... ok
14552026-05-14T15:02:47.596Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14562026-05-14T15:02:47.596Ztest logging::test::test_config_stderr_terminal ... ok
14572026-05-14T15:02:47.596Ztest router::test::test_empty_variable ... ok
14582026-05-14T15:02:47.597Ztest router::test::test_iter2 ... ok
14592026-05-14T15:02:47.597Ztest router::test::test_iter ... ok
14602026-05-14T15:02:47.597Ztest router::test::test_literal_after_regex - should panic ... ok
14612026-05-14T15:02:47.597Ztest router::test::test_iter_null ... ok
14622026-05-14T15:02:47.597Ztest router::test::test_literal_after_variable - should panic ... ok
14632026-05-14T15:02:47.597Ztest router::test::test_map_bad_seq ... ok
14642026-05-14T15:02:47.597Ztest router::test::test_more_after_regex - should panic ... ok
14652026-05-14T15:02:47.597Ztest router::test::test_map_bad_value ... ok
14662026-05-14T15:02:47.597Ztest router::test::test_path_segment ... ok
14672026-05-14T15:02:47.597Ztest router::test::test_inconsistent_varname - should panic ... ok
14682026-05-14T15:02:47.597Znote: configured to log to "/tmp/dropshot-7fafeeef1085365f.3076.file_dir/log.out"
14692026-05-14T15:02:47.597Ztest router::test::test_error_cases ... ok
14702026-05-14T15:02:47.597Ztest router::test::test_map ... ok
14712026-05-14T15:02:47.597Ztest router::test::test_segments ... ok
14722026-05-14T15:02:47.597Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14732026-05-14T15:02:47.597Ztest router::test::test_router_versioned ... ok
14742026-05-14T15:02:47.597Ztest router::test::test_variable_name_empty - should panic ... ok
14752026-05-14T15:02:47.597Ztest router::test::test_variable_after_literal - should panic ... ok
14762026-05-14T15:02:47.597Ztest router::test::test_router_basic ... ok
14772026-05-14T15:02:47.597Ztest router::test::test_variable_name_bad_end - should panic ... ok
14782026-05-14T15:02:47.597Ztest router::test::test_variable_name_bad_start - should panic ... ok
14792026-05-14T15:02:47.597Ztest router::test::test_variable_rename ... ok
14802026-05-14T15:02:47.597Ztest router::test::test_variables_basic ... ok
14812026-05-14T15:02:47.597Ztest router::test::test_variables_glob ... ok
14822026-05-14T15:02:47.597Ztest router::test::test_variables_multi ... ok
14832026-05-14T15:02:47.597Ztest schema_util::test::test_empty_struct ... ok
14842026-05-14T15:02:47.602Ztest schema_util::test::test_nullable ... ok
14852026-05-14T15:02:47.602Ztest schema_util::test::test_additional_properties ... ok
14862026-05-14T15:02:47.602Ztest schema_util::test::test_embedded_schema ... ok
14872026-05-14T15:02:47.602Znote: configured to log to "/tmp/dropshot-7fafeeef1085365f.3076.file_dir/log.out"
14882026-05-14T15:02:47.602Ztest schema_util::test::test_extension_conversion ... ok
14892026-05-14T15:02:47.603Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14902026-05-14T15:02:47.603Ztest schema_util::test::test_two_types - should panic ... ok
14912026-05-14T15:02:47.603Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14922026-05-14T15:02:47.603Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14932026-05-14T15:02:47.603Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14942026-05-14T15:02:47.603Ztest logging::test::test_config_file ... ok
14952026-05-14T15:02:47.603Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14962026-05-14T15:02:47.603Ztest test_util::test::test_bunyan_easy_cases ... ok
14972026-05-14T15:02:47.603Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14982026-05-14T15:02:47.603Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14992026-05-14T15:02:47.603Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
15002026-05-14T15:02:47.603Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
15012026-05-14T15:02:47.603Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
15022026-05-14T15:02:47.603Ztest to_map::test::test_struct_with_options ... ok
15032026-05-14T15:02:47.603Ztest to_map::test::test_to_map_num ... ok
15042026-05-14T15:02:47.603Ztest to_map::test::test_to_map_enum ... ok
15052026-05-14T15:02:47.603Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
15062026-05-14T15:02:47.603Ztest to_map::test::test_to_map_seq ... ok
15072026-05-14T15:02:47.603Ztest to_map::test::test_to_map_valid ... ok
15082026-05-14T15:02:47.603Ztest to_map::test::test_to_map_vec ... ok
15092026-05-14T15:02:47.603Ztest type_util::tests::test_commented_ref ... ok
15102026-05-14T15:02:47.603Ztest type_util::tests::test_recursive_type - should panic ... ok
15112026-05-14T15:02:47.603Ztest type_util::tests::test_reflexive_type - should panic ... ok
15122026-05-14T15:02:47.603Ztest server::test::test_drop_server_without_close_okay ... ok
15132026-05-14T15:02:47.603Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
15142026-05-14T15:02:47.603Ztest server::test::test_server_run_then_close ... ok
15152026-05-14T15:02:47.603Ztest server::test::test_http_acceptor_happy_path ... ok
15162026-05-14T15:02:47.603Z
15172026-05-14T15:02:47.603Ztest result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15182026-05-14T15:02:47.603Z
15192026-05-14T15:02:47.603Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-a28f0fafa27d79b8`
15202026-05-14T15:02:47.603Z
15212026-05-14T15:02:47.603Zrunning 1 test
15222026-05-14T15:02:47.872Z Compiling proc-macro2 v1.0.106
15232026-05-14T15:02:47.872Z Compiling quote v1.0.45
15242026-05-14T15:02:47.872Z Compiling unicode-ident v1.0.12
15252026-05-14T15:02:47.872Z Compiling libc v0.2.186
15262026-05-14T15:02:47.872Z Checking cfg-if v1.0.0
15272026-05-14T15:02:47.872Z Compiling serde_core v1.0.228
15282026-05-14T15:02:47.886Z Checking itoa v1.0.1
15292026-05-14T15:02:47.969Z Checking memchr v2.6.0
15302026-05-14T15:02:48.017Z Checking pin-project-lite v0.2.12
15312026-05-14T15:02:48.020Z Compiling version_check v0.9.5
15322026-05-14T15:02:48.102Z Compiling autocfg v1.1.0
15332026-05-14T15:02:48.296Z Compiling thiserror v2.0.18
15342026-05-14T15:02:48.355Z Checking futures-core v0.3.32
15352026-05-14T15:02:48.406Z Checking smallvec v1.13.2
15362026-05-14T15:02:48.470Z Compiling zmij v1.0.2
15372026-05-14T15:02:48.511Z Checking bytes v1.11.1
15382026-05-14T15:02:48.581Z Compiling serde v1.0.228
15392026-05-14T15:02:48.726Z Compiling serde_json v1.0.149
15402026-05-14T15:02:48.741Z Checking once_cell v1.20.1
15412026-05-14T15:02:48.820Z Compiling log v0.4.17
15422026-05-14T15:02:48.830Z Compiling jobserver v0.1.34
15432026-05-14T15:02:48.902Z Compiling parking_lot_core v0.9.4
15442026-05-14T15:02:48.921Z Compiling find-msvc-tools v0.1.9
15452026-05-14T15:02:49.022Z Compiling shlex v1.3.0
15462026-05-14T15:02:49.219Z Compiling syn v2.0.117
15472026-05-14T15:02:49.233Z Compiling cc v1.2.60
15482026-05-14T15:02:49.238Z Compiling slab v0.4.9
15492026-05-14T15:02:49.242Z Compiling typenum v1.19.0
15502026-05-14T15:02:49.265Z Checking scopeguard v1.2.0
15512026-05-14T15:02:49.269Z Checking futures-sink v0.3.32
15522026-05-14T15:02:49.355Z Checking lock_api v0.4.6
15532026-05-14T15:02:49.540Z Compiling dunce v1.0.5
15542026-05-14T15:02:49.553Z Compiling fs_extra v1.3.0
15552026-05-14T15:02:49.633Z Checking parking_lot v0.12.1
15562026-05-14T15:02:49.744Z Checking socket2 v0.6.3
15572026-05-14T15:02:49.819Z Checking mio v1.2.0
15582026-05-14T15:02:49.827Z Checking signal-hook-registry v1.4.0
15592026-05-14T15:02:49.841Z Checking stable_deref_trait v1.2.0
15602026-05-14T15:02:49.920Z Checking futures-channel v0.3.32
15612026-05-14T15:02:49.970Z Compiling cmake v0.1.58
15622026-05-14T15:02:50.001Z Checking http v1.4.0
15632026-05-14T15:02:50.100Z Checking zeroize v1.8.2
15642026-05-14T15:02:50.248Z Compiling ucd-trie v0.1.6
15652026-05-14T15:02:50.258Z Compiling zerocopy v0.8.27
15662026-05-14T15:02:50.405Z Checking futures-io v0.3.32
15672026-05-14T15:02:50.430Z Checking futures-task v0.3.32
15682026-05-14T15:02:50.513Z Compiling aws-lc-rs v1.16.3
15692026-05-14T15:02:50.544Z Checking rustls-pki-types v1.14.1
15702026-05-14T15:02:50.582Z Compiling rustversion v1.0.22
15712026-05-14T15:02:50.695Z Compiling httparse v1.10.0
15722026-05-14T15:02:51.562Z Checking writeable v0.5.5
15732026-05-14T15:02:51.600Z Compiling crossbeam-utils v0.8.21
15742026-05-14T15:02:51.600Z Checking litemap v0.7.4
15752026-05-14T15:02:51.600Z Compiling aws-lc-sys v0.40.0
15762026-05-14T15:02:51.600Z Compiling generic-array v0.14.5
15772026-05-14T15:02:51.600Z Checking powerfmt v0.2.0
15782026-05-14T15:02:51.600Z Checking hashbrown v0.17.0
15792026-05-14T15:02:51.645Z Compiling getrandom v0.4.1
15802026-05-14T15:02:51.684Z Compiling time-core v0.1.8
15812026-05-14T15:02:51.737Z Checking equivalent v1.0.0
15822026-05-14T15:02:51.807Z Compiling num-conv v0.2.0
15832026-05-14T15:02:51.860Z Checking deranged v0.5.5
15842026-05-14T15:02:51.938Z Compiling time-macros v0.2.27
15852026-05-14T15:02:52.004Z Checking indexmap v2.14.0
15862026-05-14T15:02:52.132Z Compiling synstructure v0.13.1
15872026-05-14T15:02:52.318Z Compiling slog v2.8.2
15882026-05-14T15:02:52.575Z Checking http-body v1.0.1
15892026-05-14T15:02:52.601Z Checking tracing-core v0.1.32
15902026-05-14T15:02:52.705Z Compiling unicase v2.6.0
15912026-05-14T15:02:52.743Z Checking bitflags v2.11.0
15922026-05-14T15:02:52.816Z Compiling rustls v0.23.40
15932026-05-14T15:02:52.926Z Checking percent-encoding v2.3.2
15942026-05-14T15:02:53.022Z Checking num_threads v0.1.3
15952026-05-14T15:02:53.177Z Checking atomic-waker v1.1.2
15962026-05-14T15:02:53.177Z Checking untrusted v0.9.0
15972026-05-14T15:02:53.177Z Compiling getrandom v0.3.4
15982026-05-14T15:02:53.178Z Checking icu_locid_transform_data v1.5.0
15992026-05-14T15:02:53.178Z Checking tracing v0.1.40
16002026-05-14T15:02:53.276Z Compiling num-traits v0.2.14
16012026-05-14T15:02:53.307Z Checking time v0.3.47
16022026-05-14T15:02:53.476Z Checking tower-layer v0.3.3
16032026-05-14T15:02:53.506Z Checking tower-service v0.3.3
16042026-05-14T15:02:53.584Z Checking icu_properties_data v1.5.0
16052026-05-14T15:02:53.606Z Checking try-lock v0.2.3
16062026-05-14T15:02:53.606Z Compiling crc32fast v1.5.0
16072026-05-14T15:02:53.673Z Compiling usdt-impl v0.6.0
16082026-05-14T15:02:53.743Z Checking base64 v0.22.1
16092026-05-14T15:02:53.776Z Checking fnv v1.0.7
16102026-05-14T15:02:53.819Z Checking subtle v2.5.0
16112026-05-14T15:02:53.929Z Checking want v0.3.0
16122026-05-14T15:02:54.096Z Checking hybrid-array v0.4.8
16132026-05-14T15:02:54.150Z Checking errno v0.3.10
16142026-05-14T15:02:54.150Z Compiling thread-id v5.0.0
16152026-05-14T15:02:54.218Z Checking utf8_iter v1.0.4
16162026-05-14T15:02:54.251Z Checking plain v0.2.3
16172026-05-14T15:02:54.251Z Checking utf16_iter v1.0.5
16182026-05-14T15:02:54.265Z Checking simd-adler32 v0.3.7
16192026-05-14T15:02:54.283Z Checking write16 v1.0.0
16202026-05-14T15:02:54.296Z Compiling rustix v1.1.4
16212026-05-14T15:02:54.303Z Checking httpdate v1.0.1
16222026-05-14T15:02:54.361Z Checking adler2 v2.0.1
16232026-05-14T15:02:54.397Z Compiling byteorder v1.4.3
16242026-05-14T15:02:54.432Z Checking icu_normalizer_data v1.5.0
16252026-05-14T15:02:54.457Z Checking miniz_oxide v0.8.9
16262026-05-14T15:02:54.465Z Compiling serde_derive v1.0.228
16272026-05-14T15:02:54.514Z Compiling thiserror-impl v2.0.18
16282026-05-14T15:02:54.517Z Compiling zerofrom-derive v0.1.5
16292026-05-14T15:02:54.590Z Compiling yoke-derive v0.7.5
16302026-05-14T15:02:54.614Z Compiling tokio-macros v2.7.0
16312026-05-14T15:02:54.740Z Compiling zerovec-derive v0.10.3
16322026-05-14T15:02:54.793Z Compiling displaydoc v0.2.5
16332026-05-14T15:02:55.831Z Checking tokio v1.52.3
16342026-05-14T15:02:56.046Z Compiling futures-macro v0.3.32
16352026-05-14T15:02:56.332Z Compiling zerocopy-derive v0.8.27
16362026-05-14T15:02:56.451Z Compiling icu_provider_macros v1.5.0
16372026-05-14T15:02:56.741Z Compiling pest v2.8.1
16382026-05-14T15:02:56.763Z Checking zerofrom v0.1.5
16392026-05-14T15:02:56.877Z Checking yoke v0.7.5
16402026-05-14T15:02:57.060Z Checking zerovec v0.10.4
16412026-05-14T15:02:57.278Z Checking futures-util v0.3.32
16422026-05-14T15:02:57.412Z Compiling scroll_derive v0.13.1
16432026-05-14T15:02:57.738Z Checking tinystr v0.7.6
16442026-05-14T15:02:57.908Z Compiling pest_meta v2.8.1
16452026-05-14T15:02:58.005Z Checking icu_locid v1.5.0
16462026-05-14T15:02:58.611Z Compiling pest_generator v2.8.1
16472026-05-14T15:02:58.738Z Checking icu_provider v1.5.0
16482026-05-14T15:02:58.844Z Checking tokio-util v0.7.18
16492026-05-14T15:02:58.956Z Checking erased-serde v0.3.31
16502026-05-14T15:02:59.043Z Checking icu_locid_transform v1.5.0
16512026-05-14T15:02:59.162Z Checking icu_collections v1.5.0
16522026-05-14T15:02:59.264Z Checking h2 v0.4.6
16532026-05-14T15:02:59.430Z Compiling serde_tokenstream v0.2.3
16542026-05-14T15:02:59.482Z Checking scroll v0.13.0
16552026-05-14T15:02:59.514Z Checking icu_properties v1.5.1
16562026-05-14T15:02:59.605Z Compiling dof v0.4.0
16572026-05-14T15:02:59.706Z Checking goblin v0.10.1
16582026-05-14T15:02:59.899Z Compiling pest_derive v2.8.1
16592026-05-14T15:03:00.812Z Compiling dtrace-parser v0.3.0
16602026-05-14T15:03:00.812Z Checking rand_core v0.9.5
16612026-05-14T15:03:00.967Z Checking icu_normalizer v1.5.0
16622026-05-14T15:03:00.975Z Checking block-buffer v0.10.2
16632026-05-14T15:03:00.992Z Checking crypto-common v0.1.6
16642026-05-14T15:03:01.003Z Checking form_urlencoded v1.2.2
16652026-05-14T15:03:01.121Z Checking iana-time-zone v0.1.47
16662026-05-14T15:03:01.131Z Checking hyper v1.9.0
16672026-05-14T15:03:01.218Z Checking ppv-lite86 v0.2.15
16682026-05-14T15:03:01.223Z Checking openssl-probe v0.2.1
16692026-05-14T15:03:01.318Z Compiling rustix v0.38.44
16702026-05-14T15:03:01.333Z Checking mime v0.3.16
16712026-05-14T15:03:01.493Z Checking pretty-hex v0.4.1
16722026-05-14T15:03:01.505Z Compiling ryu v1.0.5
16732026-05-14T15:03:01.707Z Checking ipnet v2.10.0
16742026-05-14T15:03:01.853Z Checking rand_chacha v0.9.0
16752026-05-14T15:03:01.876Z Checking idna_adapter v1.2.0
16762026-05-14T15:03:01.890Z Checking rustls-native-certs v0.8.3
16772026-05-14T15:03:01.903Z Checking chrono v0.4.44
16782026-05-14T15:03:01.996Z Checking digest v0.10.7
16792026-05-14T15:03:02.023Z Checking flate2 v1.1.9
16802026-05-14T15:03:02.046Z Checking hyper-util v0.1.20
16812026-05-14T15:03:02.256Z Checking block-buffer v0.12.0
16822026-05-14T15:03:02.309Z Checking crypto-common v0.2.1
16832026-05-14T15:03:02.396Z Checking concurrent-queue v2.5.0
16842026-05-14T15:03:02.464Z Compiling serde_derive_internals v0.29.0
16852026-05-14T15:03:02.571Z Checking thread_local v1.1.4
16862026-05-14T15:03:02.732Z Checking sync_wrapper v1.0.1
16872026-05-14T15:03:02.760Z Compiling multer v3.1.0
16882026-05-14T15:03:02.790Z Checking encoding_rs v0.8.32
16892026-05-14T15:03:02.798Z Checking const-oid v0.10.2
16902026-05-14T15:03:02.963Z Checking compression-core v0.4.32
16912026-05-14T15:03:03.018Z Compiling schemars v0.8.22
16922026-05-14T15:03:03.033Z Compiling paste v1.0.15
16932026-05-14T15:03:03.081Z Checking match_cfg v0.1.0
16942026-05-14T15:03:03.111Z Checking winnow v1.0.0
16952026-05-14T15:03:03.136Z Checking parking v2.2.0
16962026-05-14T15:03:03.260Z Compiling slog-async v2.8.0
16972026-05-14T15:03:03.279Z Checking cpufeatures v0.2.17
16982026-05-14T15:03:03.331Z Compiling camino v1.2.2
16992026-05-14T15:03:03.377Z Checking fastrand v2.1.1
17002026-05-14T15:03:03.428Z Checking toml_parser v1.1.2+spec-1.1.0
17012026-05-14T15:03:03.547Z Checking tempfile v3.27.0
17022026-05-14T15:03:03.637Z Compiling schemars_derive v0.8.22
17032026-05-14T15:03:03.688Z Checking sha1 v0.10.6
17042026-05-14T15:03:03.727Z Checking event-listener v5.0.0
17052026-05-14T15:03:03.734Z Checking hostname v0.3.1
17062026-05-14T15:03:03.734Z Checking compression-codecs v0.4.38
17072026-05-14T15:03:03.857Z Checking digest v0.11.2
17082026-05-14T15:03:03.899Z Checking tower v0.5.2
17092026-05-14T15:03:03.899Z Compiling mime_guess v2.0.5
17102026-05-14T15:03:03.934Z Checking rand v0.9.2
17112026-05-14T15:03:03.934Z Checking idna v1.0.3
17122026-05-14T15:03:04.089Z Compiling usdt-attr-macro v0.6.0
17132026-05-14T15:03:04.163Z Compiling usdt-macro v0.6.0
17142026-05-14T15:03:04.277Z Checking slog-json v2.6.1
17152026-05-14T15:03:04.352Z Checking futures-executor v0.3.32
17162026-05-14T15:03:04.440Z Compiling async-stream-impl v0.3.6
17172026-05-14T15:03:04.482Z Checking uuid v1.23.1
17182026-05-14T15:03:04.644Z Checking http-body-util v0.1.3
17192026-05-14T15:03:04.752Z Checking crossbeam-channel v0.5.15
17202026-05-14T15:03:04.769Z Checking serde_spanned v1.1.1
17212026-05-14T15:03:04.854Z Checking toml_datetime v1.1.1+spec-1.1.0
17222026-05-14T15:03:04.892Z Checking is-terminal v0.4.12
17232026-05-14T15:03:04.982Z Checking memmap2 v0.9.8
17242026-05-14T15:03:05.050Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
17252026-05-14T15:03:05.079Z Checking dyn-clone v1.0.4
17262026-05-14T15:03:05.143Z Checking unicode-segmentation v1.10.0
17272026-05-14T15:03:05.162Z Checking toml_writer v1.1.1+spec-1.1.0
17282026-05-14T15:03:05.304Z Checking data-encoding v2.4.0
17292026-05-14T15:03:05.308Z Checking take_mut v0.2.2
17302026-05-14T15:03:05.316Z Checking iri-string v0.7.8
17312026-05-14T15:03:05.331Z Checking lazy_static v1.5.0
17322026-05-14T15:03:05.398Z Compiling heck v0.5.0
17332026-05-14T15:03:05.403Z Compiling semver v1.0.28
17342026-05-14T15:03:05.415Z Compiling anyhow v1.0.102
17352026-05-14T15:03:05.418Z Checking cpufeatures v0.3.0
17362026-05-14T15:03:05.481Z Checking unicode-width v0.1.9
17372026-05-14T15:03:05.549Z Checking spin v0.9.8
17382026-05-14T15:03:05.558Z Checking term v1.1.0
17392026-05-14T15:03:05.578Z Checking console v0.15.7
17402026-05-14T15:03:05.802Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17412026-05-14T15:03:05.818Z Checking slog-term v2.9.2
17422026-05-14T15:03:05.892Z Checking tungstenite v0.29.0
17432026-05-14T15:03:05.895Z Checking sha1 v0.11.0
17442026-05-14T15:03:06.030Z Checking newline-converter v0.3.0
17452026-05-14T15:03:06.061Z Checking async-stream v0.3.6
17462026-05-14T15:03:06.132Z Checking toml v1.1.2+spec-1.1.0
17472026-05-14T15:03:06.182Z Checking usdt v0.6.0
17482026-05-14T15:03:06.278Z Checking atomicwrites v0.4.4
17492026-05-14T15:03:06.341Z Checking futures v0.3.32
17502026-05-14T15:03:06.351Z Checking slog-bunyan v2.5.0
17512026-05-14T15:03:06.397Z Checking url v2.5.4
17522026-05-14T15:03:06.406Z Checking tower-http v0.6.8
17532026-05-14T15:03:06.415Z Checking serde_urlencoded v0.7.1
17542026-05-14T15:03:06.452Z Checking event-listener-strategy v0.5.4
17552026-05-14T15:03:06.455Z Checking async-compression v0.4.42
17562026-05-14T15:03:06.658Z Checking openapiv3 v2.2.0
17572026-05-14T15:03:06.689Z Compiling async-trait v0.1.89
17582026-05-14T15:03:06.713Z Checking yasna v0.5.2
17592026-05-14T15:03:06.781Z Checking pem v3.0.6
17602026-05-14T15:03:06.824Z Checking waitgroup v0.1.2
17612026-05-14T15:03:06.922Z Checking rustls-pemfile v2.2.0
17622026-05-14T15:03:06.939Z Checking serde_path_to_error v0.1.20
17632026-05-14T15:03:07.059Z Checking hostname v0.4.2
17642026-05-14T15:03:07.152Z Checking debug-ignore v1.0.5
17652026-05-14T15:03:07.203Z Checking similar v2.2.1
17662026-05-14T15:03:07.248Z Checking simple-mermaid v0.2.0
17672026-05-14T15:03:07.282Z Checking async-channel v2.5.0
17682026-05-14T15:03:07.309Z Checking tokio-tungstenite v0.29.0
17692026-05-14T15:03:07.525Z Checking expectorate v1.2.0
17702026-05-14T15:03:07.550Z Checking buf-list v1.1.2
17712026-05-14T15:03:07.605Z Checking subprocess v1.1.0
17722026-05-14T15:03:12.782Z Checking rustls-webpki v0.103.13
17732026-05-14T15:03:12.782Z Checking rcgen v0.14.7
17742026-05-14T15:03:14.937Z Checking tokio-rustls v0.26.4
17752026-05-14T15:03:14.937Z Checking rustls-platform-verifier v0.6.2
17762026-05-14T15:03:15.119Z Checking hyper-rustls v0.27.9
17772026-05-14T15:03:15.292Z Checking reqwest v0.13.3
17782026-05-14T15:03:16.754Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17792026-05-14T15:03:16.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.21s
17802026-05-14T15:03:17.066Z
17812026-05-14T15:03:17.066Z
17822026-05-14T15:03:42.547Ztest tests/fail/bad_channel10.rs ... ok
17832026-05-14T15:03:42.547Ztest tests/fail/bad_channel11.rs ... ok
17842026-05-14T15:03:42.547Ztest tests/fail/bad_channel12.rs ... ok
17852026-05-14T15:03:42.547Ztest tests/fail/bad_channel13.rs ... ok
17862026-05-14T15:03:42.547Ztest tests/fail/bad_channel14.rs ... ok
17872026-05-14T15:03:42.547Ztest tests/fail/bad_channel15.rs ... ok
17882026-05-14T15:03:42.552Ztest tests/fail/bad_channel17.rs ... ok
17892026-05-14T15:03:42.552Ztest tests/fail/bad_channel18.rs ... ok
17902026-05-14T15:03:42.552Ztest tests/fail/bad_channel19.rs ... ok
17912026-05-14T15:03:42.553Ztest tests/fail/bad_channel1a.rs ... ok
17922026-05-14T15:03:42.553Ztest tests/fail/bad_channel1b.rs ... ok
17932026-05-14T15:03:42.553Ztest tests/fail/bad_channel2.rs ... ok
17942026-05-14T15:03:42.553Ztest tests/fail/bad_channel20.rs ... ok
17952026-05-14T15:03:42.553Ztest tests/fail/bad_channel21.rs ... ok
17962026-05-14T15:03:42.553Ztest tests/fail/bad_channel22.rs ... ok
17972026-05-14T15:03:42.553Ztest tests/fail/bad_channel23.rs ... ok
17982026-05-14T15:03:42.553Ztest tests/fail/bad_channel24.rs ... ok
17992026-05-14T15:03:42.553Ztest tests/fail/bad_channel25.rs ... ok
18002026-05-14T15:03:42.553Ztest tests/fail/bad_channel26.rs ... ok
18012026-05-14T15:03:42.553Ztest tests/fail/bad_channel27.rs ... ok
18022026-05-14T15:03:42.553Ztest tests/fail/bad_channel28.rs ... ok
18032026-05-14T15:03:42.553Ztest tests/fail/bad_channel3.rs ... ok
18042026-05-14T15:03:42.553Ztest tests/fail/bad_channel4.rs ... ok
18052026-05-14T15:03:42.553Ztest tests/fail/bad_channel5.rs ... ok
18062026-05-14T15:03:42.553Ztest tests/fail/bad_channel6.rs ... ok
18072026-05-14T15:03:42.553Ztest tests/fail/bad_channel8.rs ... ok
18082026-05-14T15:03:42.553Ztest tests/fail/bad_channel9.rs ... ok
18092026-05-14T15:03:42.553Ztest tests/fail/bad_endpoint1.rs ... ok
18102026-05-14T15:03:42.553Ztest tests/fail/bad_endpoint10.rs ... ok
18112026-05-14T15:03:42.553Ztest tests/fail/bad_endpoint11.rs ... ok
18122026-05-14T15:03:42.553Ztest tests/fail/bad_endpoint12.rs ... ok
18132026-05-14T15:03:42.553Ztest tests/fail/bad_endpoint13.rs ... ok
18142026-05-14T15:03:42.553Ztest tests/fail/bad_endpoint14.rs ... ok
18152026-05-14T15:03:42.553Ztest tests/fail/bad_endpoint15.rs ... ok
18162026-05-14T15:03:42.553Ztest tests/fail/bad_endpoint16.rs ... ok
18172026-05-14T15:03:42.553Ztest tests/fail/bad_endpoint17.rs ... ok
18182026-05-14T15:03:42.553Ztest tests/fail/bad_endpoint18.rs ... ok
18192026-05-14T15:03:42.553Ztest tests/fail/bad_endpoint19.rs ... ok
18202026-05-14T15:03:42.553Ztest tests/fail/bad_endpoint2.rs ... ok
18212026-05-14T15:03:42.553Ztest tests/fail/bad_endpoint20.rs ... ok
18222026-05-14T15:03:42.553Ztest tests/fail/bad_endpoint21.rs ... ok
18232026-05-14T15:03:42.553Ztest tests/fail/bad_endpoint22.rs ... ok
18242026-05-14T15:03:42.553Ztest tests/fail/bad_endpoint23.rs ... ok
18252026-05-14T15:03:42.553Ztest tests/fail/bad_endpoint24.rs ... ok
18262026-05-14T15:03:42.553Ztest tests/fail/bad_endpoint25.rs ... ok
18272026-05-14T15:03:42.553Ztest tests/fail/bad_endpoint26.rs ... ok
18282026-05-14T15:03:42.554Ztest tests/fail/bad_endpoint27.rs ... ok
18292026-05-14T15:03:42.554Ztest tests/fail/bad_endpoint28.rs ... ok
18302026-05-14T15:03:42.554Ztest tests/fail/bad_endpoint3.rs ... ok
18312026-05-14T15:03:42.554Ztest tests/fail/bad_endpoint4.rs ... ok
18322026-05-14T15:03:42.554Ztest tests/fail/bad_endpoint5.rs ... ok
18332026-05-14T15:03:42.554Ztest tests/fail/bad_endpoint6.rs ... ok
18342026-05-14T15:03:42.554Ztest tests/fail/bad_endpoint7.rs ... ok
18352026-05-14T15:03:42.554Ztest tests/fail/bad_endpoint8.rs ... ok
18362026-05-14T15:03:42.554Ztest tests/fail/bad_endpoint9.rs ... ok
18372026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel10.rs ... ok
18382026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel11.rs ... ok
18392026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel12.rs ... ok
18402026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel13.rs ... ok
18412026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel14.rs ... ok
18422026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel15.rs ... ok
18432026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel17.rs ... ok
18442026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel18.rs ... ok
18452026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel19.rs ... ok
18462026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel1a.rs ... ok
18472026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel1b.rs ... ok
18482026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel2.rs ... ok
18492026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel20.rs ... ok
18502026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel21.rs ... ok
18512026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel22.rs ... ok
18522026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel23.rs ... ok
18532026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel24.rs ... ok
18542026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel25.rs ... ok
18552026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel26.rs ... ok
18562026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel28.rs ... ok
18572026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel3.rs ... ok
18582026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel4.rs ... ok
18592026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel5.rs ... ok
18602026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel6.rs ... ok
18612026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel8.rs ... ok
18622026-05-14T15:03:42.554Ztest tests/fail/bad_trait_channel9.rs ... ok
18632026-05-14T15:03:42.554Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18642026-05-14T15:03:42.554Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18652026-05-14T15:03:42.554Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18662026-05-14T15:03:42.554Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18672026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18682026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18692026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18702026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18712026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18722026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18732026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18742026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18752026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18762026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18772026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18782026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18792026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18802026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18812026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18822026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18832026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18842026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18852026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18862026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18872026-05-14T15:03:42.555Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18882026-05-14T15:03:42.559Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18892026-05-14T15:03:42.559Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18902026-05-14T15:03:42.559Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18912026-05-14T15:03:42.559Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18922026-05-14T15:03:42.559Ztest tests/fail/bad_trait_only1.rs ... ok
18932026-05-14T15:03:42.559Ztest tests/fail/bad_trait_only10.rs ... ok
18942026-05-14T15:03:42.559Ztest tests/fail/bad_trait_only11.rs ... ok
18952026-05-14T15:03:42.559Ztest tests/fail/bad_trait_only12.rs ... ok
18962026-05-14T15:03:42.559Ztest tests/fail/bad_trait_only13.rs ... ok
18972026-05-14T15:03:42.559Ztest tests/fail/bad_trait_only14.rs ... ok
18982026-05-14T15:03:42.559Ztest tests/fail/bad_trait_only15.rs ... ok
18992026-05-14T15:03:42.559Ztest tests/fail/bad_trait_only16.rs ... ok
19002026-05-14T15:03:42.559Ztest tests/fail/bad_trait_only17.rs ... ok
19012026-05-14T15:03:42.559Ztest tests/fail/bad_trait_only18.rs ... ok
19022026-05-14T15:03:42.559Ztest tests/fail/bad_trait_only19.rs ... ok
19032026-05-14T15:03:42.559Ztest tests/fail/bad_trait_only2.rs ... ok
19042026-05-14T15:03:42.559Ztest tests/fail/bad_trait_only20.rs ... ok
19052026-05-14T15:03:42.559Ztest tests/fail/bad_trait_only21.rs ... ok
19062026-05-14T15:03:42.559Ztest tests/fail/bad_trait_only22.rs ... ok
19072026-05-14T15:03:42.559Ztest tests/fail/bad_trait_only3.rs ... ok
19082026-05-14T15:03:42.559Ztest tests/fail/bad_trait_only4.rs ... ok
19092026-05-14T15:03:42.560Ztest tests/fail/bad_trait_only5.rs ... ok
19102026-05-14T15:03:42.560Ztest tests/fail/bad_trait_only6.rs ... ok
19112026-05-14T15:03:42.560Ztest tests/fail/bad_trait_only7.rs ... ok
19122026-05-14T15:03:42.560Ztest tests/fail/bad_trait_only8.rs ... ok
19132026-05-14T15:03:42.560Ztest tests/fail/bad_trait_only9.rs ... ok
19142026-05-14T15:03:42.560Ztest tests/fail/bad_version_backwards.rs ... ok
19152026-05-14T15:03:42.560Ztest tests/fail/unused_endpoint.rs ... ok
19162026-05-14T15:03:42.560Z
19172026-05-14T15:03:42.560Z
19182026-05-14T15:03:42.560Ztest fail ... ok
19192026-05-14T15:03:42.560Z
19202026-05-14T15:03:42.560Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 54.97s
19212026-05-14T15:03:42.560Z
19222026-05-14T15:03:42.560Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-ffd6c5c62f8a602b`
19232026-05-14T15:03:42.560Z
19242026-05-14T15:03:42.560Zrunning 100 tests
19252026-05-14T15:03:42.564Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
19262026-05-14T15:03:42.564Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
19272026-05-14T15:03:42.564Ztest config::test_config_bad_bind_address_port_too_small ... ok
19282026-05-14T15:03:42.564Ztest config::test_config_bad_bind_address_port_too_large ... ok
19292026-05-14T15:03:42.564Ztest config::test_config_bad_bind_address_garbage ... ok
19302026-05-14T15:03:42.564Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
19312026-05-14T15:03:42.564Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
19322026-05-14T15:03:42.564Ztest api_trait::test_api_trait_with_complex_tags ... ok
19332026-05-14T15:03:42.564Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19342026-05-14T15:03:42.564Ztest config::test_valid_config_all_settings ... ok
19352026-05-14T15:03:42.564Ztest config::test_valid_config_basic ... ok
19362026-05-14T15:03:42.564Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-api_trait_basic.6360.6.log"
19372026-05-14T15:03:42.564Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-config_bind_address_https.6360.0.log"
19382026-05-14T15:03:42.564Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-config_bind_address_http.6360.2.log"
19392026-05-14T15:03:42.564Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-config_handler_task_mode_detached.6360.3.log"
19402026-05-14T15:03:42.564Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-config_handler_task_mode_cancel.6360.1.log"
19412026-05-14T15:03:42.564Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_unversioned_servers_with_versioned_routes.6360.4.log"
19422026-05-14T15:03:42.564Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-config_bind_address_https_buffer.6360.5.log"
19432026-05-14T15:03:42.564Ztest config::test_valid_config_empty ... ok
19442026-05-14T15:03:42.564Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19452026-05-14T15:03:42.564Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_enum_extractor_error.6360.7.log"
19462026-05-14T15:03:42.564Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_enum_user_error.6360.8.log"
19472026-05-14T15:03:42.564Ztest config::test_config_handler_task_mode_cancel ... ok
19482026-05-14T15:03:42.564Ztest config::test_config_handler_task_mode_detached ... ok
19492026-05-14T15:03:42.564Ztest custom_errors::test_enum_extractor_error ... ok
19502026-05-14T15:03:42.564Ztest custom_errors::test_enum_user_error ... ok
19512026-05-14T15:03:42.564Ztest api_trait::test_api_trait_basic ... ok
19522026-05-14T15:03:42.564Ztest custom_errors::test_trait_based_api ... ok
19532026-05-14T15:03:42.568Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_struct_extractor_error.6360.9.log"
19542026-05-14T15:03:42.568Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_struct_user_error.6360.10.log"
19552026-05-14T15:03:42.568Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_trait_enum_user_error.6360.11.log"
19562026-05-14T15:03:42.568Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_trait_struct_user_error.6360.12.log"
19572026-05-14T15:03:42.568Ztest config::test_config_bind_address_http ... ok
19582026-05-14T15:03:42.568Ztest custom_errors::test_trait_enum_user_error ... ok
19592026-05-14T15:03:42.568Ztest custom_errors::test_struct_user_error ... ok
19602026-05-14T15:03:42.568Ztest custom_errors::test_struct_extractor_error ... ok
19612026-05-14T15:03:42.568Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_302_bogus.6360.13.log"
19622026-05-14T15:03:42.568Ztest custom_errors::test_trait_struct_user_error ... ok
19632026-05-14T15:03:42.568Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_302_found.6360.14.log"
19642026-05-14T15:03:42.568Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_303_see_other.6360.15.log"
19652026-05-14T15:03:42.568Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_307_temporary_redirect.6360.16.log"
19662026-05-14T15:03:42.568Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_delete_request.6360.17.log"
19672026-05-14T15:03:42.568Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-demo1.6360.18.log"
19682026-05-14T15:03:42.568Ztest demo::test_302_bogus ... ok
19692026-05-14T15:03:42.568Ztest demo::test_delete_request ... ok
19702026-05-14T15:03:42.568Ztest demo::test_303_see_other ... ok
19712026-05-14T15:03:42.568Ztest demo::test_307_temporary_redirect ... ok
19722026-05-14T15:03:42.568Ztest demo::test_demo1 ... ok
19732026-05-14T15:03:42.568Ztest demo::test_302_found ... ok
19742026-05-14T15:03:42.568Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-demo2json.6360.19.log"
19752026-05-14T15:03:42.568Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-demo3json.6360.22.log"
19762026-05-14T15:03:42.568Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-demo2urlencoded.6360.21.log"
19772026-05-14T15:03:42.569Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-demo_path_param_string.6360.23.log"
19782026-05-14T15:03:42.569Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-demo2query.6360.20.log"
19792026-05-14T15:03:42.569Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-demo_path_param_u32.6360.24.log"
19802026-05-14T15:03:42.572Ztest demo::test_demo3json ... ok
19812026-05-14T15:03:42.572Ztest demo::test_demo2query ... ok
19822026-05-14T15:03:42.572Ztest demo::test_demo_path_param_u32 ... ok
19832026-05-14T15:03:42.572Ztest demo::test_demo2urlencoded ... ok
19842026-05-14T15:03:42.572Ztest demo::test_demo2json ... ok
19852026-05-14T15:03:42.572Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-demo_path_param_uuid.6360.25.log"
19862026-05-14T15:03:42.572Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_head_request.6360.26.log"
19872026-05-14T15:03:42.572Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-demo_websocket.6360.27.log"
19882026-05-14T15:03:42.572Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_large_typed_body.6360.28.log"
19892026-05-14T15:03:42.572Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_header_request.6360.29.log"
19902026-05-14T15:03:42.572Ztest demo::test_demo_path_param_string ... ok
19912026-05-14T15:03:42.573Ztest demo::test_head_request ... ok
19922026-05-14T15:03:42.573Ztest demo::test_demo_path_param_uuid ... ok
19932026-05-14T15:03:42.573Ztest demo::test_header_request ... ok
19942026-05-14T15:03:42.573Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-tet_raw_request.6360.30.log"
19952026-05-14T15:03:42.573Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_request_compat.6360.31.log"
19962026-05-14T15:03:42.573Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_request_remote_addr.6360.32.log"
19972026-05-14T15:03:42.573Ztest demo::test_demo_websocket ... ok
19982026-05-14T15:03:42.573Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_streaming_body.6360.33.log"
19992026-05-14T15:03:42.573Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_untyped_body.6360.34.log"
20002026-05-14T15:03:42.573Ztest demo::test_large_typed_body ... ok
20012026-05-14T15:03:42.573Ztest demo::test_raw_request ... ok
20022026-05-14T15:03:42.573Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-graceful_shutdown_with_detached_handler.6360.35.log"
20032026-05-14T15:03:42.573Ztest demo::test_request_compat ... ok
20042026-05-14T15:03:42.573Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-compression_config_disabled.6360.36.log"
20052026-05-14T15:03:42.573Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-compression_config_enabled.6360.37.log"
20062026-05-14T15:03:42.573Ztest demo::test_request_remote_addr ... ok
20072026-05-14T15:03:42.573Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-compression_disabled_extension.6360.38.log"
20082026-05-14T15:03:42.579Ztest demo::test_streaming_body ... ok
20092026-05-14T15:03:42.579Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-gzip_compression_multiple_encodings.6360.39.log"
20102026-05-14T15:03:42.579Ztest gzip::test_compression_disabled_with_extension ... ok
20112026-05-14T15:03:42.579Ztest demo::test_untyped_body ... ok
20122026-05-14T15:03:42.579Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-gzip_compression_accept_encoding.6360.40.log"
20132026-05-14T15:03:42.579Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-json_suffix_compressed.6360.41.log"
20142026-05-14T15:03:42.579Ztest gzip::test_json_suffix_is_compressed ... ok
20152026-05-14T15:03:42.579Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-no_compression_small_response.6360.42.log"
20162026-05-14T15:03:42.579Ztest gzip::test_no_compression_below_size_threshold ... ok
20172026-05-14T15:03:42.583Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-no_compression_204.6360.43.log"
20182026-05-14T15:03:42.583Ztest gzip::test_no_compression_for_204_no_content ... ok
20192026-05-14T15:03:42.583Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-no_compression_304.6360.44.log"
20202026-05-14T15:03:42.583Ztest gzip::test_no_compression_for_304_not_modified ... ok
20212026-05-14T15:03:42.583Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-no_compression_non_compressible.6360.45.log"
20222026-05-14T15:03:42.583Ztest gzip::test_no_compression_for_non_compressible_content_types ... ok
20232026-05-14T15:03:42.583Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-no_gzip_without_accept.6360.46.log"
20242026-05-14T15:03:42.583Ztest gzip::test_compression_config_disabled ... ok
20252026-05-14T15:03:42.583Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-reject_gzip_quality_zero.6360.47.log"
20262026-05-14T15:03:42.588Ztest gzip::test_no_gzip_without_accept_encoding ... ok
20272026-05-14T15:03:42.591Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-streaming_with_content_type_compressed.6360.48.log"
20282026-05-14T15:03:42.591Ztest gzip::test_compression_config_enabled ... ok
20292026-05-14T15:03:42.591Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-streaming_missing_content_type.6360.49.log"
20302026-05-14T15:03:42.591Ztest gzip::test_streaming_with_content_type_is_compressed ... ok
20312026-05-14T15:03:42.591Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-vary_header_set.6360.50.log"
20322026-05-14T15:03:42.591Ztest gzip::test_streaming_without_content_type_skips_compression ... ok
20332026-05-14T15:03:42.591Ztest gzip::test_gzip_compression_accepts_multiple_encodings ... ok
20342026-05-14T15:03:42.591Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-vary_header_no_gzip.6360.51.log"
20352026-05-14T15:03:42.591Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-xml_suffix_compressed.6360.52.log"
20362026-05-14T15:03:42.591Ztest gzip::test_reject_gzip_with_quality_zero ... ok
20372026-05-14T15:03:42.591Ztest gzip::test_xml_suffix_is_compressed ... ok
20382026-05-14T15:03:42.592Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-multipart_client.6360.53.log"
20392026-05-14T15:03:42.592Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-multipart_client.6360.54.log"
20402026-05-14T15:03:42.597Ztest multipart::missing_boundary ... ok
20412026-05-14T15:03:42.598Ztest multipart::no_content_type ... ok
20422026-05-14T15:03:42.598Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-multipart_client.6360.55.log"
20432026-05-14T15:03:42.598Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-multipart_client.6360.56.log"
20442026-05-14T15:03:42.598Ztest config::test_config_bind_address_https_buffer ... ok
20452026-05-14T15:03:42.598Ztest multipart::weird_content_type ... ok
20462026-05-14T15:03:42.598Ztest config::test_config_bind_address_https ... ok
20472026-05-14T15:03:42.598Ztest multipart::test_multipart_client ... ok
20482026-05-14T15:03:42.598Ztest openapi::test_openapi_custom_error_types ... ok
20492026-05-14T15:03:42.598Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
20502026-05-14T15:03:42.598Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-pagination-basic.6360.57.log"
20512026-05-14T15:03:42.598Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-pagination-multiple-resources.6360.58.log"
20522026-05-14T15:03:42.611Ztest openapi::test_openapi ... ok
20532026-05-14T15:03:42.614Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-pagination-multiple-sorts.6360.59.log"
20542026-05-14T15:03:42.614Ztest openapi::test_openapi_fuller ... ok
20552026-05-14T15:03:42.618Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-basic.6360.60.log"
20562026-05-14T15:03:42.621Ztest gzip::test_gzip_compression_with_accept_encoding ... ok
20572026-05-14T15:03:42.621Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-dictionary.6360.61.log"
20582026-05-14T15:03:42.624Ztest gzip::test_vary_header_on_non_gzip_requests ... ok
20592026-05-14T15:03:42.624Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-empty.6360.62.log"
20602026-05-14T15:03:42.624Ztest gzip::test_vary_header_is_set ... ok
20612026-05-14T15:03:42.624Ztest pagination::test_paginate_empty ... ok
20622026-05-14T15:03:42.624Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-errors.6360.63.log"
20632026-05-14T15:03:42.627Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-extra_params.6360.64.log"
20642026-05-14T15:03:42.627Ztest pagination::test_paginate_errors ... ok
20652026-05-14T15:03:42.627Ztest pagination::test_paginate_extra_params ... ok
20662026-05-14T15:03:42.627Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-required_params.6360.65.log"
20672026-05-14T15:03:42.627Ztest pagination_schema::test_pagination_schema ... ok
20682026-05-14T15:03:42.627Ztest path_names::test_path_names ... ok
20692026-05-14T15:03:42.628Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_no_tls.6360.66.log"
20702026-05-14T15:03:42.631Ztest pagination::test_paginate_with_required_params ... ok
20712026-05-14T15:03:42.631Ztest starter::test_no_tls ... ok
20722026-05-14T15:03:42.631Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_with_tls.6360.67.log"
20732026-05-14T15:03:42.631Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-non_streaming_servers_do_not_use_transfer_encoding.6360.68.log"
20742026-05-14T15:03:42.631Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
20752026-05-14T15:03:42.631Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-streaming_server_buffered_client.6360.69.log"
20762026-05-14T15:03:42.641Ztest streaming::test_streaming_server_buffered_client ... ok
20772026-05-14T15:03:42.645Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-streaming_server_streaming_client.6360.70.log"
20782026-05-14T15:03:42.649Ztest pagination::test_paginate_basic ... ok
20792026-05-14T15:03:42.649Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_server_is_http.6360.71.log"
20802026-05-14T15:03:42.649Ztest tls::test_server_is_http ... ok
20812026-05-14T15:03:42.649Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_server_is_https.6360.72.log"
20822026-05-14T15:03:42.649Ztest streaming::test_streaming_server_streaming_client ... ok
20832026-05-14T15:03:42.649Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_tls_aborted_negotiation.6360.73.log"
20842026-05-14T15:03:42.935Ztest starter::test_with_tls ... ok
20852026-05-14T15:03:42.939Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_tls_certificate_loading.6360.74.log"
20862026-05-14T15:03:42.951Ztest tls::test_server_is_https ... ok
20872026-05-14T15:03:42.954Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_tls_only.6360.75.log"
20882026-05-14T15:03:43.191Ztest pagination::test_paginate_dictionary ... ok
20892026-05-14T15:03:43.196Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_tls_refresh_certificates.6360.76.log"
20902026-05-14T15:03:43.239Ztest tls::test_tls_certificate_loading ... ok
20912026-05-14T15:03:43.242Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_versions.6360.77.log"
20922026-05-14T15:03:43.255Ztest tls::test_tls_aborted_negotiation ... ok
20932026-05-14T15:03:43.258Znote: configured to log to "/tmp/integration_tests-ffd6c5c62f8a602b-test_versions_on_missing.6360.78.log"
20942026-05-14T15:03:43.311Ztest pagination::test_example_basic ... ok
20952026-05-14T15:03:43.316Ztest versions::test_versions_openapi ... ok
20962026-05-14T15:03:43.316Ztest versions::test_versions_openapi_same_names ... ok
20972026-05-14T15:03:43.360Ztest versions::test_versions_on_missing ... ok
20982026-05-14T15:03:43.363Ztest versions::test_versions ... ok
20992026-05-14T15:03:43.556Ztest tls::test_tls_only ... ok
21002026-05-14T15:03:43.793Ztest tls::test_tls_refresh_certificates ... ok
21012026-05-14T15:03:44.169Ztest pagination::test_example_multiple_resources ... ok
21022026-05-14T15:03:44.574Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
21032026-05-14T15:03:44.753Ztest pagination::test_example_multiple_sorts ... ok
21042026-05-14T15:03:44.753Z
21052026-05-14T15:03:44.757Ztest result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.19s
21062026-05-14T15:03:44.757Z
21072026-05-14T15:03:44.760Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-b9c625b97bfa0590`
21082026-05-14T15:03:44.765Z
21092026-05-14T15:03:44.765Zrunning 35 tests
21102026-05-14T15:03:44.768Ztest channel::tests::test_channel_operation_id ... ok
21112026-05-14T15:03:44.768Ztest channel::tests::test_channel_with_versions ... ok
21122026-05-14T15:03:44.768Ztest channel::tests::test_channel_with_unnamed_params ... ok
21132026-05-14T15:03:44.771Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
21142026-05-14T15:03:44.771Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
21152026-05-14T15:03:44.771Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
21162026-05-14T15:03:44.771Ztest doc::tests::test_extract_summary_description ... ok
21172026-05-14T15:03:44.772Ztest endpoint::tests::test_endpoint_bad_string ... ok
21182026-05-14T15:03:44.772Ztest endpoint::tests::test_endpoint_bad_versions ... ok
21192026-05-14T15:03:44.772Ztest endpoint::tests::test_endpoint_invalid_item ... ok
21202026-05-14T15:03:44.772Ztest endpoint::tests::test_endpoint_no_arguments ... ok
21212026-05-14T15:03:44.772Ztest channel::tests::test_channel_with_custom_params ... ok
21222026-05-14T15:03:44.772Ztest endpoint::tests::test_endpoint_not_async ... ok
21232026-05-14T15:03:44.772Ztest endpoint::tests::test_endpoint_basic ... ok
21242026-05-14T15:03:44.772Ztest api_trait::tests::test_api_trait_operation_id ... ok
21252026-05-14T15:03:44.772Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
21262026-05-14T15:03:44.772Ztest endpoint::tests::test_endpoint_content_type ... ok
21272026-05-14T15:03:44.772Ztest api_trait::tests::test_api_trait_basic ... ok
21282026-05-14T15:03:44.772Ztest endpoint::tests::test_endpoint_pub_crate ... ok
21292026-05-14T15:03:44.772Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
21302026-05-14T15:03:44.772Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
21312026-05-14T15:03:44.772Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
21322026-05-14T15:03:44.772Ztest endpoint::tests::test_endpoint_with_doc ... ok
21332026-05-14T15:03:44.772Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
21342026-05-14T15:03:44.772Ztest endpoint::tests::test_endpoint_with_query ... ok
21352026-05-14T15:03:44.772Ztest endpoint::tests::test_endpoint_with_tags ... ok
21362026-05-14T15:03:44.772Ztest params::tests::test_extract_rqctx_ty_param ... ok
21372026-05-14T15:03:44.775Ztest syn_parsing::tests::test_busted_function ... ok
21382026-05-14T15:03:44.775Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
21392026-05-14T15:03:44.775Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
21402026-05-14T15:03:44.775Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
21412026-05-14T15:03:44.775Ztest endpoint::tests::test_operation_id ... ok
21422026-05-14T15:03:44.775Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
21432026-05-14T15:03:44.775Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
21442026-05-14T15:03:44.776Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
21452026-05-14T15:03:44.776Z
21462026-05-14T15:03:44.776Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
21472026-05-14T15:03:44.776Z
21482026-05-14T15:03:44.776Z Doc-tests dropshot
21492026-05-14T15:03:44.776Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --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-4a50216ee2eb8900/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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.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-05-14T15:03:45.098Z
21512026-05-14T15:03:45.098Zrunning 24 tests
21522026-05-14T15:03:45.101Ztest dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored
21532026-05-14T15:03:46.317Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
21542026-05-14T15:03:46.317Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
21552026-05-14T15:03:46.317Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
21562026-05-14T15:03:46.324Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
21572026-05-14T15:03:49.665Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
21582026-05-14T15:03:49.665Ztest dropshot/src/lib.rs - (line 334) ... ignored
21592026-05-14T15:03:49.680Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
21602026-05-14T15:03:49.752Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok
21612026-05-14T15:03:49.792Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok
21622026-05-14T15:03:49.818Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
21632026-05-14T15:03:49.910Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
21642026-05-14T15:03:49.929Ztest dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok
21652026-05-14T15:03:49.929Ztest dropshot/src/lib.rs - channel (line 1184) ... ignored
21662026-05-14T15:03:49.929Ztest dropshot/src/lib.rs - endpoint (line 1229) ... ignored
21672026-05-14T15:03:50.891Ztest dropshot/src/lib.rs - (line 398) ... ok
21682026-05-14T15:03:51.012Ztest dropshot/src/lib.rs - api_description (line 1049) ... ok
21692026-05-14T15:03:51.078Ztest dropshot/src/lib.rs - (line 661) ... ok
21702026-05-14T15:03:51.099Ztest dropshot/src/lib.rs - api_description (line 1110) ... ok
21712026-05-14T15:03:51.279Ztest dropshot/src/lib.rs - (line 110) ... ok
21722026-05-14T15:03:51.295Ztest dropshot/src/lib.rs - (line 189) ... ok
21732026-05-14T15:03:51.975Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok
21742026-05-14T15:03:53.952Ztest dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok
21752026-05-14T15:03:54.565Ztest dropshot/src/lib.rs - (line 497) ... ok
21762026-05-14T15:03:54.565Z
21772026-05-14T15:03:54.565Ztest result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 9.47s
21782026-05-14T15:03:54.565Z
21792026-05-14T15:03:54.593Z Doc-tests dropshot_endpoint
21802026-05-14T15:03:54.598Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --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-4a50216ee2eb8900/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-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-00990f0d9be884dd.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d62c1f7ce1bee2a6.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-35ee09f2e533313e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-c526d08655933a83.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.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`
21812026-05-14T15:03:54.724Z
21822026-05-14T15:03:54.724Zrunning 0 tests
21832026-05-14T15:03:54.724Z
21842026-05-14T15:03:54.724Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21852026-05-14T15:03:54.724Z
21862026-05-14T15:03:54.758Z
21872026-05-14T15:03:54.762Zreal 1:54.011694113
21882026-05-14T15:03:54.762Zuser 8:35.958841035
21892026-05-14T15:03:54.762Zsys 1:57.032534156
21902026-05-14T15:03:54.762Ztrap 0.365308834
21912026-05-14T15:03:54.762Ztflt 0.201629721
21922026-05-14T15:03:54.762Zdflt 0.251040105
21932026-05-14T15:03:54.762Zkflt 0.000197231
21942026-05-14T15:03:54.762Zlock 35:10.609644749
21952026-05-14T15:03:54.762Zslp 37:34.711159035
21962026-05-14T15:03:54.762Zlat 26.687309472
21972026-05-14T15:03:54.762Zstop 1:05.903286289
21982026-05-14T15:03:54.762Z+ banner docs
21992026-05-14T15:03:54.762Z
22002026-05-14T15:03:54.762Z ##### #### #### ####
22012026-05-14T15:03:54.762Z # # # # # # #
22022026-05-14T15:03:54.762Z # # # # # ####
22032026-05-14T15:03:54.762Z # # # # # #
22042026-05-14T15:03:54.763Z # # # # # # # #
22052026-05-14T15:03:54.763Z ##### #### #### ####
22062026-05-14T15:03:54.763Z
22072026-05-14T15:03:54.763Z+ ptime -m cargo doc --no-deps --lib --bins --examples
22082026-05-14T15:03:54.959Z Compiling proc-macro2 v1.0.106
22092026-05-14T15:03:54.959Z Compiling unicode-ident v1.0.12
22102026-05-14T15:03:54.962Z Checking cfg-if v1.0.0
22112026-05-14T15:03:54.962Z Checking itoa v1.0.1
22122026-05-14T15:03:54.962Z Checking pin-project-lite v0.2.12
22132026-05-14T15:03:54.962Z Compiling quote v1.0.45
22142026-05-14T15:03:54.999Z Checking libc v0.2.186
22152026-05-14T15:03:55.002Z Checking serde_core v1.0.228
22162026-05-14T15:03:55.032Z Checking futures-core v0.3.32
22172026-05-14T15:03:55.057Z Checking memchr v2.6.0
22182026-05-14T15:03:55.076Z Checking bytes v1.11.1
22192026-05-14T15:03:55.107Z Checking smallvec v1.13.2
22202026-05-14T15:03:55.145Z Checking once_cell v1.20.1
22212026-05-14T15:03:55.279Z Checking scopeguard v1.2.0
22222026-05-14T15:03:55.301Z Checking futures-sink v0.3.32
22232026-05-14T15:03:55.373Z Checking lock_api v0.4.6
22242026-05-14T15:03:55.387Z Checking slab v0.4.9
22252026-05-14T15:03:55.395Z Checking parking_lot_core v0.9.4
22262026-05-14T15:03:55.425Z Checking signal-hook-registry v1.4.0
22272026-05-14T15:03:55.489Z Checking socket2 v0.6.3
22282026-05-14T15:03:55.525Z Compiling jobserver v0.1.34
22292026-05-14T15:03:55.554Z Checking mio v1.2.0
22302026-05-14T15:03:55.566Z Checking typenum v1.19.0
22312026-05-14T15:03:55.572Z Checking parking_lot v0.12.1
22322026-05-14T15:03:55.575Z Checking http v1.4.0
22332026-05-14T15:03:55.753Z Compiling cc v1.2.60
22342026-05-14T15:03:55.838Z Checking futures-channel v0.3.32
22352026-05-14T15:03:55.851Z Checking stable_deref_trait v1.2.0
22362026-05-14T15:03:55.866Z Checking zeroize v1.8.2
22372026-05-14T15:03:55.919Z Compiling syn v2.0.117
22382026-05-14T15:03:55.977Z Checking log v0.4.17
22392026-05-14T15:03:56.005Z Checking futures-task v0.3.32
22402026-05-14T15:03:56.022Z Checking futures-io v0.3.32
22412026-05-14T15:03:56.117Z Checking rustls-pki-types v1.14.1
22422026-05-14T15:03:56.135Z Checking httparse v1.10.0
22432026-05-14T15:03:56.139Z Checking zmij v1.0.2
22442026-05-14T15:03:56.139Z Checking litemap v0.7.4
22452026-05-14T15:03:56.239Z Checking powerfmt v0.2.0
22462026-05-14T15:03:56.265Z Checking writeable v0.5.5
22472026-05-14T15:03:56.313Z Checking hashbrown v0.17.0
22482026-05-14T15:03:56.334Z Checking equivalent v1.0.0
22492026-05-14T15:03:56.382Z Compiling num-conv v0.2.0
22502026-05-14T15:03:56.395Z Compiling time-core v0.1.8
22512026-05-14T15:03:56.410Z Checking deranged v0.5.5
22522026-05-14T15:03:56.439Z Checking crossbeam-utils v0.8.21
22532026-05-14T15:03:56.497Z Compiling cmake v0.1.58
22542026-05-14T15:03:56.503Z Checking serde_json v1.0.149
22552026-05-14T15:03:56.529Z Compiling time-macros v0.2.27
22562026-05-14T15:03:56.764Z Checking http-body v1.0.1
22572026-05-14T15:03:56.777Z Checking indexmap v2.14.0
22582026-05-14T15:03:56.834Z Checking tracing-core v0.1.32
22592026-05-14T15:03:57.018Z Checking percent-encoding v2.3.2
22602026-05-14T15:03:57.021Z Compiling aws-lc-sys v0.40.0
22612026-05-14T15:03:57.098Z Checking atomic-waker v1.1.2
22622026-05-14T15:03:57.127Z Checking num_threads v0.1.3
22632026-05-14T15:03:57.155Z Checking untrusted v0.9.0
22642026-05-14T15:03:57.205Z Checking tracing v0.1.40
22652026-05-14T15:03:57.254Z Checking getrandom v0.4.1
22662026-05-14T15:03:57.297Z Checking subtle v2.5.0
22672026-05-14T15:03:57.335Z Checking try-lock v0.2.3
22682026-05-14T15:03:57.368Z Checking tower-layer v0.3.3
22692026-05-14T15:03:57.373Z Checking icu_locid_transform_data v1.5.0
22702026-05-14T15:03:57.373Z Checking tower-service v0.3.3
22712026-05-14T15:03:57.425Z Checking base64 v0.22.1
22722026-05-14T15:03:57.429Z Checking bitflags v2.11.0
22732026-05-14T15:03:57.434Z Checking fnv v1.0.7
22742026-05-14T15:03:57.451Z Checking want v0.3.0
22752026-05-14T15:03:57.504Z Checking generic-array v0.14.5
22762026-05-14T15:03:57.517Z Checking hybrid-array v0.4.8
22772026-05-14T15:03:57.541Z Checking time v0.3.47
22782026-05-14T15:03:57.570Z Checking httpdate v1.0.1
22792026-05-14T15:03:57.581Z Checking simd-adler32 v0.3.7
22802026-05-14T15:03:57.653Z Checking icu_properties_data v1.5.0
22812026-05-14T15:03:57.706Z Checking adler2 v2.0.1
22822026-05-14T15:03:57.711Z Checking num-traits v0.2.14
22832026-05-14T15:03:57.781Z Checking getrandom v0.3.4
22842026-05-14T15:03:57.805Z Checking miniz_oxide v0.8.9
22852026-05-14T15:03:57.916Z Checking crc32fast v1.5.0
22862026-05-14T15:03:57.929Z Checking form_urlencoded v1.2.2
22872026-05-14T15:03:57.948Z Checking errno v0.3.10
22882026-05-14T15:03:58.047Z Checking write16 v1.0.0
22892026-05-14T15:03:58.047Z Checking iana-time-zone v0.1.47
22902026-05-14T15:03:58.061Z Checking utf16_iter v1.0.5
22912026-05-14T15:03:58.125Z Checking mime v0.3.16
22922026-05-14T15:03:58.131Z Checking ipnet v2.10.0
22932026-05-14T15:03:58.136Z Checking utf8_iter v1.0.4
22942026-05-14T15:03:58.141Z Checking icu_normalizer_data v1.5.0
22952026-05-14T15:03:58.158Z Checking winnow v1.0.0
22962026-05-14T15:03:58.196Z Checking flate2 v1.1.9
22972026-05-14T15:03:58.242Z Checking crypto-common v0.2.1
22982026-05-14T15:03:58.281Z Checking block-buffer v0.12.0
22992026-05-14T15:03:58.334Z Checking block-buffer v0.10.2
23002026-05-14T15:03:58.375Z Checking crypto-common v0.1.6
23012026-05-14T15:03:58.420Z Checking rand_core v0.9.5
23022026-05-14T15:03:58.435Z Checking toml_parser v1.1.2+spec-1.1.0
23032026-05-14T15:03:58.457Z Checking toml_datetime v1.1.1+spec-1.1.0
23042026-05-14T15:03:58.480Z Checking serde_spanned v1.1.1
23052026-05-14T15:03:58.487Z Checking thread_local v1.1.4
23062026-05-14T15:03:58.583Z Checking encoding_rs v0.8.32
23072026-05-14T15:03:58.598Z Checking openssl-probe v0.2.1
23082026-05-14T15:03:58.631Z Compiling synstructure v0.13.1
23092026-05-14T15:03:58.631Z Compiling serde_derive_internals v0.29.0
23102026-05-14T15:03:58.703Z Checking const-oid v0.10.2
23112026-05-14T15:03:58.726Z Checking ppv-lite86 v0.2.15
23122026-05-14T15:03:58.748Z Checking match_cfg v0.1.0
23132026-05-14T15:03:58.809Z Checking toml_writer v1.1.1+spec-1.1.0
23142026-05-14T15:03:58.842Z Checking compression-core v0.4.32
23152026-05-14T15:03:58.962Z Checking compression-codecs v0.4.38
23162026-05-14T15:03:58.989Z Checking toml v1.1.2+spec-1.1.0
23172026-05-14T15:03:58.996Z Checking rand_chacha v0.9.0
23182026-05-14T15:03:59.117Z Checking digest v0.11.2
23192026-05-14T15:03:59.123Z Checking hostname v0.3.1
23202026-05-14T15:03:59.156Z Checking rustls-native-certs v0.8.3
23212026-05-14T15:03:59.211Z Checking digest v0.10.7
23222026-05-14T15:03:59.258Z Checking ryu v1.0.5
23232026-05-14T15:03:59.275Z Checking rustix v1.1.4
23242026-05-14T15:03:59.351Z Compiling unicase v2.6.0
23252026-05-14T15:03:59.378Z Checking uuid v1.23.1
23262026-05-14T15:03:59.385Z Checking http-body-util v0.1.3
23272026-05-14T15:03:59.505Z Checking concurrent-queue v2.5.0
23282026-05-14T15:03:59.530Z Checking crossbeam-channel v0.5.15
23292026-05-14T15:03:59.541Z Checking is-terminal v0.4.12
23302026-05-14T15:03:59.588Z Checking sync_wrapper v1.0.1
23312026-05-14T15:03:59.621Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
23322026-05-14T15:03:59.651Z Checking parking v2.2.0
23332026-05-14T15:03:59.672Z Checking dyn-clone v1.0.4
23342026-05-14T15:03:59.683Z Checking semver v1.0.28
23352026-05-14T15:03:59.759Z Checking term v1.1.0
23362026-05-14T15:03:59.854Z Compiling serde_derive v1.0.228
23372026-05-14T15:03:59.854Z Compiling zerofrom-derive v0.1.5
23382026-05-14T15:03:59.871Z Compiling tokio-macros v2.7.0
23392026-05-14T15:03:59.877Z Compiling yoke-derive v0.7.5
23402026-05-14T15:03:59.877Z Compiling zerovec-derive v0.10.3
23412026-05-14T15:03:59.974Z Compiling futures-macro v0.3.32
23422026-05-14T15:04:00.034Z Compiling displaydoc v0.2.5
23432026-05-14T15:04:00.614Z Checking tokio v1.52.3
23442026-05-14T15:04:00.791Z Compiling icu_provider_macros v1.5.0
23452026-05-14T15:04:00.795Z Checking futures-util v0.3.32
23462026-05-14T15:04:00.900Z Compiling thiserror-impl v2.0.18
23472026-05-14T15:04:00.909Z Compiling async-stream-impl v0.3.6
23482026-05-14T15:04:01.038Z Checking zerofrom v0.1.5
23492026-05-14T15:04:01.151Z Checking yoke v0.7.5
23502026-05-14T15:04:01.329Z Checking zerovec v0.10.4
23512026-05-14T15:04:01.371Z Compiling schemars_derive v0.8.22
23522026-05-14T15:04:01.534Z Checking spin v0.9.8
23532026-05-14T15:04:01.641Z Checking cpufeatures v0.3.0
23542026-05-14T15:04:01.709Z Checking fastrand v2.1.1
23552026-05-14T15:04:01.889Z Checking take_mut v0.2.2
23562026-05-14T15:04:01.988Z Checking cpufeatures v0.2.17
23572026-05-14T15:04:01.995Z Checking tinystr v0.7.6
23582026-05-14T15:04:02.053Z Checking icu_collections v1.5.0
23592026-05-14T15:04:02.123Z Checking thiserror v2.0.18
23602026-05-14T15:04:02.163Z Checking icu_locid v1.5.0
23612026-05-14T15:04:02.215Z Checking sha1 v0.10.6
23622026-05-14T15:04:02.363Z Checking tempfile v3.27.0
23632026-05-14T15:04:02.363Z Checking sha1 v0.11.0
23642026-05-14T15:04:02.508Z Checking serde v1.0.228
23652026-05-14T15:04:02.548Z Checking async-stream v0.3.6
23662026-05-14T15:04:02.576Z Checking icu_provider v1.5.0
23672026-05-14T15:04:02.586Z Compiling async-trait v0.1.89
23682026-05-14T15:04:02.659Z Checking futures-executor v0.3.32
23692026-05-14T15:04:02.666Z Checking multer v3.1.0
23702026-05-14T15:04:02.801Z Checking futures v0.3.32
23712026-05-14T15:04:02.862Z Checking icu_locid_transform v1.5.0
23722026-05-14T15:04:02.862Z Checking event-listener v5.0.0
23732026-05-14T15:04:02.872Z Compiling mime_guess v2.0.5
23742026-05-14T15:04:02.892Z Checking erased-serde v0.3.31
23752026-05-14T15:04:03.012Z Checking chrono v0.4.44
23762026-05-14T15:04:03.060Z Compiling serde_tokenstream v0.2.3
23772026-05-14T15:04:03.264Z Checking slog v2.8.2
23782026-05-14T15:04:03.324Z Checking icu_properties v1.5.1
23792026-05-14T15:04:03.342Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23802026-05-14T15:04:03.384Z Checking openapiv3 v2.2.0
23812026-05-14T15:04:03.518Z Checking slog-json v2.6.1
23822026-05-14T15:04:03.529Z Checking slog-async v2.8.0
23832026-05-14T15:04:03.602Z Checking tokio-util v0.7.18
23842026-05-14T15:04:03.670Z Checking slog-bunyan v2.5.0
23852026-05-14T15:04:03.694Z Checking tower v0.5.2
23862026-05-14T15:04:03.777Z Checking async-compression v0.4.42
23872026-05-14T15:04:03.851Z Checking slog-term v2.9.2
23882026-05-14T15:04:04.006Z Checking h2 v0.4.6
23892026-05-14T15:04:04.017Z Checking schemars v0.8.22
23902026-05-14T15:04:04.064Z Checking serde_urlencoded v0.7.1
23912026-05-14T15:04:04.100Z Checking camino v1.2.2
23922026-05-14T15:04:04.261Z Checking rand v0.9.2
23932026-05-14T15:04:04.339Z Checking rustix v0.38.44
23942026-05-14T15:04:04.620Z Checking waitgroup v0.1.2
23952026-05-14T15:04:04.656Z Checking serde_path_to_error v0.1.20
23962026-05-14T15:04:04.673Z Checking icu_normalizer v1.5.0
23972026-05-14T15:04:04.705Z Checking rustls-pemfile v2.2.0
23982026-05-14T15:04:04.714Z Checking hostname v0.4.2
23992026-05-14T15:04:04.803Z Checking data-encoding v2.4.0
24002026-05-14T15:04:04.843Z Checking unicode-segmentation v1.10.0
24012026-05-14T15:04:04.933Z Checking lazy_static v1.5.0
24022026-05-14T15:04:04.957Z Checking debug-ignore v1.0.5
24032026-05-14T15:04:05.039Z Checking unicode-width v0.1.9
24042026-05-14T15:04:05.040Z Checking iri-string v0.7.8
24052026-05-14T15:04:05.050Z Checking idna_adapter v1.2.0
24062026-05-14T15:04:05.060Z Checking tungstenite v0.29.0
24072026-05-14T15:04:05.110Z Checking console v0.15.7
24082026-05-14T15:04:05.128Z Checking newline-converter v0.3.0
24092026-05-14T15:04:05.146Z Checking idna v1.0.3
24102026-05-14T15:04:05.218Z Checking atomicwrites v0.4.4
24112026-05-14T15:04:05.323Z Checking event-listener-strategy v0.5.4
24122026-05-14T15:04:05.334Z Checking target-triple v1.0.0
24132026-05-14T15:04:05.356Z Checking yasna v0.5.2
24142026-05-14T15:04:05.394Z Checking url v2.5.4
24152026-05-14T15:04:05.445Z Checking pem v3.0.6
24162026-05-14T15:04:05.465Z Checking termcolor v1.1.2
24172026-05-14T15:04:05.541Z Checking glob v0.3.0
24182026-05-14T15:04:05.602Z Checking similar v2.2.1
24192026-05-14T15:04:05.713Z Checking trybuild v1.0.116
24202026-05-14T15:04:05.768Z Checking tokio-tungstenite v0.29.0
24212026-05-14T15:04:05.802Z Checking async-channel v2.5.0
24222026-05-14T15:04:05.838Z Checking hyper v1.9.0
24232026-05-14T15:04:05.947Z Checking expectorate v1.2.0
24242026-05-14T15:04:05.967Z Checking anyhow v1.0.102
24252026-05-14T15:04:06.000Z Checking buf-list v1.1.2
24262026-05-14T15:04:06.006Z Checking subprocess v1.1.0
24272026-05-14T15:04:06.070Z Checking tower-http v0.6.8
24282026-05-14T15:04:06.159Z Checking heck v0.5.0
24292026-05-14T15:04:06.730Z Checking hyper-util v0.1.20
24302026-05-14T15:04:08.966Z Documenting dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24312026-05-14T15:04:11.710Z Compiling aws-lc-rs v1.16.3
24322026-05-14T15:04:11.726Z Compiling rustls v0.23.40
24332026-05-14T15:04:12.742Z Checking rustls-webpki v0.103.13
24342026-05-14T15:04:12.742Z Checking rcgen v0.14.7
24352026-05-14T15:04:14.904Z Checking tokio-rustls v0.26.4
24362026-05-14T15:04:14.904Z Checking rustls-platform-verifier v0.6.2
24372026-05-14T15:04:15.085Z Checking hyper-rustls v0.27.9
24382026-05-14T15:04:15.090Z Documenting dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
24392026-05-14T15:04:15.257Z Checking reqwest v0.13.3
24402026-05-14T15:04:16.412Zwarning: unresolved link to `Query`
24412026-05-14T15:04:16.412Z --> dropshot/src/extractor/header.rs:27:29
24422026-05-14T15:04:16.412Z |
24432026-05-14T15:04:16.412Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
24442026-05-14T15:04:16.412Z | ^^^^^ no item named `Query` in scope
24452026-05-14T15:04:16.412Z |
24462026-05-14T15:04:16.412Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
24472026-05-14T15:04:16.412Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
24482026-05-14T15:04:16.412Z
24492026-05-14T15:04:16.412Zwarning: unresolved link to `Path`
24502026-05-14T15:04:16.412Z --> dropshot/src/extractor/header.rs:27:43
24512026-05-14T15:04:16.412Z |
24522026-05-14T15:04:16.412Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
24532026-05-14T15:04:16.412Z | ^^^^ no item named `Path` in scope
24542026-05-14T15:04:16.413Z |
24552026-05-14T15:04:16.413Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
24562026-05-14T15:04:16.413Z
24572026-05-14T15:04:16.680Zwarning: `dropshot` (lib doc) generated 2 warnings
24582026-05-14T15:04:20.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.62s
24592026-05-14T15:04:20.428Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
24602026-05-14T15:04:20.443Z
24612026-05-14T15:04:20.448Zreal 25.666407275
24622026-05-14T15:04:20.448Zuser 1:42.981063116
24632026-05-14T15:04:20.448Zsys 29.043563589
24642026-05-14T15:04:20.448Ztrap 0.046599827
24652026-05-14T15:04:20.448Ztflt 0.007601647
24662026-05-14T15:04:20.448Zdflt 0.054162126
24672026-05-14T15:04:20.448Zkflt 0.000078701
24682026-05-14T15:04:20.448Zlock 4:39.580828639
24692026-05-14T15:04:20.448Zslp 5:08.454585376
24702026-05-14T15:04:20.448Zlat 3.993735321
24712026-05-14T15:04:20.448Zstop 14.140172956
24722026-05-14T15:04:20.448Zprocess exited: duration 238986 ms, exit code 0
 
24732026-05-14T15:04:20.455Zfound 0 output files