01KPCYZC72P9PQMVT8DG7V3STK: build-and-test / illumos

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

Buildomat Job: 01KPCYZKXJ8861AXJ8SSJHKGPV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-17T05:36:21.934Zjob assigned to worker 01KPCYZQ6RFHGAK03NV0DYD50Z [factory aws, i-0c763eb9097b991ce] (queued for 58 s)
 
22026-04-17T05:36:28.934Zstarting task 0: "setup"
32026-04-17T05:36:28.938Z++ uname -s
42026-04-17T05:36:28.941Z+ kern=SunOS
52026-04-17T05:36:28.941Z+ build_user=build
62026-04-17T05:36:28.941Z+ build_uid=12345
72026-04-17T05:36:28.941Z+ work_dir=/work
82026-04-17T05:36:28.941Z+ input_dir=/input
92026-04-17T05:36:28.941Z+ [[ 0 == 12345 ]]
102026-04-17T05:36:28.941Z+ case "$kern" in
112026-04-17T05:36:28.941Z+ groupadd -g 12345 build
122026-04-17T05:36:28.945Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-17T05:36:30.948Z+ zfs create -o mountpoint=/work rpool/work
142026-04-17T05:36:31.056Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-17T05:36:31.059Z+ home_fs=zfs
162026-04-17T05:36:31.060Z+ [[ zfs == autofs ]]
172026-04-17T05:36:31.060Z+ mkdir -p /home/build
182026-04-17T05:36:31.060Z+ chown build:build /home/build /work
192026-04-17T05:36:33.060Z+ chmod 0700 /home/build /work
202026-04-17T05:36:33.064Zprocess exited: duration 4130 ms, exit code 0
 
212026-04-17T05:36:33.071Zstarting task 1: "rust-toolchain"
222026-04-17T05:36:33.075Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-17T05:36:33.075Z * rust toolchain channel = "stable"
242026-04-17T05:36:33.075Z * rust toolchain profile = "default"
252026-04-17T05:36:33.076Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-17T05:36:33.076Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-17T05:36:33.076Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-17T05:36:33.079Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-17T05:36:33.079Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-17T05:36:33.196Zinfo: downloading installer
312026-04-17T05:36:34.545Zwarn: It looks like you have an existing installation of Rust at:
322026-04-17T05:36:34.545Zwarn: /opt/ooce/bin
332026-04-17T05:36:34.545Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-17T05:36:34.545Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-17T05:36:34.546Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-17T05:36:34.546Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-17T05:36:34.546Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-17T05:36:34.546Zerror: cannot install while Rust is installed
392026-04-17T05:36:34.546Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-17T05:36:34.546Zwarn: It looks like you have an existing rustup settings file at:
412026-04-17T05:36:34.546Zwarn: /home/build/.rustup/settings.toml
422026-04-17T05:36:34.546Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-17T05:36:34.546Zwarn: instead of the one inferred from the default host triple.
442026-04-17T05:36:34.560Zinfo: profile set to default
452026-04-17T05:36:34.560Zinfo: default host triple is x86_64-unknown-illumos
462026-04-17T05:36:34.566Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-17T05:36:34.688Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-04-17T05:36:34.691Zinfo: downloading 6 components
492026-04-17T05:36:49.132Z
502026-04-17T05:36:49.132Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-04-17T05:36:49.165Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-04-17T05:36:49.165Z
532026-04-17T05:36:49.165Z
542026-04-17T05:36:49.165ZRust is installed now. Great!
552026-04-17T05:36:49.165Z
562026-04-17T05:36:49.165ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-17T05:36:49.165Zenvironment variable. This has not been done automatically.
582026-04-17T05:36:49.165Z
592026-04-17T05:36:49.165ZTo configure your current shell, you need to source
602026-04-17T05:36:49.165Zthe corresponding env file under $HOME/.cargo.
612026-04-17T05:36:49.165Z
622026-04-17T05:36:49.165ZThis is usually done by running one of the following (note the leading DOT):
632026-04-17T05:36:49.166Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-17T05:36:49.166Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-17T05:36:49.166Zsource "~/.cargo/env.nu" # For nushell
662026-04-17T05:36:49.166Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-17T05:36:49.166Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-17T05:36:49.166Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-17T05:36:49.169Zwarn: no default linker (`cc`) was found in your PATH
702026-04-17T05:36:49.169Zwarn: many Rust crates require a system C toolchain to build
712026-04-17T05:36:49.259Z+ rustup --version
722026-04-17T05:36:49.268Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-04-17T05:36:49.271Zrustup 1.29.0 (28d1352db 2026-03-05)
742026-04-17T05:36:49.290Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-04-17T05:36:49.294Z+ cargo --version
762026-04-17T05:36:49.307Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-04-17T05:36:49.310Z+ rustc --version
782026-04-17T05:36:49.329Zrustc 1.95.0 (59807616e 2026-04-14)
792026-04-17T05:36:49.333Zprocess exited: duration 16258 ms, exit code 0
 
802026-04-17T05:36:49.340Zstarting task 2: "authentication"
812026-04-17T05:36:49.358Zprocess exited: duration 17 ms, exit code 0
 
822026-04-17T05:36:49.365Zstarting task 3: "clone repository"
832026-04-17T05:36:49.368Z+ mkdir -p /work/oxidecomputer/dropshot
842026-04-17T05:36:49.371Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
852026-04-17T05:36:49.403ZCloning into '/work/oxidecomputer/dropshot'...
862026-04-17T05:36:50.254Z+ cd /work/oxidecomputer/dropshot
872026-04-17T05:36:50.254Z+ git fetch origin 8af3b464bc984a99d85f20b3bb7ff459f3d5e4d7
882026-04-17T05:36:50.505ZFrom https://github.com/oxidecomputer/dropshot
892026-04-17T05:36:50.506Z * branch 8af3b464bc984a99d85f20b3bb7ff459f3d5e4d7 -> FETCH_HEAD
902026-04-17T05:36:50.511Z+ [[ -n renovate/rust-1.x ]]
912026-04-17T05:36:50.514Z++ git branch --show-current
922026-04-17T05:36:50.514Z+ current=main
932026-04-17T05:36:50.514Z+ [[ main != renovate/rust-1.x ]]
942026-04-17T05:36:50.514Z+ git branch -f renovate/rust-1.x 8af3b464bc984a99d85f20b3bb7ff459f3d5e4d7
952026-04-17T05:36:50.518Z+ git checkout -f renovate/rust-1.x
962026-04-17T05:36:50.530ZSwitched to branch 'renovate/rust-1.x'
972026-04-17T05:36:50.533Z+ git reset --hard 8af3b464bc984a99d85f20b3bb7ff459f3d5e4d7
982026-04-17T05:36:50.537ZHEAD is now at 8af3b46 Update dependency rust to v1.95.0
992026-04-17T05:36:50.537Zprocess exited: duration 1170 ms, exit code 0
 
1002026-04-17T05:36:50.543Zstarting task 4: "build"
1012026-04-17T05:36:50.547Z+ cargo --version
1022026-04-17T05:36:50.552Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1032026-04-17T05:36:50.699Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1042026-04-17T05:36:50.702Zinfo: downloading 6 components
1052026-04-17T05:37:05.124Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1062026-04-17T05:37:05.128Z+ rustc --version
1072026-04-17T05:37:05.151Zrustc 1.95.0 (59807616e 2026-04-14)
1082026-04-17T05:37:05.155Z+ banner build
1092026-04-17T05:37:05.159Z
1102026-04-17T05:37:05.159Z ##### # # # # #####
1112026-04-17T05:37:05.160Z # # # # # # # #
1122026-04-17T05:37:05.160Z ##### # # # # # #
1132026-04-17T05:37:05.160Z # # # # # # # #
1142026-04-17T05:37:05.160Z # # # # # # # #
1152026-04-17T05:37:05.160Z ##### #### # ###### #####
1162026-04-17T05:37:05.160Z
1172026-04-17T05:37:05.160Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1182026-04-17T05:37:05.235Z Updating crates.io index
1192026-04-17T05:37:07.152Z Downloading crates ...
1202026-04-17T05:37:07.208Z Downloaded adler2 v2.0.1
1212026-04-17T05:37:07.212Z Downloaded block-buffer v0.12.0
1222026-04-17T05:37:07.216Z Downloaded compression-core v0.4.31
1232026-04-17T05:37:07.220Z Downloaded http-range v0.1.4
1242026-04-17T05:37:07.220Z Downloaded asn1-rs-derive v0.6.0
1252026-04-17T05:37:07.226Z Downloaded futures-io v0.3.32
1262026-04-17T05:37:07.230Z Downloaded lru-slab v0.1.2
1272026-04-17T05:37:07.233Z Downloaded futures-executor v0.3.32
1282026-04-17T05:37:07.233Z Downloaded data-encoding v2.4.0
1292026-04-17T05:37:07.233Z Downloaded async-channel v2.5.0
1302026-04-17T05:37:07.237Z Downloaded asn1-rs v0.7.1
1312026-04-17T05:37:07.241Z Downloaded futures-channel v0.3.32
1322026-04-17T05:37:07.245Z Downloaded asn1-rs-impl v0.2.0
1332026-04-17T05:37:07.245Z Downloaded anyhow v1.0.102
1342026-04-17T05:37:07.245Z Downloaded serde_spanned v1.1.1
1352026-04-17T05:37:07.249Z Downloaded http v1.4.0
1362026-04-17T05:37:07.249Z Downloaded hybrid-array v0.4.8
1372026-04-17T05:37:07.253Z Downloaded num_threads v0.1.3
1382026-04-17T05:37:07.253Z Downloaded futures-core v0.3.32
1392026-04-17T05:37:07.253Z Downloaded futures v0.3.32
1402026-04-17T05:37:07.256Z Downloaded rustc-hash v2.0.0
1412026-04-17T05:37:07.260Z Downloaded sha1 v0.11.0
1422026-04-17T05:37:07.260Z Downloaded ppv-lite86 v0.2.15
1432026-04-17T05:37:07.260Z Downloaded icu_provider_macros v1.5.0
1442026-04-17T05:37:07.260Z Downloaded atomic-waker v1.1.2
1452026-04-17T05:37:07.264Z Downloaded fnv v1.0.7
1462026-04-17T05:37:07.264Z Downloaded atomicwrites v0.4.4
1472026-04-17T05:37:07.264Z Downloaded idna_adapter v1.2.0
1482026-04-17T05:37:07.264Z Downloaded digest v0.10.7
1492026-04-17T05:37:07.268Z Downloaded scroll_derive v0.13.1
1502026-04-17T05:37:07.268Z Downloaded compression-codecs v0.4.37
1512026-04-17T05:37:07.272Z Downloaded pin-project-lite v0.2.12
1522026-04-17T05:37:07.272Z Downloaded rand_core v0.6.3
1532026-04-17T05:37:07.276Z Downloaded async-trait v0.1.89
1542026-04-17T05:37:07.276Z Downloaded hyper-rustls v0.27.3
1552026-04-17T05:37:07.279Z Downloaded pem v3.0.6
1562026-04-17T05:37:07.280Z Downloaded schemars_derive v0.8.22
1572026-04-17T05:37:07.283Z Downloaded hostname v0.4.2
1582026-04-17T05:37:07.283Z Downloaded pest_derive v2.8.1
1592026-04-17T05:37:07.283Z Downloaded multer v3.1.0
1602026-04-17T05:37:07.287Z Downloaded mime_guess v2.0.5
1612026-04-17T05:37:07.287Z Downloaded rustversion v1.0.22
1622026-04-17T05:37:07.290Z Downloaded httpdate v1.0.1
1632026-04-17T05:37:07.291Z Downloaded match_cfg v0.1.0
1642026-04-17T05:37:07.291Z Downloaded dyn-clone v1.0.4
1652026-04-17T05:37:07.291Z Downloaded http-body v1.0.1
1662026-04-17T05:37:07.295Z Downloaded fastrand v2.1.1
1672026-04-17T05:37:07.295Z Downloaded futures-macro v0.3.32
1682026-04-17T05:37:07.295Z Downloaded simd-adler32 v0.3.7
1692026-04-17T05:37:07.299Z Downloaded rusticata-macros v4.1.0
1702026-04-17T05:37:07.299Z Downloaded heck v0.5.0
1712026-04-17T05:37:07.299Z Downloaded crypto-common v0.1.6
1722026-04-17T05:37:07.299Z Downloaded litemap v0.7.4
1732026-04-17T05:37:07.303Z Downloaded dtrace-parser v0.3.0
1742026-04-17T05:37:07.303Z Downloaded schema v0.1.0
1752026-04-17T05:37:07.303Z Downloaded itoa v1.0.1
1762026-04-17T05:37:07.303Z Downloaded hyper-tls v0.6.0
1772026-04-17T05:37:07.303Z Downloaded cpufeatures v0.2.17
1782026-04-17T05:37:07.307Z Downloaded crypto-common v0.2.1
1792026-04-17T05:37:07.307Z Downloaded openssl-probe v0.1.4
1802026-04-17T05:37:07.308Z Downloaded foreign-types-shared v0.1.1
1812026-04-17T05:37:07.308Z Downloaded icu_provider v1.5.0
1822026-04-17T05:37:07.312Z Downloaded memmap2 v0.9.8
1832026-04-17T05:37:07.312Z Downloaded lock_api v0.4.6
1842026-04-17T05:37:07.312Z Downloaded event-listener-strategy v0.5.4
1852026-04-17T05:37:07.312Z Downloaded errno v0.3.10
1862026-04-17T05:37:07.316Z Downloaded rustls-pemfile v2.2.0
1872026-04-17T05:37:07.316Z Downloaded rand_chacha v0.3.1
1882026-04-17T05:37:07.316Z Downloaded ipnet v2.10.0
1892026-04-17T05:37:07.317Z Downloaded cfg-if v1.0.0
1902026-04-17T05:37:07.320Z Downloaded futures-task v0.3.32
1912026-04-17T05:37:07.320Z Downloaded hostname v0.3.1
1922026-04-17T05:37:07.320Z Downloaded async-stream-impl v0.3.6
1932026-04-17T05:37:07.320Z Downloaded camino v1.2.2
1942026-04-17T05:37:07.324Z Downloaded scopeguard v1.2.0
1952026-04-17T05:37:07.324Z Downloaded plain v0.2.3
1962026-04-17T05:37:07.324Z Downloaded serde_urlencoded v0.7.1
1972026-04-17T05:37:07.327Z Downloaded openssl-macros v0.1.1
1982026-04-17T05:37:07.327Z Downloaded parking v2.2.0
1992026-04-17T05:37:07.327Z Downloaded sha1 v0.10.6
2002026-04-17T05:37:07.327Z Downloaded lazy_static v1.5.0
2012026-04-17T05:37:07.332Z Downloaded block-buffer v0.10.2
2022026-04-17T05:37:07.332Z Downloaded newline-converter v0.3.0
2032026-04-17T05:37:07.332Z Downloaded futures-sink v0.3.32
2042026-04-17T05:37:07.332Z Downloaded mime v0.3.16
2052026-04-17T05:37:07.335Z Downloaded powerfmt v0.2.0
2062026-04-17T05:37:07.335Z Downloaded pretty-hex v0.4.1
2072026-04-17T05:37:07.335Z Downloaded cpufeatures v0.3.0
2082026-04-17T05:37:07.335Z Downloaded dof v0.4.0
2092026-04-17T05:37:07.338Z Downloaded http-body-util v0.1.3
2102026-04-17T05:37:07.338Z Downloaded getrandom v0.3.4
2112026-04-17T05:37:07.342Z Downloaded equivalent v1.0.0
2122026-04-17T05:37:07.342Z Downloaded simple-mermaid v0.2.0
2132026-04-17T05:37:07.342Z Downloaded async-stream v0.3.6
2142026-04-17T05:37:07.345Z Downloaded form_urlencoded v1.2.2
2152026-04-17T05:37:07.345Z Downloaded schema-derive v0.1.0
2162026-04-17T05:37:07.346Z Downloaded crossbeam-utils v0.8.21
2172026-04-17T05:37:07.349Z Downloaded bytes v1.11.1
2182026-04-17T05:37:07.349Z Downloaded hyper-rustls v0.26.0
2192026-04-17T05:37:07.353Z Downloaded is-terminal v0.4.12
2202026-04-17T05:37:07.353Z Downloaded foreign-types v0.3.2
2212026-04-17T05:37:07.353Z Downloaded num-conv v0.2.0
2222026-04-17T05:37:07.353Z Downloaded autocfg v1.1.0
2232026-04-17T05:37:07.362Z Downloaded percent-encoding v2.3.2
2242026-04-17T05:37:07.365Z Downloaded stable_deref_trait v1.2.0
2252026-04-17T05:37:07.365Z Downloaded slog-bunyan v2.5.0
2262026-04-17T05:37:07.365Z Downloaded sync_wrapper v1.0.1
2272026-04-17T05:37:07.365Z Downloaded subtle v2.5.0
2282026-04-17T05:37:07.369Z Downloaded target-triple v1.0.0
2292026-04-17T05:37:07.369Z Downloaded take_mut v0.2.2
2302026-04-17T05:37:07.369Z Downloaded generic-array v0.14.5
2312026-04-17T05:37:07.373Z Downloaded buf-list v1.1.2
2322026-04-17T05:37:07.373Z Downloaded thread_local v1.1.4
2332026-04-17T05:37:07.373Z Downloaded iana-time-zone v0.1.47
2342026-04-17T05:37:07.377Z Downloaded time-core v0.1.8
2352026-04-17T05:37:07.380Z Downloaded rustls-pki-types v1.14.0
2362026-04-17T05:37:07.381Z Downloaded tinyvec_macros v0.1.0
2372026-04-17T05:37:07.381Z Downloaded thread-id v5.0.0
2382026-04-17T05:37:07.385Z Downloaded tokio-macros v2.7.0
2392026-04-17T05:37:07.385Z Downloaded tower-layer v0.3.3
2402026-04-17T05:37:07.385Z Downloaded tower-service v0.3.3
2412026-04-17T05:37:07.385Z Downloaded glob v0.3.0
2422026-04-17T05:37:07.388Z Downloaded log v0.4.17
2432026-04-17T05:37:07.388Z Downloaded hyper-staticfile v0.10.1
2442026-04-17T05:37:07.392Z Downloaded debug-ignore v1.0.5
2452026-04-17T05:37:07.392Z Downloaded digest v0.11.2
2462026-04-17T05:37:07.392Z Downloaded num-integer v0.1.46
2472026-04-17T05:37:07.396Z Downloaded displaydoc v0.2.5
2482026-04-17T05:37:07.396Z Downloaded serde_path_to_error v0.1.20
2492026-04-17T05:37:07.396Z Downloaded rand_chacha v0.9.0
2502026-04-17T05:37:07.400Z Downloaded oid-registry v0.8.1
2512026-04-17T05:37:07.404Z Downloaded try-lock v0.2.3
2522026-04-17T05:37:07.404Z Downloaded signal-hook-registry v1.4.0
2532026-04-17T05:37:07.404Z Downloaded shlex v1.3.0
2542026-04-17T05:37:07.404Z Downloaded byteorder v1.4.3
2552026-04-17T05:37:07.409Z Downloaded sha2 v0.10.8
2562026-04-17T05:37:07.409Z Downloaded paste v1.0.15
2572026-04-17T05:37:07.409Z Downloaded slab v0.4.9
2582026-04-17T05:37:07.414Z Downloaded untrusted v0.9.0
2592026-04-17T05:37:07.418Z Downloaded scroll v0.13.0
2602026-04-17T05:37:07.418Z Downloaded icu_locid_transform v1.5.0
2612026-04-17T05:37:07.418Z Downloaded slog-json v2.6.1
2622026-04-17T05:37:07.423Z Downloaded getrandom v0.2.11
2632026-04-17T05:37:07.423Z Downloaded crc32fast v1.5.0
2642026-04-17T05:37:07.423Z Downloaded quinn-udp v0.5.5
2652026-04-17T05:37:07.427Z Downloaded quote v1.0.45
2662026-04-17T05:37:07.427Z Downloaded pkg-config v0.3.31
2672026-04-17T05:37:07.427Z Downloaded utf16_iter v1.0.5
2682026-04-17T05:37:07.427Z Downloaded usdt-macro v0.6.0
2692026-04-17T05:37:07.427Z Downloaded usdt-attr-macro v0.6.0
2702026-04-17T05:37:07.431Z Downloaded utf-8 v0.7.6
2712026-04-17T05:37:07.431Z Downloaded slog-async v2.8.0
2722026-04-17T05:37:07.431Z Downloaded usdt v0.6.0
2732026-04-17T05:37:07.435Z Downloaded version_check v0.9.5
2742026-04-17T05:37:07.438Z Downloaded pest_meta v2.8.1
2752026-04-17T05:37:07.445Z Downloaded serde_tokenstream v0.2.3
2762026-04-17T05:37:07.445Z Downloaded pest_generator v2.8.1
2772026-04-17T05:37:07.445Z Downloaded thiserror v1.0.69
2782026-04-17T05:37:07.445Z Downloaded yoke-derive v0.7.5
2792026-04-17T05:37:07.445Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2802026-04-17T05:37:07.448Z Downloaded zerofrom v0.1.5
2812026-04-17T05:37:07.449Z Downloaded tinystr v0.7.6
2822026-04-17T05:37:07.449Z Downloaded time-macros v0.2.27
2832026-04-17T05:37:07.449Z Downloaded tokio-native-tls v0.3.1
2842026-04-17T05:37:07.452Z Downloaded zerofrom-derive v0.1.5
2852026-04-17T05:37:07.452Z Downloaded schemars v0.8.22
2862026-04-17T05:37:07.456Z Downloaded deranged v0.5.5
2872026-04-17T05:37:07.460Z Downloaded console v0.15.7
2882026-04-17T05:37:07.460Z Downloaded minimal-lexical v0.2.1
2892026-04-17T05:37:07.464Z Downloaded semver v1.0.28
2902026-04-17T05:37:07.464Z Downloaded rustls-native-certs v0.7.0
2912026-04-17T05:37:07.468Z Downloaded httparse v1.10.0
2922026-04-17T05:37:07.468Z Downloaded icu_locid_transform_data v1.5.0
2932026-04-17T05:37:07.468Z Downloaded unicase v2.6.0
2942026-04-17T05:37:07.468Z Downloaded erased-serde v0.3.31
2952026-04-17T05:37:07.473Z Downloaded rand_core v0.9.5
2962026-04-17T05:37:07.473Z Downloaded concurrent-queue v2.5.0
2972026-04-17T05:37:07.473Z Downloaded toml_writer v1.1.1+spec-1.1.0
2982026-04-17T05:37:07.473Z Downloaded num-traits v0.2.14
2992026-04-17T05:37:07.477Z Downloaded unicode-width v0.1.9
3002026-04-17T05:37:07.477Z Downloaded bitflags v2.11.0
3012026-04-17T05:37:07.481Z Downloaded tokio-tungstenite v0.24.0
3022026-04-17T05:37:07.481Z Downloaded icu_properties v1.5.1
3032026-04-17T05:37:07.481Z Downloaded usdt-impl v0.6.0
3042026-04-17T05:37:07.484Z Downloaded spin v0.9.8
3052026-04-17T05:37:07.484Z Downloaded tempfile v3.27.0
3062026-04-17T05:37:07.487Z Downloaded smallvec v1.13.2
3072026-04-17T05:37:07.487Z Downloaded native-tls v0.2.12
3082026-04-17T05:37:07.490Z Downloaded slog-term v2.9.2
3092026-04-17T05:37:07.490Z Downloaded once_cell v1.20.1
3102026-04-17T05:37:07.490Z Downloaded base64 v0.22.1
3112026-04-17T05:37:07.494Z Downloaded zeroize v1.7.0
3122026-04-17T05:37:07.494Z Downloaded getrandom v0.4.1
3132026-04-17T05:37:07.497Z Downloaded utf8_iter v1.0.4
3142026-04-17T05:37:07.497Z Downloaded thiserror v2.0.18
3152026-04-17T05:37:07.500Z Downloaded yoke v0.7.5
3162026-04-17T05:37:07.500Z Downloaded icu_normalizer_data v1.5.0
3172026-04-17T05:37:07.503Z Downloaded term v1.1.0
3182026-04-17T05:37:07.503Z Downloaded icu_locid v1.5.0
3192026-04-17T05:37:07.508Z Downloaded similar v2.2.1
3202026-04-17T05:37:07.512Z Downloaded zerovec-derive v0.10.3
3212026-04-17T05:37:07.512Z Downloaded trybuild v1.0.116
3222026-04-17T05:37:07.515Z Downloaded socket2 v0.5.9
3232026-04-17T05:37:07.515Z Downloaded slog v2.8.2
3242026-04-17T05:37:07.519Z Downloaded tokio-rustls v0.26.0
3252026-04-17T05:37:07.519Z Downloaded serde_derive v1.0.228
3262026-04-17T05:37:07.523Z Downloaded der-parser v10.0.0
3272026-04-17T05:37:07.523Z Downloaded tinyvec v1.5.1
3282026-04-17T05:37:07.527Z Downloaded proc-macro2 v1.0.106
3292026-04-17T05:37:07.527Z Downloaded parking_lot v0.12.1
3302026-04-17T05:37:07.527Z Downloaded toml_parser v1.1.2+spec-1.1.0
3312026-04-17T05:37:07.531Z Downloaded zmij v1.0.2
3322026-04-17T05:37:07.531Z Downloaded tokio-rustls v0.25.0
3332026-04-17T05:37:07.534Z Downloaded event-listener v5.0.0
3342026-04-17T05:37:07.534Z Downloaded icu_normalizer v1.5.0
3352026-04-17T05:37:07.534Z Downloaded const-oid v0.10.2
3362026-04-17T05:37:07.538Z Downloaded unicode-ident v1.0.12
3372026-04-17T05:37:07.538Z Downloaded ucd-trie v0.1.6
3382026-04-17T05:37:07.542Z Downloaded tungstenite v0.24.0
3392026-04-17T05:37:07.542Z Downloaded tracing-core v0.1.32
3402026-04-17T05:37:07.546Z Downloaded thiserror-impl v2.0.18
3412026-04-17T05:37:07.546Z Downloaded subprocess v1.0.3
3422026-04-17T05:37:07.546Z Downloaded crossbeam-channel v0.5.15
3432026-04-17T05:37:07.550Z Downloaded write16 v1.0.0
3442026-04-17T05:37:07.550Z Downloaded want v0.3.0
3452026-04-17T05:37:07.550Z Downloaded waitgroup v0.1.2
3462026-04-17T05:37:07.553Z Downloaded icu_collections v1.5.0
3472026-04-17T05:37:07.554Z Downloaded thiserror-impl v1.0.69
3482026-04-17T05:37:07.557Z Downloaded yasna v0.5.2
3492026-04-17T05:37:07.557Z Downloaded ryu v1.0.5
3502026-04-17T05:37:07.558Z Downloaded rcgen v0.14.7
3512026-04-17T05:37:07.561Z Downloaded flate2 v1.1.9
3522026-04-17T05:37:07.561Z Downloaded termcolor v1.1.2
3532026-04-17T05:37:07.565Z Downloaded writeable v0.5.5
3542026-04-17T05:37:07.565Z Downloaded cc v1.2.16
3552026-04-17T05:37:07.569Z Downloaded url v2.5.4
3562026-04-17T05:37:07.569Z Downloaded miniz_oxide v0.8.9
3572026-04-17T05:37:07.569Z Downloaded async-compression v0.4.41
3582026-04-17T05:37:07.573Z Downloaded tracing v0.1.40
3592026-04-17T05:37:07.577Z Downloaded memchr v2.6.0
3602026-04-17T05:37:07.577Z Downloaded hyper-util v0.1.20
3612026-04-17T05:37:07.581Z Downloaded nom v7.1.3
3622026-04-17T05:37:07.585Z Downloaded synstructure v0.13.1
3632026-04-17T05:37:07.585Z Downloaded serde_derive_internals v0.29.0
3642026-04-17T05:37:07.585Z Downloaded openssl-sys v0.9.107
3652026-04-17T05:37:07.588Z Downloaded tower v0.5.2
3662026-04-17T05:37:07.592Z Downloaded uuid v1.23.0
3672026-04-17T05:37:07.596Z Downloaded socket2 v0.6.3
3682026-04-17T05:37:07.596Z Downloaded idna v1.0.3
3692026-04-17T05:37:07.600Z Downloaded serde_core v1.0.228
3702026-04-17T05:37:07.600Z Downloaded toml v1.1.2+spec-1.1.0
3712026-04-17T05:37:07.604Z Downloaded prettyplease v0.2.37
3722026-04-17T05:37:07.604Z Downloaded x509-parser v0.18.0
3732026-04-17T05:37:07.608Z Downloaded quinn v0.11.4
3742026-04-17T05:37:07.608Z Downloaded hashbrown v0.16.1
3752026-04-17T05:37:07.612Z Downloaded num-bigint v0.4.3
3762026-04-17T05:37:07.616Z Downloaded typenum v1.19.0
3772026-04-17T05:37:07.616Z Downloaded hyper v1.9.0
3782026-04-17T05:37:07.619Z Downloaded tower-http v0.6.8
3792026-04-17T05:37:07.623Z Downloaded rand v0.8.4
3802026-04-17T05:37:07.626Z Downloaded indexmap v2.13.1
3812026-04-17T05:37:07.630Z Downloaded zerovec v0.10.4
3822026-04-17T05:37:07.634Z Downloaded futures-util v0.3.32
3832026-04-17T05:37:07.638Z Downloaded rand v0.9.2
3842026-04-17T05:37:07.641Z Downloaded reqwest v0.12.28
3852026-04-17T05:37:07.645Z Downloaded chrono v0.4.44
3862026-04-17T05:37:07.649Z Downloaded h2 v0.4.6
3872026-04-17T05:37:07.652Z Downloaded goblin v0.10.1
3882026-04-17T05:37:07.656Z Downloaded zerocopy-derive v0.8.27
3892026-04-17T05:37:07.659Z Downloaded mio v1.2.0
3902026-04-17T05:37:07.663Z Downloaded serde v1.0.228
3912026-04-17T05:37:07.667Z Downloaded vcpkg v0.2.15
3922026-04-17T05:37:07.685Z Downloaded zerocopy v0.8.27
3932026-04-17T05:37:07.697Z Downloaded icu_properties_data v1.5.0
3942026-04-17T05:37:07.703Z Downloaded pest v2.8.1
3952026-04-17T05:37:07.707Z Downloaded iri-string v0.7.8
3962026-04-17T05:37:07.710Z Downloaded serde_json v1.0.149
3972026-04-17T05:37:07.714Z Downloaded unicode-segmentation v1.10.0
3982026-04-17T05:37:07.718Z Downloaded tokio-util v0.7.18
3992026-04-17T05:37:07.721Z Downloaded expectorate v1.2.0
4002026-04-17T05:37:07.721Z Downloaded parking_lot_core v0.9.4
4012026-04-17T05:37:07.727Z Downloaded portable-atomic v1.9.0
4022026-04-17T05:37:07.763Z Downloaded rustls-webpki v0.102.8
4032026-04-17T05:37:07.787Z Downloaded winnow v1.0.0
4042026-04-17T05:37:07.800Z Downloaded tokio v1.51.0
4052026-04-17T05:37:07.813Z Downloaded time v0.3.47
4062026-04-17T05:37:07.848Z Downloaded quinn-proto v0.11.14
4072026-04-17T05:37:07.886Z Downloaded webpki-roots v0.26.5
4082026-04-17T05:37:07.886Z Downloaded webpki-roots v1.0.0
4092026-04-17T05:37:07.886Z Downloaded openssl v0.10.72
4102026-04-17T05:37:07.886Z Downloaded encoding_rs v0.8.32
4112026-04-17T05:37:07.887Z Downloaded syn v2.0.117
4122026-04-17T05:37:07.887Z Downloaded rustls v0.22.4
4132026-04-17T05:37:07.887Z Downloaded openapiv3 v2.2.0
4142026-04-17T05:37:07.887Z Downloaded rustls v0.23.13
4152026-04-17T05:37:07.887Z Downloaded rustix v1.1.4
4162026-04-17T05:37:07.892Z Downloaded rustix v0.38.44
4172026-04-17T05:37:07.934Z Downloaded libc v0.2.184
4182026-04-17T05:37:07.982Z Downloaded ring v0.17.13
4192026-04-17T05:37:08.097Z Compiling proc-macro2 v1.0.106
4202026-04-17T05:37:08.097Z Compiling quote v1.0.45
4212026-04-17T05:37:08.097Z Compiling unicode-ident v1.0.12
4222026-04-17T05:37:08.097Z Compiling libc v0.2.184
4232026-04-17T05:37:08.098Z Compiling cfg-if v1.0.0
4242026-04-17T05:37:08.102Z Compiling itoa v1.0.1
4252026-04-17T05:37:08.102Z Compiling memchr v2.6.0
4262026-04-17T05:37:08.102Z Compiling serde_core v1.0.228
4272026-04-17T05:37:08.102Z 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`
4282026-04-17T05:37:08.102Z 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`
4292026-04-17T05:37:08.102Z 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`
4302026-04-17T05:37:08.102Z 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.184/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=cd7b916a60017e08 -C extra-filename=-0df784de9f3e2291 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-0df784de9f3e2291 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312026-04-17T05:37:08.102Z 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`
4322026-04-17T05:37:08.102Z 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`
4332026-04-17T05:37:08.102Z 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`
4342026-04-17T05:37:08.199Z 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`
4352026-04-17T05:37:08.255Z Compiling pin-project-lite v0.2.12
4362026-04-17T05:37:08.260Z 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`
4372026-04-17T05:37:08.305Z Compiling autocfg v1.1.0
4382026-04-17T05:37:08.310Z 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`
4392026-04-17T05:37:08.333Z Compiling shlex v1.3.0
4402026-04-17T05:37:08.340Z 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`
4412026-04-17T05:37:08.345Z Compiling bytes v1.11.1
4422026-04-17T05:37:08.345Z 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`
4432026-04-17T05:37:08.513Z Compiling cc v1.2.16
4442026-04-17T05:37:08.517Z 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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=61a64f5d048cdb75 -C extra-filename=-57bdafb08caef953 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-2618e594e96da3cf.rmeta --cap-lints allow`
4452026-04-17T05:37:08.556Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-4337ad271fd40c1a/build-script-build`
4462026-04-17T05:37:08.560Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-bbf5d710e61e9587/build-script-build`
4472026-04-17T05:37:08.560Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-08b7f7e5f475f59c/build-script-build`
4482026-04-17T05:37:08.583Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-0df784de9f3e2291/build-script-build`
4492026-04-17T05:37:08.590Z Compiling smallvec v1.13.2
4502026-04-17T05:37:08.594Z 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`
4512026-04-17T05:37:08.598Z Compiling futures-core v0.3.32
4522026-04-17T05:37:08.602Z 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`
4532026-04-17T05:37:08.607Z 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)'`
4542026-04-17T05:37:08.621Z 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.184/src/lib.rs --error-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=339d35e4ac455785 -C extra-filename=-6242361d0e12f4ed --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_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(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"))'`
4552026-04-17T05:37:08.741Z Compiling version_check v0.9.5
4562026-04-17T05:37:08.745Z 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`
4572026-04-17T05:37:08.791Z Compiling once_cell v1.20.1
4582026-04-17T05:37:08.795Z 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`
4592026-04-17T05:37:08.859Z 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)'`
4602026-04-17T05:37:08.926Z Compiling log v0.4.17
4612026-04-17T05:37:08.930Z 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`
4622026-04-17T05:37:08.989Z Compiling parking_lot_core v0.9.4
4632026-04-17T05:37:08.993Z 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`
4642026-04-17T05:37:08.997Z Compiling scopeguard v1.2.0
4652026-04-17T05:37:09.002Z 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`
4662026-04-17T05:37:09.018Z Compiling slab v0.4.9
4672026-04-17T05:37:09.022Z 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`
4682026-04-17T05:37:09.098Z Compiling lock_api v0.4.6
4692026-04-17T05:37:09.102Z 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`
4702026-04-17T05:37:09.106Z Compiling mio v1.2.0
4712026-04-17T05:37:09.110Z 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=51d19524e9918bb1 -C extra-filename=-b192edea5661689d --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-6242361d0e12f4ed.rmeta --cap-lints allow`
4722026-04-17T05:37:09.163Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-ec4d00d48a141c05/build-script-build`
4732026-04-17T05:37:09.176Z 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`
4742026-04-17T05:37:09.264Z 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)'`
4752026-04-17T05:37:09.268Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-ee863e1c9cb865bb/build-script-build`
4762026-04-17T05:37:09.275Z 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=520149f0594d2381 -C extra-filename=-c1d5bd0c093d198f --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-6242361d0e12f4ed.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-88a1f1fe0139468f.rmeta --cap-lints allow`
4772026-04-17T05:37:09.312Z Compiling socket2 v0.6.3
4782026-04-17T05:37:09.316Z 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=65e52804c112c609 -C extra-filename=-539b1d3105d98dea --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-6242361d0e12f4ed.rmeta --cap-lints allow`
4792026-04-17T05:37:09.374Z Compiling signal-hook-registry v1.4.0
4802026-04-17T05:37:09.378Z 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=a7655dc36e749089 -C extra-filename=-49a01be71e092c4d --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-6242361d0e12f4ed.rmeta --cap-lints allow`
4812026-04-17T05:37:09.548Z Compiling syn v2.0.117
4822026-04-17T05:37:09.552Z 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`
4832026-04-17T05:37:09.570Z Compiling parking_lot v0.12.1
4842026-04-17T05:37:09.575Z 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=8791f1ae250f906a -C extra-filename=-f939d58af2a05f0b --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-c1d5bd0c093d198f.rmeta --cap-lints allow`
4852026-04-17T05:37:09.586Z Compiling serde v1.0.228
4862026-04-17T05:37:09.591Z 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`
4872026-04-17T05:37:09.599Z Compiling futures-sink v0.3.32
4882026-04-17T05:37:09.603Z 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`
4892026-04-17T05:37:09.646Z Compiling zmij v1.0.2
4902026-04-17T05:37:09.650Z 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`
4912026-04-17T05:37:09.694Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-a6654b79549de8f3/build-script-build`
4922026-04-17T05:37:09.747Z Compiling getrandom v0.2.11
4932026-04-17T05:37:09.752Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.11/src/lib.rs --error-format=json --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("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=cb4c522603ae5b04 -C extra-filename=-92a6e5782de5d4b3 --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-6242361d0e12f4ed.rmeta --cap-lints allow`
4942026-04-17T05:37:09.766Z Compiling serde_json v1.0.149
4952026-04-17T05:37:09.771Z 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`
4962026-04-17T05:37:09.779Z 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`
4972026-04-17T05:37:09.904Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-884970a252e733b8/build-script-build`
4982026-04-17T05:37:09.937Z Compiling futures-channel v0.3.32
4992026-04-17T05:37:09.946Z 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`
5002026-04-17T05:37:09.946Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-392039b53fc0ec82/build-script-build`
5012026-04-17T05:37:09.953Z Compiling http v1.4.0
5022026-04-17T05:37:09.957Z 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`
5032026-04-17T05:37:09.957Z Compiling zeroize v1.7.0
5042026-04-17T05:37:09.957Z 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.7.0/src/lib.rs --error-format=json --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", "std", "zeroize_derive"))' -C metadata=84ac20a0b936031c -C extra-filename=-e911dea9345c967a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5052026-04-17T05:37:09.969Z Compiling typenum v1.19.0
5062026-04-17T05:37:09.972Z 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`
5072026-04-17T05:37:09.979Z 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)'`
5082026-04-17T05:37:10.004Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-5fd52a869f0cdf71/build-script-build`
5092026-04-17T05:37:10.008Z Compiling thiserror v2.0.18
5102026-04-17T05:37:10.015Z 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`
5112026-04-17T05:37:10.117Z Compiling bitflags v2.11.0
5122026-04-17T05:37:10.121Z 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`
5132026-04-17T05:37:10.152Z Compiling rustls-pki-types v1.14.0
5142026-04-17T05:37:10.156Z Compiling ring v0.17.13
5152026-04-17T05:37:10.156Z 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.0/src/lib.rs --error-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=be638b1eddc61e3c -C extra-filename=-fbf220180ccbc38c --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-e911dea9345c967a.rmeta --cap-lints allow`
5162026-04-17T05:37:10.156Z 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/ring-0.17.13/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="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=a676bbda476f1bf3 -C extra-filename=-79c48aad2654e87c --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-79c48aad2654e87c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-57bdafb08caef953.rlib --cap-lints allow`
5172026-04-17T05:37:10.312Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-9eaefc068f51e1e5/build-script-build`
5182026-04-17T05:37:10.329Z Compiling futures-task v0.3.32
5192026-04-17T05:37:10.332Z 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`
5202026-04-17T05:37:10.339Z Compiling futures-io v0.3.32
5212026-04-17T05:37:10.347Z 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`
5222026-04-17T05:37:10.351Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-ad7d471cf4f90667/build-script-build`
5232026-04-17T05:37:10.457Z Compiling stable_deref_trait v1.2.0
5242026-04-17T05:37:10.462Z 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`
5252026-04-17T05:37:10.499Z 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`
5262026-04-17T05:37:10.503Z 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`
5272026-04-17T05:37:10.528Z Compiling httparse v1.10.0
5282026-04-17T05:37:10.532Z 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`
5292026-04-17T05:37:10.537Z Compiling getrandom v0.4.1
5302026-04-17T05:37:10.537Z 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`
5312026-04-17T05:37:10.632Z 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`
5322026-04-17T05:37:10.658Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-79c48aad2654e87c/build-script-build`
5332026-04-17T05:37:10.804Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-baabdc2d5f2b5062/build-script-build`
5342026-04-17T05:37:10.804Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-d942d7def228306a/build-script-build`
5352026-04-17T05:37:10.852Z Compiling hashbrown v0.16.1
5362026-04-17T05:37:10.852Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.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("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=899ec8827e7cae1e -C extra-filename=-5e5ce40467432f91 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5372026-04-17T05:37:10.852Z 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)'`
5382026-04-17T05:37:10.878Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-57fdcabf60e3b0fa/build-script-build`
5392026-04-17T05:37:10.917Z 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`
5402026-04-17T05:37:10.951Z Compiling ucd-trie v0.1.6
5412026-04-17T05:37:11.015Z 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`
5422026-04-17T05:37:11.020Z Compiling equivalent v1.0.0
5432026-04-17T05:37:11.020Z 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`
5442026-04-17T05:37:11.096Z Compiling untrusted v0.9.0
5452026-04-17T05:37:11.101Z 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`
5462026-04-17T05:37:11.214Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-6da19babcabbed31/build-script-build`
5472026-04-17T05:37:11.223Z 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=4ef967dbf1afdabb -C extra-filename=-d68ad2f7c8759b53 --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-6242361d0e12f4ed.rmeta --cap-lints allow`
5482026-04-17T05:37:11.253Z Compiling http-body v1.0.1
5492026-04-17T05:37:11.257Z 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`
5502026-04-17T05:37:11.273Z 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"))'`
5512026-04-17T05:37:11.313Z Compiling tracing-core v0.1.32
5522026-04-17T05:37:11.317Z 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`
5532026-04-17T05:37:11.369Z Compiling rustversion v1.0.22
5542026-04-17T05:37:11.373Z 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`
5552026-04-17T05:37:11.400Z Compiling indexmap v2.13.1
5562026-04-17T05:37:11.404Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 -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=e982f821ed04db23 -C extra-filename=-a34a1b611703065f --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-5e5ce40467432f91.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --cap-lints allow`
5572026-04-17T05:37:11.471Z Compiling pkg-config v0.3.31
5582026-04-17T05:37:11.475Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5020c8d748ab7007 -C extra-filename=-4fb8c401199d37b6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5592026-04-17T05:37:11.731Z Compiling writeable v0.5.5
5602026-04-17T05:37:11.735Z 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`
5612026-04-17T05:37:11.931Z Compiling atomic-waker v1.1.2
5622026-04-17T05:37:11.935Z Compiling percent-encoding v2.3.2
5632026-04-17T05:37:11.935Z 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`
5642026-04-17T05:37:11.935Z 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`
5652026-04-17T05:37:12.026Z Compiling litemap v0.7.4
5662026-04-17T05:37:12.033Z 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`
5672026-04-17T05:37:12.054Z Compiling zerocopy v0.8.27
5682026-04-17T05:37:12.059Z 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`
5692026-04-17T05:37:12.070Z Compiling vcpkg v0.2.15
5702026-04-17T05:37:12.074Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a216a925e53ed09 -C extra-filename=-ace14607112d8e0f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5712026-04-17T05:37:12.141Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-f036460091c5fde3/build-script-build`
5722026-04-17T05:37:12.181Z Compiling tracing v0.1.40
5732026-04-17T05:37:12.189Z 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`
5742026-04-17T05:37:12.226Z Compiling errno v0.3.10
5752026-04-17T05:37:12.230Z 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=b371ce61ed44d3b9 -C extra-filename=-9edd4f5e3b10b2aa --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-6242361d0e12f4ed.rmeta --cap-lints allow`
5762026-04-17T05:37:12.294Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=0ece04cea3ef3a21 -C extra-filename=-c673406e1533247f --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 getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-92a6e5782de5d4b3.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-367d3cc6719c6c17.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test`
5772026-04-17T05:37:12.382Z Compiling synstructure v0.13.1
5782026-04-17T05:37:12.386Z 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`
5792026-04-17T05:37:12.408Z Compiling crossbeam-utils v0.8.21
5802026-04-17T05:37:12.411Z 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`
5812026-04-17T05:37:12.449Z Compiling fnv v1.0.7
5822026-04-17T05:37:12.453Z 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`
5832026-04-17T05:37:12.458Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-66a801087f011401/build-script-build`
5842026-04-17T05:37:12.497Z Compiling try-lock v0.2.3
5852026-04-17T05:37:12.506Z 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`
5862026-04-17T05:37:12.547Z Compiling rustix v1.1.4
5872026-04-17T05:37:12.551Z 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`
5882026-04-17T05:37:12.602Z Compiling want v0.3.0
5892026-04-17T05:37:12.606Z 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`
5902026-04-17T05:37:12.642Z Compiling openssl-sys v0.9.107
5912026-04-17T05:37:12.646Z 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/openssl-sys-0.9.107/build/main.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("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=9d52eb595ce862e5 -C extra-filename=-08742c512a4a897a --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-08742c512a4a897a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-57bdafb08caef953.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-4fb8c401199d37b6.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-ace14607112d8e0f.rlib --cap-lints allow`
5922026-04-17T05:37:12.727Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-bf07022d0230ba8d/build-script-build`
5932026-04-17T05:37:12.740Z 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"))'`
5942026-04-17T05:37:12.750Z Compiling generic-array v0.14.5
5952026-04-17T05:37:12.754Z 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`
5962026-04-17T05:37:12.773Z Compiling time-core v0.1.8
5972026-04-17T05:37:12.777Z 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`
5982026-04-17T05:37:12.892Z Compiling httpdate v1.0.1
5992026-04-17T05:37:12.896Z 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`
6002026-04-17T05:37:12.912Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-f39bf745785fd3ba/build-script-build`
6012026-04-17T05:37:12.921Z Compiling byteorder v1.4.3
6022026-04-17T05:37:12.927Z 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`
6032026-04-17T05:37:12.984Z Compiling icu_locid_transform_data v1.5.0
6042026-04-17T05:37:12.992Z 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`
6052026-04-17T05:37:13.052Z Compiling powerfmt v0.2.0
6062026-04-17T05:37:13.056Z 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`
6072026-04-17T05:37:13.111Z Compiling subtle v2.5.0
6082026-04-17T05:37:13.119Z 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`
6092026-04-17T05:37:13.146Z Compiling num-conv v0.2.0
6102026-04-17T05:37:13.150Z Compiling tower-layer v0.3.3
6112026-04-17T05:37:13.151Z 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`
6122026-04-17T05:37:13.151Z 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`
6132026-04-17T05:37:13.177Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-08742c512a4a897a/build-script-main`
6142026-04-17T05:37:13.233Z Compiling tower-service v0.3.3
6152026-04-17T05:37:13.241Z 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`
6162026-04-17T05:37:13.257Z Compiling base64 v0.22.1
6172026-04-17T05:37:13.261Z 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`
6182026-04-17T05:37:13.266Z Compiling deranged v0.5.5
6192026-04-17T05:37:13.277Z 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`
6202026-04-17T05:37:13.277Z Compiling time-macros v0.2.27
6212026-04-17T05:37:13.277Z 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`
6222026-04-17T05:37:13.304Z 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=586c1626cf1ffcdf -C extra-filename=-b5766938acfc525c --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-9edd4f5e3b10b2aa.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
6232026-04-17T05:37:13.327Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-0f472e2848659664/build-script-build`
6242026-04-17T05:37:13.342Z Compiling slog v2.8.2
6252026-04-17T05:37:13.346Z 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`
6262026-04-17T05:37:13.358Z 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)'`
6272026-04-17T05:37:13.579Z Compiling rustls-webpki v0.102.8
6282026-04-17T05:37:13.582Z 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.102.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="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=7219d8eb92c17138 -C extra-filename=-59f517d4a2c23be9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-c673406e1533247f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-367d3cc6719c6c17.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out`
6292026-04-17T05:37:13.589Z Compiling icu_properties_data v1.5.0
6302026-04-17T05:37:13.592Z 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`
6312026-04-17T05:37:13.638Z Compiling serde_derive v1.0.228
6322026-04-17T05:37:13.642Z 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`
6332026-04-17T05:37:13.720Z Compiling tokio-macros v2.7.0
6342026-04-17T05:37:13.724Z 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`
6352026-04-17T05:37:13.866Z Compiling zerofrom-derive v0.1.5
6362026-04-17T05:37:13.870Z 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`
6372026-04-17T05:37:14.171Z Compiling futures-macro v0.3.32
6382026-04-17T05:37:14.175Z 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`
6392026-04-17T05:37:14.260Z Compiling yoke-derive v0.7.5
6402026-04-17T05:37:14.264Z Compiling thiserror-impl v2.0.18
6412026-04-17T05:37:14.264Z 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`
6422026-04-17T05:37:14.264Z 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`
6432026-04-17T05:37:14.346Z Compiling zerovec-derive v0.10.3
6442026-04-17T05:37:14.349Z 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`
6452026-04-17T05:37:14.439Z Compiling displaydoc v0.2.5
6462026-04-17T05:37:14.442Z 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`
6472026-04-17T05:37:14.468Z Compiling tokio v1.51.0
6482026-04-17T05:37:14.476Z 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.51.0/src/lib.rs --error-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=c781e57277b0279b -C extra-filename=-6a98aa866d89d4ef --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-6242361d0e12f4ed.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-b192edea5661689d.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-f939d58af2a05f0b.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-49a01be71e092c4d.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-539b1d3105d98dea.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-6ab41e8f081774fd.so --cap-lints allow`
6492026-04-17T05:37:15.019Z Compiling futures-util v0.3.32
6502026-04-17T05:37:15.023Z 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="default"' --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=10eaee19ea381495 -C extra-filename=-915d5317b85d7259 --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`
6512026-04-17T05:37:15.056Z Compiling zerofrom v0.1.5
6522026-04-17T05:37:15.059Z 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`
6532026-04-17T05:37:15.182Z Compiling icu_provider_macros v1.5.0
6542026-04-17T05:37:15.186Z 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`
6552026-04-17T05:37:15.195Z Compiling zerocopy-derive v0.8.27
6562026-04-17T05:37:15.200Z 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`
6572026-04-17T05:37:15.273Z Compiling yoke v0.7.5
6582026-04-17T05:37:15.277Z 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`
6592026-04-17T05:37:15.402Z Compiling rustix v0.38.44
6602026-04-17T05:37:15.406Z 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`
6612026-04-17T05:37:15.464Z Compiling zerovec v0.10.4
6622026-04-17T05:37:15.468Z 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`
6632026-04-17T05:37:15.527Z 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)'`
6642026-04-17T05:37:15.632Z Compiling pest v2.8.1
6652026-04-17T05:37:15.636Z 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`
6662026-04-17T05:37:15.759Z Compiling fastrand v2.1.1
6672026-04-17T05:37:15.763Z 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`
6682026-04-17T05:37:15.771Z Compiling num_threads v0.1.3
6692026-04-17T05:37:15.775Z 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`
6702026-04-17T05:37:15.865Z Compiling time v0.3.47
6712026-04-17T05:37:15.869Z 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=04405c14cf56d7a5 -C extra-filename=-2583cffe0c044b56 --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-6242361d0e12f4ed.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`
6722026-04-17T05:37:16.053Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-705b2a4c28e2b308/build-script-build`
6732026-04-17T05:37:16.131Z Compiling scroll_derive v0.13.1
6742026-04-17T05:37:16.135Z 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`
6752026-04-17T05:37:16.381Z 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)'`
6762026-04-17T05:37:16.437Z Compiling tinystr v0.7.6
6772026-04-17T05:37:16.441Z 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`
6782026-04-17T05:37:16.538Z 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)'`
6792026-04-17T05:37:16.634Z Compiling icu_locid v1.5.0
6802026-04-17T05:37:16.638Z 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`
6812026-04-17T05:37:16.895Z Compiling pest_meta v2.8.1
6822026-04-17T05:37:16.898Z 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`
6832026-04-17T05:37:16.942Z 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)'`
6842026-04-17T05:37:16.956Z Compiling icu_collections v1.5.0
6852026-04-17T05:37:16.960Z 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`
6862026-04-17T05:37:16.978Z Compiling serde_tokenstream v0.2.3
6872026-04-17T05:37:16.983Z 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`
6882026-04-17T05:37:17.016Z Compiling erased-serde v0.3.31
6892026-04-17T05:37:17.020Z 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`
6902026-04-17T05:37:17.259Z Compiling icu_provider v1.5.0
6912026-04-17T05:37:17.264Z 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`
6922026-04-17T05:37:17.355Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-b647e98a3dc38cc5/build-script-build`
6932026-04-17T05:37:17.368Z 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`
6942026-04-17T05:37:17.519Z Compiling pest_generator v2.8.1
6952026-04-17T05:37:17.523Z 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`
6962026-04-17T05:37:17.592Z Compiling icu_locid_transform v1.5.0
6972026-04-17T05:37:17.596Z 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`
6982026-04-17T05:37:17.613Z 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"))'`
6992026-04-17T05:37:17.747Z Compiling thread-id v5.0.0
7002026-04-17T05:37:17.751Z 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=b9953baf45351906 -C extra-filename=-1dd568704c847a7a --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-6242361d0e12f4ed.rmeta --cap-lints allow`
7012026-04-17T05:37:17.828Z Compiling socket2 v0.5.9
7022026-04-17T05:37:17.832Z 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.5.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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=ecbaf38bae98931a -C extra-filename=-8cafda158cdcc54b --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-6242361d0e12f4ed.rmeta --cap-lints allow`
7032026-04-17T05:37:17.855Z Compiling unicase v2.6.0
7042026-04-17T05:37:17.863Z 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`
7052026-04-17T05:37:18.091Z Compiling tokio-util v0.7.18
7062026-04-17T05:37:18.096Z 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=82556ed95e6cb36e -C extra-filename=-5c15d6fa74a89c43 --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-6a98aa866d89d4ef.rmeta --cap-lints allow`
7072026-04-17T05:37:18.142Z Compiling icu_properties v1.5.1
7082026-04-17T05:37:18.147Z 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`
7092026-04-17T05:37:18.215Z Compiling pest_derive v2.8.1
7102026-04-17T05:37:18.219Z 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`
7112026-04-17T05:37:18.259Z Compiling num-traits v0.2.14
7122026-04-17T05:37:18.264Z 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`
7132026-04-17T05:37:18.384Z Compiling openssl v0.10.72
7142026-04-17T05:37:18.388Z 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/openssl-0.10.72/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("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=7113c14022857376 -C extra-filename=-881d50ab49b9d834 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-881d50ab49b9d834 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7152026-04-17T05:37:18.495Z Compiling paste v1.0.15
7162026-04-17T05:37:18.512Z 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`
7172026-04-17T05:37:18.657Z Compiling h2 v0.4.6
7182026-04-17T05:37:18.662Z 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=2c54eb7e704e1f77 -C extra-filename=-5aaab37c6b022661 --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-a34a1b611703065f.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-94ee0fba65192311.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-fb1acfe66e7b8d1a.rmeta --cap-lints allow`
7192026-04-17T05:37:18.705Z Compiling utf8_iter v1.0.4
7202026-04-17T05:37:18.709Z 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`
7212026-04-17T05:37:18.727Z Compiling write16 v1.0.0
7222026-04-17T05:37:18.731Z 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`
7232026-04-17T05:37:18.743Z Compiling icu_normalizer_data v1.5.0
7242026-04-17T05:37:18.746Z 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`
7252026-04-17T05:37:18.779Z Compiling dtrace-parser v0.3.0
7262026-04-17T05:37:18.783Z 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`
7272026-04-17T05:37:18.797Z Compiling utf16_iter v1.0.5
7282026-04-17T05:37:18.801Z 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`
7292026-04-17T05:37:18.807Z Compiling foreign-types-shared v0.1.1
7302026-04-17T05:37:18.811Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55471c36397395df -C extra-filename=-8c49b92d23b78575 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7312026-04-17T05:37:18.816Z Compiling ipnet v2.10.0
7322026-04-17T05:37:18.824Z 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`
7332026-04-17T05:37:18.847Z Compiling openssl-probe v0.1.4
7342026-04-17T05:37:18.851Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6aa90062cac6bd66 -C extra-filename=-eeb2d5fa689b43bc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7352026-04-17T05:37:18.885Z Compiling usdt-impl v0.6.0
7362026-04-17T05:37:18.889Z 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`
7372026-04-17T05:37:18.924Z Compiling crc32fast v1.5.0
7382026-04-17T05:37:18.928Z 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`
7392026-04-17T05:37:19.025Z Compiling foreign-types v0.3.2
7402026-04-17T05:37:19.029Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81cd531a489e5168 -C extra-filename=-18d33325311f13b1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types_shared-8c49b92d23b78575.rmeta --cap-lints allow`
7412026-04-17T05:37:19.100Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-ae65f8f6893fcc49/build-script-build`
7422026-04-17T05:37:19.141Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-83bb914df3b9a892/build-script-build`
7432026-04-17T05:37:19.142Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-881d50ab49b9d834/build-script-build`
7442026-04-17T05:37:19.151Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-898018bdfdf849e9/build-script-build`
7452026-04-17T05:37:19.160Z Compiling dof v0.4.0
7462026-04-17T05:37:19.167Z 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`
7472026-04-17T05:37:19.216Z Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-77ddf1cf7e67dcf4/build-script-build`
7482026-04-17T05:37:19.264Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-1791cc2de14e8631/build-script-build`
7492026-04-17T05:37:19.335Z 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)'`
7502026-04-17T05:37:19.359Z Compiling scroll v0.13.0
7512026-04-17T05:37:19.363Z 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`
7522026-04-17T05:37:19.373Z 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=62c2696b7b47e621 -C extra-filename=-1cfebe10473f4d78 --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-9edd4f5e3b10b2aa.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7532026-04-17T05:37:19.614Z Compiling openssl-macros v0.1.1
7542026-04-17T05:37:19.618Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.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=39e5f2952eb722da -C extra-filename=-00f0553b1bfad2ee --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`
7552026-04-17T05:37:19.618Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=52f370a3e8323bc8 -C extra-filename=-b844545297b288cf --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-6242361d0e12f4ed.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'`
7562026-04-17T05:37:19.642Z Compiling icu_normalizer v1.5.0
7572026-04-17T05:37:19.646Z 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`
7582026-04-17T05:37:19.746Z Compiling form_urlencoded v1.2.2
7592026-04-17T05:37:19.750Z 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`
7602026-04-17T05:37:19.936Z Compiling hybrid-array v0.4.8
7612026-04-17T05:37:19.940Z 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`
7622026-04-17T05:37:20.097Z Compiling rand_core v0.6.3
7632026-04-17T05:37:20.097Z Compiling ryu v1.0.5
7642026-04-17T05:37:20.102Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-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="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=ad0f633f7f321d1b -C extra-filename=-007a06e1d916f5db --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-92a6e5782de5d4b3.rmeta --cap-lints allow`
7652026-04-17T05:37:20.103Z 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`
7662026-04-17T05:37:20.137Z Compiling ppv-lite86 v0.2.15
7672026-04-17T05:37:20.167Z 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`
7682026-04-17T05:37:20.213Z Compiling adler2 v2.0.1
7692026-04-17T05:37:20.217Z 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`
7702026-04-17T05:37:20.319Z Compiling mime v0.3.16
7712026-04-17T05:37:20.319Z 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`
7722026-04-17T05:37:20.345Z Compiling rustls v0.22.4
7732026-04-17T05:37:20.349Z 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.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=aa80eeeac71d8f4b -C extra-filename=-5dbe472f0782bce3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-5dbe472f0782bce3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7742026-04-17T05:37:20.390Z Compiling rustls v0.23.13
7752026-04-17T05:37:20.398Z 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.13/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="ring"' --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", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=85b69d4b2b3a49e0 -C extra-filename=-c645036c7bfd8490 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-c645036c7bfd8490 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7762026-04-17T05:37:20.402Z Compiling simd-adler32 v0.3.7
7772026-04-17T05:37:20.407Z 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`
7782026-04-17T05:37:20.420Z Compiling native-tls v0.2.12
7792026-04-17T05:37:20.424Z 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/native-tls-0.2.12/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("alpn", "vendored"))' -C metadata=e14d9fa8787e7396 -C extra-filename=-ec382ff33ef28780 --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-ec382ff33ef28780 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7802026-04-17T05:37:20.429Z Compiling plain v0.2.3
7812026-04-17T05:37:20.437Z 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`
7822026-04-17T05:37:20.537Z Compiling miniz_oxide v0.8.9
7832026-04-17T05:37:20.541Z 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`
7842026-04-17T05:37:20.566Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-5dbe472f0782bce3/build-script-build`
7852026-04-17T05:37:20.578Z Compiling goblin v0.10.1
7862026-04-17T05:37:20.586Z 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`
7872026-04-17T05:37:20.590Z Compiling rand_chacha v0.3.1
7882026-04-17T05:37:20.594Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-d551be555f5985a2/build-script-build`
7892026-04-17T05:37:20.594Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=5d32d7d5e4cfc970 -C extra-filename=-304ad16b55f03930 --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-007a06e1d916f5db.rmeta --cap-lints allow`
7902026-04-17T05:37:20.634Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-c645036c7bfd8490/build-script-build`
7912026-04-17T05:37:20.638Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/src/lib.rs --error-format=json --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("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=ab653361fdfd35c5 -C extra-filename=-58799a7077e4a4b6 --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 cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d3ee7f85a96743d1.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-18d33325311f13b1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8dd91888215993a7.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-00f0553b1bfad2ee.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-b844545297b288cf.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
7922026-04-17T05:37:20.647Z Compiling idna_adapter v1.2.0
7932026-04-17T05:37:20.651Z 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`
7942026-04-17T05:37:20.694Z Compiling hyper v1.9.0
7952026-04-17T05:37:20.698Z 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=c3c790c4b3d0c731 -C extra-filename=-fa6a0ce6462ee63f --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-5aaab37c6b022661.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-6a98aa866d89d4ef.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-f6e2e4bd6db165a0.rmeta --cap-lints allow`
7962026-04-17T05:37:20.765Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-ec382ff33ef28780/build-script-build`
7972026-04-17T05:37:20.765Z 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=f41dd7aa35d42486 -C extra-filename=-ad8808c896e9f400 --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-6242361d0e12f4ed.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-1dd568704c847a7a.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)'`
7982026-04-17T05:37:20.784Z 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`
7992026-04-17T05:37:21.033Z 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`
8002026-04-17T05:37:21.097Z 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)'`
8012026-04-17T05:37:21.260Z 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"))'`
8022026-04-17T05:37:21.284Z Compiling crypto-common v0.1.6
8032026-04-17T05:37:21.288Z 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`
8042026-04-17T05:37:21.307Z Compiling block-buffer v0.10.2
8052026-04-17T05:37:21.315Z 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`
8062026-04-17T05:37:21.406Z Compiling pretty-hex v0.4.1
8072026-04-17T05:37:21.410Z 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`
8082026-04-17T05:37:21.433Z Compiling lazy_static v1.5.0
8092026-04-17T05:37:21.441Z 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`
8102026-04-17T05:37:21.532Z Compiling iana-time-zone v0.1.47
8112026-04-17T05:37:21.535Z 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`
8122026-04-17T05:37:21.541Z Compiling thiserror v1.0.69
8132026-04-17T05:37:21.545Z 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`
8142026-04-17T05:37:21.545Z 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-1.0.69/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=4b4de686d1d15554 -C extra-filename=-f9ebc6d33ee98834 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-f9ebc6d33ee98834 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8152026-04-17T05:37:21.758Z Compiling unicode-segmentation v1.10.0
8162026-04-17T05:37:21.762Z 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`
8172026-04-17T05:37:21.768Z Compiling unicode-width v0.1.9
8182026-04-17T05:37:21.772Z 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`
8192026-04-17T05:37:21.793Z Compiling winnow v1.0.0
8202026-04-17T05:37:21.801Z 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`
8212026-04-17T05:37:21.824Z Compiling hyper-util v0.1.20
8222026-04-17T05:37:21.828Z 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=cc6c54cae302f005 -C extra-filename=-aedf93498436ef18 --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-915d5317b85d7259.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-fa6a0ce6462ee63f.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-a1e335ccd607f787.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.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-8cafda158cdcc54b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.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`
8232026-04-17T05:37:21.869Z Compiling console v0.15.7
8242026-04-17T05:37:21.872Z 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=b2f3f68b8057aaef -C extra-filename=-632838d8c87503fc --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-6242361d0e12f4ed.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-b3eee0672bd8e59f.rmeta --cap-lints allow`
8252026-04-17T05:37:21.872Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-f9ebc6d33ee98834/build-script-build`
8262026-04-17T05:37:22.052Z Compiling newline-converter v0.3.0
8272026-04-17T05:37:22.056Z 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`
8282026-04-17T05:37:22.171Z Compiling toml_parser v1.1.2+spec-1.1.0
8292026-04-17T05:37:22.176Z 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`
8302026-04-17T05:37:22.176Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-0f9f7f8a68799b17/build-script-build`
8312026-04-17T05:37:22.177Z Compiling chrono v0.4.44
8322026-04-17T05:37:22.177Z 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`
8332026-04-17T05:37:22.177Z Compiling digest v0.10.7
8342026-04-17T05:37:22.181Z 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`
8352026-04-17T05:37:22.373Z Compiling flate2 v1.1.9
8362026-04-17T05:37:22.377Z 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`
8372026-04-17T05:37:22.505Z Compiling mime_guess v2.0.5
8382026-04-17T05:37:22.509Z Compiling rand v0.8.4
8392026-04-17T05:37:22.515Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="rand_hc"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "rand_hc", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=aa6a10e86e2d14d6 -C extra-filename=-79eb2a81b7285b95 --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-6242361d0e12f4ed.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-304ad16b55f03930.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-007a06e1d916f5db.rmeta --cap-lints allow`
8402026-04-17T05:37:22.520Z 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`
8412026-04-17T05:37:22.792Z Compiling idna v1.0.3
8422026-04-17T05:37:22.796Z 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`
8432026-04-17T05:37:22.827Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-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("alpn", "vendored"))' -C metadata=368f816533d22f5d -C extra-filename=-097609bdfc4088ea --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 openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-58799a7077e4a4b6.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-eeb2d5fa689b43bc.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-b844545297b288cf.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
8442026-04-17T05:37:23.039Z 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`
8452026-04-17T05:37:23.119Z 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.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 --cfg 'feature="ring"' --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", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=a9ebc5158bf511e5 -C extra-filename=-73e1126ec1ca70f2 --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 --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-c673406e1533247f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-59f517d4a2c23be9.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-c28dfcf4988896fd.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-e911dea9345c967a.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
8462026-04-17T05:37:23.154Z 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.22.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=d11cbb06574c6156 -C extra-filename=-e2b0446ef116e76a --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 ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-c673406e1533247f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-59f517d4a2c23be9.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-c28dfcf4988896fd.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-e911dea9345c967a.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out`
8472026-04-17T05:37:23.217Z Compiling block-buffer v0.12.0
8482026-04-17T05:37:23.221Z 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`
8492026-04-17T05:37:23.378Z 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`
8502026-04-17T05:37:23.504Z Compiling crypto-common v0.2.1
8512026-04-17T05:37:23.508Z 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`
8522026-04-17T05:37:23.533Z Compiling concurrent-queue v2.5.0
8532026-04-17T05:37:23.537Z 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`
8542026-04-17T05:37:23.685Z Compiling thiserror-impl v1.0.69
8552026-04-17T05:37:23.689Z 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-1.0.69/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=48217cf9606e05cc -C extra-filename=-ee822d0463b0fde7 --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`
8562026-04-17T05:37:23.733Z Compiling serde_derive_internals v0.29.0
8572026-04-17T05:37:23.739Z 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`
8582026-04-17T05:37:23.759Z Compiling http-body-util v0.1.3
8592026-04-17T05:37:23.763Z 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`
8602026-04-17T05:37:23.999Z Compiling rustls-pemfile v2.2.0
8612026-04-17T05:37:24.003Z 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=b12f68e26c924cf1 -C extra-filename=-eed463d8502f2cda --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-fbf220180ccbc38c.rmeta --cap-lints allow`
8622026-04-17T05:37:24.193Z Compiling serde_spanned v1.1.1
8632026-04-17T05:37:24.197Z 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`
8642026-04-17T05:37:24.346Z Compiling toml_datetime v1.1.1+spec-1.1.0
8652026-04-17T05:37:24.351Z 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`
8662026-04-17T05:37:24.442Z Compiling multer v3.1.0
8672026-04-17T05:37:24.442Z Compiling thread_local v1.1.4
8682026-04-17T05:37:24.442Z 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`
8692026-04-17T05:37:24.451Z 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`
8702026-04-17T05:37:24.451Z 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`
8712026-04-17T05:37:24.660Z Compiling sync_wrapper v1.0.1
8722026-04-17T05:37:24.664Z 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`
8732026-04-17T05:37:24.701Z Compiling encoding_rs v0.8.32
8742026-04-17T05:37:24.706Z 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`
8752026-04-17T05:37:24.724Z Compiling toml_writer v1.1.1+spec-1.1.0
8762026-04-17T05:37:24.733Z 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`
8772026-04-17T05:37:24.765Z Compiling heck v0.5.0
8782026-04-17T05:37:24.769Z 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`
8792026-04-17T05:37:24.838Z Compiling parking v2.2.0
8802026-04-17T05:37:24.842Z 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`
8812026-04-17T05:37:24.933Z Compiling schemars v0.8.22
8822026-04-17T05:37:24.937Z 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`
8832026-04-17T05:37:24.960Z Compiling const-oid v0.10.2
8842026-04-17T05:37:24.963Z 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`
8852026-04-17T05:37:25.023Z Compiling cpufeatures v0.2.17
8862026-04-17T05:37:25.026Z 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`
8872026-04-17T05:37:25.093Z Compiling match_cfg v0.1.0
8882026-04-17T05:37:25.096Z 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`
8892026-04-17T05:37:25.162Z Compiling camino v1.2.2
8902026-04-17T05:37:25.166Z 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`
8912026-04-17T05:37:25.171Z Compiling similar v2.2.1
8922026-04-17T05:37:25.172Z 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`
8932026-04-17T05:37:25.187Z Compiling target-triple v1.0.0
8942026-04-17T05:37:25.193Z 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`
8952026-04-17T05:37:25.286Z Compiling slog-async v2.8.0
8962026-04-17T05:37:25.290Z 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`
8972026-04-17T05:37:25.486Z Compiling compression-core v0.4.31
8982026-04-17T05:37:25.490Z 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.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 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74855e6d97b3b714 -C extra-filename=-2078ffe9ec41459f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8992026-04-17T05:37:25.503Z Compiling semver v1.0.28
9002026-04-17T05:37:25.507Z 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`
9012026-04-17T05:37:25.588Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-554bd99f454db5b8/build-script-build`
9022026-04-17T05:37:25.628Z Compiling compression-codecs v0.4.37
9032026-04-17T05:37:25.632Z 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.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 -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=5102a3b711e51804 -C extra-filename=-4bbbeaf095ad4556 --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-2078ffe9ec41459f.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`
9042026-04-17T05:37:25.651Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-2f612885751eac0d/build-script-build`
9052026-04-17T05:37:25.683Z Compiling tokio-rustls v0.26.0
9062026-04-17T05:37:25.687Z 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=9bb9819ab49a85f8 -C extra-filename=-199e600e2c363843 --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-73e1126ec1ca70f2.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out`
9072026-04-17T05:37:25.842Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-1c2dc3a8148b5c5a/build-script-build`
9082026-04-17T05:37:25.855Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-8cd97742deeb4222/build-script-build`
9092026-04-17T05:37:25.868Z Compiling hostname v0.3.1
9102026-04-17T05:37:25.872Z 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=a7bf73905ec5c0c3 -C extra-filename=-4c3a1a314550290a --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-6242361d0e12f4ed.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-2df300aa1a45f362.rmeta --cap-lints allow`
9112026-04-17T05:37:25.886Z Compiling digest v0.11.2
9122026-04-17T05:37:25.889Z 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`
9132026-04-17T05:37:25.914Z Compiling sha1 v0.10.6
9142026-04-17T05:37:25.918Z 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`
9152026-04-17T05:37:26.043Z Compiling event-listener v5.0.0
9162026-04-17T05:37:26.047Z 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`
9172026-04-17T05:37:26.108Z Compiling tokio-rustls v0.25.0
9182026-04-17T05:37:26.112Z 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.25.0/src/lib.rs --error-format=json --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="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=2a43bc4390d2b48e -C extra-filename=-9a5e595aba7f95fd --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-e2b0446ef116e76a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out`
9192026-04-17T05:37:26.142Z Compiling toml v1.1.2+spec-1.1.0
9202026-04-17T05:37:26.146Z 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`
9212026-04-17T05:37:26.156Z 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-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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=35f0648bb5659094 -C extra-filename=-c3394e1dd8ced790 --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-ee822d0463b0fde7.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
9222026-04-17T05:37:26.261Z Compiling tower v0.5.2
9232026-04-17T05:37:26.264Z 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=96a6fd1276fd6d80 -C extra-filename=-02dbc1754029a1a2 --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-915d5317b85d7259.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-6a98aa866d89d4ef.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`
9242026-04-17T05:37:26.328Z Compiling schemars_derive v0.8.22
9252026-04-17T05:37:26.332Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-4dee4c88e1526027/build-script-build`
9262026-04-17T05:37:26.332Z 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`
9272026-04-17T05:37:26.369Z Compiling serde_urlencoded v0.7.1
9282026-04-17T05:37:26.378Z 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`
9292026-04-17T05:37:26.391Z Compiling url v2.5.4
9302026-04-17T05:37:26.395Z 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`
9312026-04-17T05:37:26.618Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-3dce52cb7a243338/build-script-build`
9322026-04-17T05:37:26.636Z Compiling tokio-native-tls v0.3.1
9332026-04-17T05:37:26.645Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=6935807bf54c4d19 -C extra-filename=-a0b308cbba16d3ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-097609bdfc4088ea.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9342026-04-17T05:37:26.738Z Compiling usdt-attr-macro v0.6.0
9352026-04-17T05:37:26.742Z 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=6607d764bde48b22 -C extra-filename=-102e3893b3cce98f --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-ad8808c896e9f400.rlib --extern proc_macro --cap-lints allow`
9362026-04-17T05:37:26.809Z Compiling usdt-macro v0.6.0
9372026-04-17T05:37:26.813Z 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=e6384da0fe796f0c -C extra-filename=-3255ec81afd2987c --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-ad8808c896e9f400.rlib --extern proc_macro --cap-lints allow`
9382026-04-17T05:37:27.145Z 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=6b95023aa3bebc6b -C extra-filename=-7fa8f0cede7aa1a0 --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-6242361d0e12f4ed.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-1dd568704c847a7a.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)'`
9392026-04-17T05:37:27.185Z Compiling slog-json v2.6.1
9402026-04-17T05:37:27.185Z 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=97a142af2ca62ba0 -C extra-filename=-a18158d34c888a75 --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-2583cffe0c044b56.rmeta --cap-lints allow`
9412026-04-17T05:37:27.394Z Compiling futures-executor v0.3.32
9422026-04-17T05:37:27.398Z 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=f261b2b7284c915f -C extra-filename=-b190c15650160ee0 --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-915d5317b85d7259.rmeta --cap-lints allow`
9432026-04-17T05:37:27.573Z Compiling tempfile v3.27.0
9442026-04-17T05:37:27.577Z Compiling crossbeam-channel v0.5.15
9452026-04-17T05:37:27.581Z 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=5554294006c6b36c -C extra-filename=-0ec6e4215e9a268b --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-d68ad2f7c8759b53.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8dd91888215993a7.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-b5766938acfc525c.rmeta --cap-lints allow`
9462026-04-17T05:37:27.585Z 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`
9472026-04-17T05:37:27.595Z Compiling async-stream-impl v0.3.6
9482026-04-17T05:37:27.599Z 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`
9492026-04-17T05:37:27.683Z Compiling uuid v1.23.0
9502026-04-17T05:37:27.687Z 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.0/src/lib.rs --error-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=ea7a9ca1c183a557 -C extra-filename=-247c50b0a2c36d7a --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-d68ad2f7c8759b53.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --cap-lints allow`
9512026-04-17T05:37:27.705Z Compiling webpki-roots v0.26.5
9522026-04-17T05:37:27.709Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.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=07a2ba4e67a0f7e1 -C extra-filename=-3b74a9fa5e389133 --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-fbf220180ccbc38c.rmeta --cap-lints allow`
9532026-04-17T05:37:27.825Z Compiling is-terminal v0.4.12
9542026-04-17T05:37:27.829Z 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=52baf9f5537e8a80 -C extra-filename=-887f8b74956c8318 --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-6242361d0e12f4ed.rmeta --cap-lints allow`
9552026-04-17T05:37:27.862Z Compiling memmap2 v0.9.8
9562026-04-17T05:37:27.866Z 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=415d7cc3d72d98b1 -C extra-filename=-3a33f07c7dab2898 --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-6242361d0e12f4ed.rmeta --cap-lints allow`
9572026-04-17T05:37:27.918Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
9582026-04-17T05:37:27.922Z 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`
9592026-04-17T05:37:27.990Z Compiling iri-string v0.7.8
9602026-04-17T05:37:27.994Z 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`
9612026-04-17T05:37:28.050Z Compiling dyn-clone v1.0.4
9622026-04-17T05:37:28.058Z 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`
9632026-04-17T05:37:28.078Z Compiling utf-8 v0.7.6
9642026-04-17T05:37:28.082Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=044a1806a6986b5c -C extra-filename=-284051f4658bd1da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9652026-04-17T05:37:28.099Z Compiling anyhow v1.0.102
9662026-04-17T05:37:28.108Z 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`
9672026-04-17T05:37:28.141Z Compiling spin v0.9.8
9682026-04-17T05:37:28.144Z 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`
9692026-04-17T05:37:28.174Z Compiling term v1.1.0
9702026-04-17T05:37:28.182Z 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`
9712026-04-17T05:37:28.243Z Compiling data-encoding v2.4.0
9722026-04-17T05:37:28.247Z 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`
9732026-04-17T05:37:28.252Z Compiling take_mut v0.2.2
9742026-04-17T05:37:28.252Z Compiling cpufeatures v0.3.0
9752026-04-17T05:37:28.255Z 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`
9762026-04-17T05:37:28.256Z 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`
9772026-04-17T05:37:28.328Z 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`
9782026-04-17T05:37:28.356Z Compiling sha1 v0.11.0
9792026-04-17T05:37:28.360Z 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`
9802026-04-17T05:37:28.379Z Compiling async-stream v0.3.6
9812026-04-17T05:37:28.385Z 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`
9822026-04-17T05:37:28.429Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-e9298f93fc222927/build-script-build`
9832026-04-17T05:37:28.555Z Compiling tungstenite v0.24.0
9842026-04-17T05:37:28.559Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=b3469e2546f429cb -C extra-filename=-bf5939e6ae058c63 --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 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-79eb2a81b7285b95.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8f3f4a87d03c0839.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-c3394e1dd8ced790.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-284051f4658bd1da.rmeta --cap-lints allow`
9852026-04-17T05:37:28.596Z Compiling slog-term v2.9.2
9862026-04-17T05:37:28.604Z 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=83e160008f9ae11c -C extra-filename=-26ada60d8278e771 --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-887f8b74956c8318.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-2583cffe0c044b56.rmeta --cap-lints allow`
9872026-04-17T05:37:28.630Z 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=54153370f713733d -C extra-filename=-2b5276d79c24c082 --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-915d5317b85d7259.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`
9882026-04-17T05:37:28.869Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-31443f7b8c577af5/build-script-build`
9892026-04-17T05:37:28.878Z 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=c0aca8ad55552521 -C extra-filename=-ad51b2554f731410 --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-247c50b0a2c36d7a.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9902026-04-17T05:37:28.910Z Compiling usdt v0.6.0
9912026-04-17T05:37:28.914Z 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=888662d3a7a9f4e2 -C extra-filename=-b23a55475cdcf04b --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-3a33f07c7dab2898.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-102e3893b3cce98f.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-7fa8f0cede7aa1a0.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-3255ec81afd2987c.so --cap-lints allow`
9922026-04-17T05:37:29.031Z Compiling hyper-rustls v0.27.3
9932026-04-17T05:37:29.036Z 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.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="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --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=099be4aade4e73b1 -C extra-filename=-e3fbcb95ae4b605b --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-915d5317b85d7259.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fa6a0ce6462ee63f.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-73e1126ec1ca70f2.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-199e600e2c363843.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-3b74a9fa5e389133.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out`
9942026-04-17T05:37:29.147Z Compiling tower-http v0.6.8
9952026-04-17T05:37:29.151Z 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=6d611af15f6cc420 -C extra-filename=-0bc77666eaf64e39 --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-915d5317b85d7259.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-02dbc1754029a1a2.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`
9962026-04-17T05:37:29.187Z Compiling atomicwrites v0.4.4
9972026-04-17T05:37:29.187Z Compiling futures v0.3.32
9982026-04-17T05:37:29.191Z 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=cfd82cbb1a0b530f -C extra-filename=-883102bc903513c7 --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-1cfebe10473f4d78.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rmeta --cap-lints allow`
9992026-04-17T05:37:29.191Z 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=f9340afb619225b5 -C extra-filename=-51583fb6295870b4 --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-b190c15650160ee0.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-915d5317b85d7259.rmeta --cap-lints allow`
10002026-04-17T05:37:29.206Z Compiling slog-bunyan v2.5.0
10012026-04-17T05:37:29.214Z 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=cfcddd563bc2f3f3 -C extra-filename=-3b5f63557685da87 --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-4c3a1a314550290a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-2583cffe0c044b56.rmeta --cap-lints allow`
10022026-04-17T05:37:29.270Z Compiling hyper-tls v0.6.0
10032026-04-17T05:37:29.275Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=cf8e69277f96755c -C extra-filename=-783685f4961f17a3 --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_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fa6a0ce6462ee63f.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-097609bdfc4088ea.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-a0b308cbba16d3ab.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
10042026-04-17T05:37:29.338Z 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`
10052026-04-17T05:37:29.356Z Compiling event-listener-strategy v0.5.4
10062026-04-17T05:37:29.360Z 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`
10072026-04-17T05:37:29.385Z 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"))'`
10082026-04-17T05:37:29.452Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
10092026-04-17T05:37:29.455Z 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`
10102026-04-17T05:37:29.490Z Compiling async-compression v0.4.41
10112026-04-17T05:37:29.494Z 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.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=4d30fd7fa2fa6b79 -C extra-filename=-bccbc1f6e3e5cfa8 --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-4bbbeaf095ad4556.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-2078ffe9ec41459f.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-6a98aa866d89d4ef.rmeta --cap-lints allow`
10122026-04-17T05:37:29.494Z 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)'`
10132026-04-17T05:37:29.509Z Compiling rustls-native-certs v0.7.0
10142026-04-17T05:37:29.513Z 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.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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=73924e5c16ddfed2 -C extra-filename=-44eedd93353b125a --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-eeb2d5fa689b43bc.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rmeta --cap-lints allow`
10152026-04-17T05:37:29.559Z Compiling openapiv3 v2.2.0
10162026-04-17T05:37:29.567Z 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=323227d72e95b744 -C extra-filename=-c3288bc588f55299 --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-a34a1b611703065f.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`
10172026-04-17T05:37:29.597Z Compiling yasna v0.5.2
10182026-04-17T05:37:29.600Z 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=8ebf4b79671534ea -C extra-filename=-d174e938549109d9 --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-2583cffe0c044b56.rmeta --cap-lints allow`
10192026-04-17T05:37:29.724Z Compiling async-trait v0.1.89
10202026-04-17T05:37:29.728Z 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`
10212026-04-17T05:37:29.785Z Compiling pem v3.0.6
10222026-04-17T05:37:29.789Z 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`
10232026-04-17T05:37:29.801Z Compiling waitgroup v0.1.2
10242026-04-17T05:37:29.809Z 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`
10252026-04-17T05:37:29.899Z Compiling webpki-roots v1.0.0
10262026-04-17T05:37:29.903Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-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=37b6c999bbf1c591 -C extra-filename=-7642d7ae9298baa5 --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-fbf220180ccbc38c.rmeta --cap-lints allow`
10272026-04-17T05:37:29.939Z Compiling serde_path_to_error v0.1.20
10282026-04-17T05:37:29.943Z 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`
10292026-04-17T05:37:30.015Z Compiling hostname v0.4.2
10302026-04-17T05:37:30.019Z 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=7847c1a4e4754edd -C extra-filename=-49c769b011cb431a --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-6242361d0e12f4ed.rmeta --cap-lints allow`
10312026-04-17T05:37:30.152Z Compiling termcolor v1.1.2
10322026-04-17T05:37:30.156Z 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`
10332026-04-17T05:37:30.162Z Compiling simple-mermaid v0.2.0
10342026-04-17T05:37:30.162Z 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`
10352026-04-17T05:37:30.229Z Compiling http-range v0.1.4
10362026-04-17T05:37:30.233Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18c137b6187d61ab -C extra-filename=-008a7ef50cc25d87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10372026-04-17T05:37:30.294Z Compiling glob v0.3.0
10382026-04-17T05:37:30.297Z 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`
10392026-04-17T05:37:30.319Z Compiling debug-ignore v1.0.5
10402026-04-17T05:37:30.322Z 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`
10412026-04-17T05:37:30.332Z Compiling hyper-staticfile v0.10.1
10422026-04-17T05:37:30.336Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e00da19d3db9473 -C extra-filename=-b260640565ce8b68 --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-915d5317b85d7259.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-008a7ef50cc25d87.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-65fcdf711dbdbbed.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fa6a0ce6462ee63f.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-79eb2a81b7285b95.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-c860b7c99d2b2581.rmeta --cap-lints allow`
10432026-04-17T05:37:30.473Z Compiling rcgen v0.14.7
10442026-04-17T05:37:30.477Z 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="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --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=4fc672416f40a69a -C extra-filename=-04864751e1da5dbf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-c673406e1533247f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-2583cffe0c044b56.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-d174e938549109d9.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out`
10452026-04-17T05:37:30.477Z Compiling reqwest v0.12.28
10462026-04-17T05:37:30.477Z 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.12.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 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=c13ba214fb953d0a -C extra-filename=-21cc358ed1081b68 --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-5aaab37c6b022661.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-fa6a0ce6462ee63f.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e3fbcb95ae4b605b.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-783685f4961f17a3.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-c450cf3c158c8e59.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-097609bdfc4088ea.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-73e1126ec1ca70f2.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.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_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-a967d5a20eab2b0b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-a0b308cbba16d3ab.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-199e600e2c363843.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-02dbc1754029a1a2.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-0bc77666eaf64e39.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 --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-7642d7ae9298baa5.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10472026-04-17T05:37:30.500Z Compiling trybuild v1.0.116
10482026-04-17T05:37:30.503Z 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`
10492026-04-17T05:37:30.703Z Compiling hyper-rustls v0.26.0
10502026-04-17T05:37:30.706Z 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.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=c1dd6efa447cd4db -C extra-filename=-c657694ade1f097d --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-915d5317b85d7259.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fa6a0ce6462ee63f.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-44eedd93353b125a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.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/ring-7f0bf98923f70d8e/out`
10512026-04-17T05:37:30.713Z Compiling async-channel v2.5.0
10522026-04-17T05:37:30.717Z 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`
10532026-04-17T05:37:31.340Z Compiling expectorate v1.2.0
10542026-04-17T05:37:31.345Z 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=84fea866d4f8e997 -C extra-filename=-86cd73ffb8fcc25e --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-883102bc903513c7.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-632838d8c87503fc.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`
10552026-04-17T05:37:31.345Z Compiling tokio-tungstenite v0.24.0
10562026-04-17T05:37:31.345Z 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.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=e982a9ea6619ab21 -C extra-filename=-94c3c22ee393b510 --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-915d5317b85d7259.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-bf5939e6ae058c63.rmeta --cap-lints allow`
10572026-04-17T05:37:31.345Z 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)'`
10582026-04-17T05:37:31.345Z Compiling subprocess v1.0.3
10592026-04-17T05:37:31.345Z 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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97f73cacb0e7979d -C extra-filename=-bc3a5bc769d5e7bb --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-6242361d0e12f4ed.rmeta --cap-lints allow`
10602026-04-17T05:37:31.345Z Compiling buf-list v1.1.2
10612026-04-17T05:37:31.345Z 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`
10622026-04-17T05:37:31.345Z 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`
10632026-04-17T05:37:31.404Z 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=9470710e2070e042 -C extra-filename=-a9f3f4958bfdf25c --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-d68ad2f7c8759b53.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-0408135dc9c294aa.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-b5766938acfc525c.rmeta --cap-lints allow`
10642026-04-17T05:37:31.421Z Compiling prettyplease v0.2.37
10652026-04-17T05:37:31.425Z 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`
10662026-04-17T05:37:31.435Z Compiling schema-derive v0.1.0
10672026-04-17T05:37:31.439Z 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`
10682026-04-17T05:37:31.668Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-5cc430313db38193/build-script-build`
10692026-04-17T05:37:31.681Z 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=d6a9faadb63f40df -C extra-filename=-4beb19aa7cefa5b1 --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-1cfebe10473f4d78.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-a9f3f4958bfdf25c.rmeta --cap-lints allow`
10702026-04-17T05:37:31.826Z 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=d3dcb76df631f94f -C extra-filename=-ab1750046726bede --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-4beb19aa7cefa5b1.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-632838d8c87503fc.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`
10712026-04-17T05:37:31.879Z 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)'`
10722026-04-17T05:37:32.400Z Compiling schema v0.1.0
10732026-04-17T05:37:32.404Z 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`
10742026-04-17T05:37:32.544Z 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=8149114eb2a1e6b2 -C extra-filename=-eb51a677dbb2b950 --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-ab1750046726bede.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`
10752026-04-17T05:37:32.575Z 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=1cf1635b83bc9957 -C extra-filename=-ad63115016ece1c7 --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-bccbc1f6e3e5cfa8.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-51583fb6295870b4.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-e2b0446ef116e76a.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b23a55475cdcf04b.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out`
10762026-04-17T05:37:33.192Z 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=a323d4f379bbe45b -C extra-filename=-bbb53ce249fba677 --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-bccbc1f6e3e5cfa8.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-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10772026-04-17T05:37:37.501Z 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=4633495f398c0da5 -C extra-filename=-f180be88b60b17ed --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10782026-04-17T05:37:37.507Z 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=25c3d797455a3704 -C extra-filename=-4fb6b6be90317b0e --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10792026-04-17T05:37:37.507Z 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=6842df9cda37f79f -C extra-filename=-1fad8bdd5f19bbc6 --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10802026-04-17T05:37:37.507Z 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=ebff8c4bdcaec5b3 -C extra-filename=-853babd37b9ebbbc --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10812026-04-17T05:37:37.507Z 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=eb6fa573de6f38c2 -C extra-filename=-fe3623498549ab43 --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10822026-04-17T05:37:37.516Z 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=a25e3de5c3f1f8a1 -C extra-filename=-1869056e206899e4 --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10832026-04-17T05:37:37.519Z 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=d78b36f05e299fb6 -C extra-filename=-d56c85ba817b4d45 --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10842026-04-17T05:37:38.324Z 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=a95c5634cfd47a83 -C extra-filename=-0a5d6cd0eeb9e178 --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10852026-04-17T05:37:47.186Z 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=689899dc90af54fa -C extra-filename=-7d5ebefaac4dd75d --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10862026-04-17T05:37:47.198Z 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=401b2fe7507a4e6a -C extra-filename=-049285bbfcf92ec0 --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10872026-04-17T05:37:47.231Z 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=87b6205f61cd8a7e -C extra-filename=-432ae190831c6d6a --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10882026-04-17T05:37:47.315Z 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=0e23a7e457e66503 -C extra-filename=-80203ac43a6f4e3f --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10892026-04-17T05:37:48.092Z 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=3909cb4c0149d8e4 -C extra-filename=-23534880c022ae19 --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10902026-04-17T05:37:48.777Z 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=0ed8a69448fa7455 -C extra-filename=-51683b23bbb4b09c --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10912026-04-17T05:37:56.157Z 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=a452d56f3f72d1d3 -C extra-filename=-06e996ac21cb0219 --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10922026-04-17T05:37:57.759Z 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=46cc25f7c86a1c9f -C extra-filename=-90d0c97fa9f4bb6c --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10932026-04-17T05:37:57.840Z 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=b2b5a498003eda34 -C extra-filename=-e2b3960f9ba1ef7d --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10942026-04-17T05:37:58.597Z 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=362c785f0adb74b4 -C extra-filename=-c4ccf95df1f91fe2 --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10952026-04-17T05:37:59.759Z 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=1dc9e671b96daf24 -C extra-filename=-a317a87b440411fb --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10962026-04-17T05:38:00.043Z 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=7334a022155c3762 -C extra-filename=-a2d042ad2c6cc1dd --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10972026-04-17T05:38:00.364Z 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=a042e4287a49a4fc -C extra-filename=-6f33d14486b9f32c --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10982026-04-17T05:38:06.383Z 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=5df80c2af6735eef -C extra-filename=-a45f7034c05993c3 --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
10992026-04-17T05:38:08.508Z 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=52be27781030a0f3 -C extra-filename=-489979713cb35c71 --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
11002026-04-17T05:38:09.316Z 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=4e74bea768be1b38 -C extra-filename=-7c21690229d73157 --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-bccbc1f6e3e5cfa8.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-ad63115016ece1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
11012026-04-17T05:38:16.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
11022026-04-17T05:38:17.043Z
11032026-04-17T05:38:17.043Zreal 1:11.834610443
11042026-04-17T05:38:17.043Zuser 6:46.411349915
11052026-04-17T05:38:17.043Zsys 1:08.848296157
11062026-04-17T05:38:17.043Ztrap 0.343718774
11072026-04-17T05:38:17.043Ztflt 0.187204619
11082026-04-17T05:38:17.044Zdflt 0.248373694
11092026-04-17T05:38:17.044Zkflt 0.014366302
11102026-04-17T05:38:17.044Zlock 27:40.665576105
11112026-04-17T05:38:17.044Zslp 26:07.888560665
11122026-04-17T05:38:17.044Zlat 25.198517256
11132026-04-17T05:38:17.044Zstop 47.187300611
11142026-04-17T05:38:17.047Z+ banner test
11152026-04-17T05:38:17.047Z
11162026-04-17T05:38:17.047Z ##### ###### #### #####
11172026-04-17T05:38:17.047Z # # # #
11182026-04-17T05:38:17.047Z # ##### #### #
11192026-04-17T05:38:17.047Z # # # #
11202026-04-17T05:38:17.047Z # # # # #
11212026-04-17T05:38:17.047Z # ###### #### #
11222026-04-17T05:38:17.047Z
11232026-04-17T05:38:17.047Z+ ptime -m cargo test --all-features --locked --verbose
11242026-04-17T05:38:17.238Z Fresh unicode-ident v1.0.12
11252026-04-17T05:38:17.238Z Fresh cfg-if v1.0.0
11262026-04-17T05:38:17.238Z Fresh itoa v1.0.1
11272026-04-17T05:38:17.242Z Fresh memchr v2.6.0
11282026-04-17T05:38:17.242Z Fresh proc-macro2 v1.0.106
11292026-04-17T05:38:17.242Z Fresh pin-project-lite v0.2.12
11302026-04-17T05:38:17.242Z Fresh shlex v1.3.0
11312026-04-17T05:38:17.242Z Fresh autocfg v1.1.0
11322026-04-17T05:38:17.243Z Fresh bytes v1.11.1
11332026-04-17T05:38:17.243Z Fresh quote v1.0.45
11342026-04-17T05:38:17.243Z Fresh libc v0.2.184
11352026-04-17T05:38:17.243Z Fresh cc v1.2.16
11362026-04-17T05:38:17.243Z Fresh smallvec v1.13.2
11372026-04-17T05:38:17.243Z Fresh futures-core v0.3.32
11382026-04-17T05:38:17.243Z Fresh version_check v0.9.5
11392026-04-17T05:38:17.243Z Fresh scopeguard v1.2.0
11402026-04-17T05:38:17.243Z Fresh signal-hook-registry v1.4.0
11412026-04-17T05:38:17.243Z Fresh socket2 v0.6.3
11422026-04-17T05:38:17.243Z Fresh mio v1.2.0
11432026-04-17T05:38:17.243Z Fresh serde_derive v1.0.228
11442026-04-17T05:38:17.243Z Fresh lock_api v0.4.6
11452026-04-17T05:38:17.243Z Fresh tokio-macros v2.7.0
11462026-04-17T05:38:17.243Z Fresh futures-sink v0.3.32
11472026-04-17T05:38:17.243Z Fresh parking_lot_core v0.9.4
11482026-04-17T05:38:17.243Z Fresh log v0.4.17
11492026-04-17T05:38:17.243Z Fresh synstructure v0.13.1
11502026-04-17T05:38:17.243Z Fresh getrandom v0.2.11
11512026-04-17T05:38:17.243Z Fresh parking_lot v0.12.1
11522026-04-17T05:38:17.243Z Fresh slab v0.4.9
11532026-04-17T05:38:17.243Z Fresh zmij v1.0.2
11542026-04-17T05:38:17.243Z Fresh bitflags v2.11.0
11552026-04-17T05:38:17.243Z Fresh zerofrom-derive v0.1.5
11562026-04-17T05:38:17.243Z Fresh futures-channel v0.3.32
11572026-04-17T05:38:17.243Z Fresh tokio v1.51.0
11582026-04-17T05:38:17.243Z Fresh http v1.4.0
11592026-04-17T05:38:17.243Z Fresh zeroize v1.7.0
11602026-04-17T05:38:17.243Z Fresh zerofrom v0.1.5
11612026-04-17T05:38:17.243Z Fresh yoke-derive v0.7.5
11622026-04-17T05:38:17.243Z Fresh thiserror-impl v2.0.18
11632026-04-17T05:38:17.243Z Fresh rustls-pki-types v1.14.0
11642026-04-17T05:38:17.243Z Fresh futures-macro v0.3.32
11652026-04-17T05:38:17.243Z Fresh stable_deref_trait v1.2.0
11662026-04-17T05:38:17.243Z Fresh futures-io v0.3.32
11672026-04-17T05:38:17.243Z Fresh futures-task v0.3.32
11682026-04-17T05:38:17.243Z Fresh typenum v1.19.0
11692026-04-17T05:38:17.243Z Fresh yoke v0.7.5
11702026-04-17T05:38:17.243Z Fresh thiserror v2.0.18
11712026-04-17T05:38:17.244Z Fresh zerovec-derive v0.10.3
11722026-04-17T05:38:17.244Z Fresh futures-util v0.3.32
11732026-04-17T05:38:17.244Z Fresh zerovec v0.10.4
11742026-04-17T05:38:17.244Z Fresh serde_core v1.0.228
11752026-04-17T05:38:17.244Z Fresh displaydoc v0.2.5
11762026-04-17T05:38:17.244Z Fresh equivalent v1.0.0
11772026-04-17T05:38:17.244Z Fresh getrandom v0.4.1
11782026-04-17T05:38:17.244Z Fresh hashbrown v0.16.1
11792026-04-17T05:38:17.244Z Fresh ucd-trie v0.1.6
11802026-04-17T05:38:17.244Z Fresh untrusted v0.9.0
11812026-04-17T05:38:17.244Z Fresh tinystr v0.7.6
11822026-04-17T05:38:17.244Z Fresh http-body v1.0.1
11832026-04-17T05:38:17.244Z Fresh httparse v1.10.0
11842026-04-17T05:38:17.244Z Fresh pest v2.8.1
11852026-04-17T05:38:17.244Z Fresh ring v0.17.13
11862026-04-17T05:38:17.244Z Fresh serde v1.0.228
11872026-04-17T05:38:17.244Z Fresh indexmap v2.13.1
11882026-04-17T05:38:17.244Z Fresh errno v0.3.10
11892026-04-17T05:38:17.244Z Fresh tracing-core v0.1.32
11902026-04-17T05:38:17.244Z Fresh atomic-waker v1.1.2
11912026-04-17T05:38:17.244Z Fresh writeable v0.5.5
11922026-04-17T05:38:17.244Z Fresh percent-encoding v2.3.2
11932026-04-17T05:38:17.244Z Fresh litemap v0.7.4
11942026-04-17T05:38:17.244Z Fresh pkg-config v0.3.31
11952026-04-17T05:38:17.244Z Fresh vcpkg v0.2.15
11962026-04-17T05:38:17.244Z Fresh icu_locid v1.5.0
11972026-04-17T05:38:17.244Z Fresh tracing v0.1.40
11982026-04-17T05:38:17.244Z Fresh pest_meta v2.8.1
11992026-04-17T05:38:17.244Z Fresh tokio-util v0.7.18
12002026-04-17T05:38:17.244Z Fresh icu_provider_macros v1.5.0
12012026-04-17T05:38:17.244Z Fresh zerocopy-derive v0.8.27
12022026-04-17T05:38:17.244Z Fresh fnv v1.0.7
12032026-04-17T05:38:17.244Z Fresh try-lock v0.2.3
12042026-04-17T05:38:17.244Z Fresh pest_generator v2.8.1
12052026-04-17T05:38:17.244Z Fresh rustix v1.1.4
12062026-04-17T05:38:17.244Z Fresh h2 v0.4.6
12072026-04-17T05:38:17.244Z Fresh zerocopy v0.8.27
12082026-04-17T05:38:17.244Z Fresh icu_provider v1.5.0
12092026-04-17T05:38:17.245Z Fresh rustversion v1.0.22
12102026-04-17T05:38:17.245Z Fresh want v0.3.0
12112026-04-17T05:38:17.245Z Fresh rustls-webpki v0.102.8
12122026-04-17T05:38:17.245Z Fresh httpdate v1.0.1
12132026-04-17T05:38:17.245Z Fresh powerfmt v0.2.0
12142026-04-17T05:38:17.245Z Fresh subtle v2.5.0
12152026-04-17T05:38:17.245Z Fresh base64 v0.22.1
12162026-04-17T05:38:17.245Z Fresh tower-service v0.3.3
12172026-04-17T05:38:17.245Z Fresh time-core v0.1.8
12182026-04-17T05:38:17.245Z Fresh fastrand v2.1.1
12192026-04-17T05:38:17.245Z Fresh tower-layer v0.3.3
12202026-04-17T05:38:17.245Z Fresh byteorder v1.4.3
12212026-04-17T05:38:17.245Z Fresh icu_locid_transform_data v1.5.0
12222026-04-17T05:38:17.245Z Fresh num-conv v0.2.0
12232026-04-17T05:38:17.245Z Fresh hyper v1.9.0
12242026-04-17T05:38:17.245Z Fresh time-macros v0.2.27
12252026-04-17T05:38:17.245Z Fresh icu_locid_transform v1.5.0
12262026-04-17T05:38:17.245Z Fresh deranged v0.5.5
12272026-04-17T05:38:17.249Z Fresh crossbeam-utils v0.8.21
12282026-04-17T05:38:17.249Z Fresh pest_derive v2.8.1
12292026-04-17T05:38:17.249Z Fresh serde_tokenstream v0.2.3
12302026-04-17T05:38:17.249Z Fresh icu_collections v1.5.0
12312026-04-17T05:38:17.249Z Fresh icu_properties_data v1.5.0
12322026-04-17T05:38:17.249Z Fresh num_threads v0.1.3
12332026-04-17T05:38:17.249Z Fresh dtrace-parser v0.3.0
12342026-04-17T05:38:17.249Z Fresh generic-array v0.14.5
12352026-04-17T05:38:17.249Z Fresh rustix v0.38.44
12362026-04-17T05:38:17.249Z Fresh serde_json v1.0.149
12372026-04-17T05:38:17.249Z Fresh icu_properties v1.5.1
12382026-04-17T05:38:17.249Z Fresh time v0.3.47
12392026-04-17T05:38:17.249Z Fresh erased-serde v0.3.31
12402026-04-17T05:38:17.249Z Fresh scroll_derive v0.13.1
12412026-04-17T05:38:17.249Z Fresh socket2 v0.5.9
12422026-04-17T05:38:17.249Z Fresh thread-id v5.0.0
12432026-04-17T05:38:17.249Z Fresh foreign-types-shared v0.1.1
12442026-04-17T05:38:17.249Z Fresh utf16_iter v1.0.5
12452026-04-17T05:38:17.249Z Fresh ipnet v2.10.0
12462026-04-17T05:38:17.249Z Fresh icu_normalizer_data v1.5.0
12472026-04-17T05:38:17.249Z Fresh utf8_iter v1.0.4
12482026-04-17T05:38:17.249Z Fresh write16 v1.0.0
12492026-04-17T05:38:17.249Z Fresh openssl-probe v0.1.4
12502026-04-17T05:38:17.249Z Fresh foreign-types v0.3.2
12512026-04-17T05:38:17.249Z Fresh hyper-util v0.1.20
12522026-04-17T05:38:17.249Z Fresh icu_normalizer v1.5.0
12532026-04-17T05:38:17.250Z Fresh slog v2.8.2
12542026-04-17T05:38:17.250Z Fresh scroll v0.13.0
12552026-04-17T05:38:17.250Z Fresh paste v1.0.15
12562026-04-17T05:38:17.250Z Fresh openssl-sys v0.9.107
12572026-04-17T05:38:17.250Z Fresh form_urlencoded v1.2.2
12582026-04-17T05:38:17.250Z Fresh hybrid-array v0.4.8
12592026-04-17T05:38:17.250Z Fresh rand_core v0.6.3
12602026-04-17T05:38:17.250Z Fresh openssl-macros v0.1.1
12612026-04-17T05:38:17.250Z Fresh mime v0.3.16
12622026-04-17T05:38:17.250Z Fresh adler2 v2.0.1
12632026-04-17T05:38:17.250Z Fresh simd-adler32 v0.3.7
12642026-04-17T05:38:17.250Z Fresh unicode-width v0.1.9
12652026-04-17T05:38:17.250Z Fresh ppv-lite86 v0.2.15
12662026-04-17T05:38:17.250Z Fresh unicode-segmentation v1.10.0
12672026-04-17T05:38:17.250Z Fresh plain v0.2.3
12682026-04-17T05:38:17.250Z Fresh lazy_static v1.5.0
12692026-04-17T05:38:17.250Z Fresh newline-converter v0.3.0
12702026-04-17T05:38:17.250Z Fresh rand_chacha v0.3.1
12712026-04-17T05:38:17.250Z Fresh miniz_oxide v0.8.9
12722026-04-17T05:38:17.250Z Fresh console v0.15.7
12732026-04-17T05:38:17.250Z Fresh goblin v0.10.1
12742026-04-17T05:38:17.250Z Fresh openssl v0.10.72
12752026-04-17T05:38:17.250Z Fresh unicase v2.6.0
12762026-04-17T05:38:17.250Z Fresh idna_adapter v1.2.0
12772026-04-17T05:38:17.250Z Fresh crc32fast v1.5.0
12782026-04-17T05:38:17.250Z Fresh num-traits v0.2.14
12792026-04-17T05:38:17.250Z Fresh crypto-common v0.1.6
12802026-04-17T05:38:17.250Z Fresh block-buffer v0.10.2
12812026-04-17T05:38:17.250Z Fresh similar v2.2.1
12822026-04-17T05:38:17.250Z Fresh heck v0.5.0
12832026-04-17T05:38:17.250Z Fresh iana-time-zone v0.1.47
12842026-04-17T05:38:17.250Z Fresh winnow v1.0.0
12852026-04-17T05:38:17.250Z Fresh pretty-hex v0.4.1
12862026-04-17T05:38:17.250Z Fresh semver v1.0.28
12872026-04-17T05:38:17.250Z Fresh dof v0.4.0
12882026-04-17T05:38:17.250Z Fresh digest v0.10.7
12892026-04-17T05:38:17.250Z Fresh toml_parser v1.1.2+spec-1.1.0
12902026-04-17T05:38:17.250Z Fresh chrono v0.4.44
12912026-04-17T05:38:17.250Z Fresh flate2 v1.1.9
12922026-04-17T05:38:17.251Z Fresh ryu v1.0.5
12932026-04-17T05:38:17.251Z Fresh native-tls v0.2.12
12942026-04-17T05:38:17.251Z Fresh idna v1.0.3
12952026-04-17T05:38:17.251Z Fresh rustls v0.23.13
12962026-04-17T05:38:17.251Z Fresh rand v0.8.4
12972026-04-17T05:38:17.251Z Fresh rustls v0.22.4
12982026-04-17T05:38:17.251Z Fresh crypto-common v0.2.1
12992026-04-17T05:38:17.251Z Fresh block-buffer v0.12.0
13002026-04-17T05:38:17.251Z Fresh concurrent-queue v2.5.0
13012026-04-17T05:38:17.251Z Fresh http-body-util v0.1.3
13022026-04-17T05:38:17.251Z Fresh rustls-pemfile v2.2.0
13032026-04-17T05:38:17.251Z Fresh serde_derive_internals v0.29.0
13042026-04-17T05:38:17.251Z Fresh thiserror-impl v1.0.69
13052026-04-17T05:38:17.251Z Fresh thread_local v1.1.4
13062026-04-17T05:38:17.251Z Fresh toml_datetime v1.1.1+spec-1.1.0
13072026-04-17T05:38:17.251Z Fresh serde_spanned v1.1.1
13082026-04-17T05:38:17.251Z Fresh syn v2.0.117
13092026-04-17T05:38:17.251Z Fresh sync_wrapper v1.0.1
13102026-04-17T05:38:17.251Z Fresh encoding_rs v0.8.32
13112026-04-17T05:38:17.251Z Fresh cpufeatures v0.2.17
13122026-04-17T05:38:17.251Z Fresh toml_writer v1.1.1+spec-1.1.0
13132026-04-17T05:38:17.251Z Fresh parking v2.2.0
13142026-04-17T05:38:17.251Z Fresh match_cfg v0.1.0
13152026-04-17T05:38:17.251Z Fresh compression-core v0.4.31
13162026-04-17T05:38:17.251Z Fresh const-oid v0.10.2
13172026-04-17T05:38:17.251Z Fresh compression-codecs v0.4.37
13182026-04-17T05:38:17.251Z Fresh hostname v0.3.1
13192026-04-17T05:38:17.251Z Fresh digest v0.11.2
13202026-04-17T05:38:17.251Z Fresh event-listener v5.0.0
13212026-04-17T05:38:17.251Z Fresh toml v1.1.2+spec-1.1.0
13222026-04-17T05:38:17.251Z Fresh tower v0.5.2
13232026-04-17T05:38:17.251Z Fresh sha1 v0.10.6
13242026-04-17T05:38:17.251Z Fresh usdt-impl v0.6.0
13252026-04-17T05:38:17.251Z Fresh thiserror v1.0.69
13262026-04-17T05:38:17.251Z Fresh schemars_derive v0.8.22
13272026-04-17T05:38:17.257Z Fresh url v2.5.4
13282026-04-17T05:38:17.257Z Fresh tokio-rustls v0.25.0
13292026-04-17T05:38:17.257Z Fresh serde_urlencoded v0.7.1
13302026-04-17T05:38:17.257Z Fresh tokio-native-tls v0.3.1
13312026-04-17T05:38:17.257Z Fresh tokio-rustls v0.26.0
13322026-04-17T05:38:17.257Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
13332026-04-17T05:38:17.257Z Fresh usdt-attr-macro v0.6.0
13342026-04-17T05:38:17.257Z Fresh usdt-macro v0.6.0
13352026-04-17T05:38:17.257Z Fresh slog-json v2.6.1
13362026-04-17T05:38:17.257Z 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`
13372026-04-17T05:38:17.257Z Fresh crossbeam-channel v0.5.15
13382026-04-17T05:38:17.257Z Fresh uuid v1.23.0
13392026-04-17T05:38:17.285Z Fresh futures-executor v0.3.32
13402026-04-17T05:38:17.289Z Fresh webpki-roots v0.26.5
13412026-04-17T05:38:17.289Z Fresh async-stream-impl v0.3.6
13422026-04-17T05:38:17.289Z Fresh is-terminal v0.4.12
13432026-04-17T05:38:17.289Z Fresh memmap2 v0.9.8
13442026-04-17T05:38:17.289Z Fresh term v1.1.0
13452026-04-17T05:38:17.289Z Fresh spin v0.9.8
13462026-04-17T05:38:17.289Z Fresh data-encoding v2.4.0
13472026-04-17T05:38:17.289Z Fresh take_mut v0.2.2
13482026-04-17T05:38:17.289Z Fresh dyn-clone v1.0.4
13492026-04-17T05:38:17.289Z Fresh utf-8 v0.7.6
13502026-04-17T05:38:17.289Z Fresh iri-string v0.7.8
13512026-04-17T05:38:17.289Z Fresh cpufeatures v0.3.0
13522026-04-17T05:38:17.289Z Fresh schemars v0.8.22
13532026-04-17T05:38:17.289Z Fresh multer v3.1.0
13542026-04-17T05:38:17.289Z Fresh slog-async v2.8.0
13552026-04-17T05:38:17.289Z Fresh sha1 v0.11.0
13562026-04-17T05:38:17.289Z Fresh tungstenite v0.24.0
13572026-04-17T05:38:17.289Z Fresh tower-http v0.6.8
13582026-04-17T05:38:17.289Z Fresh slog-term v2.9.2
13592026-04-17T05:38:17.289Z Fresh usdt v0.6.0
13602026-04-17T05:38:17.289Z Fresh hyper-rustls v0.27.3
13612026-04-17T05:38:17.289Z Fresh futures v0.3.32
13622026-04-17T05:38:17.293Z Fresh async-stream v0.3.6
13632026-04-17T05:38:17.293Z Fresh hyper-tls v0.6.0
13642026-04-17T05:38:17.293Z Fresh mime_guess v2.0.5
13652026-04-17T05:38:17.293Z Fresh slog-bunyan v2.5.0
13662026-04-17T05:38:17.293Z Fresh camino v1.2.2
13672026-04-17T05:38:17.293Z Fresh event-listener-strategy v0.5.4
13682026-04-17T05:38:17.293Z Fresh async-compression v0.4.41
13692026-04-17T05:38:17.293Z Fresh target-triple v1.0.0
13702026-04-17T05:38:17.293Z Fresh rustls-native-certs v0.7.0
13712026-04-17T05:38:17.293Z Fresh yasna v0.5.2
13722026-04-17T05:38:17.293Z Fresh pem v3.0.6
13732026-04-17T05:38:17.293Z Fresh waitgroup v0.1.2
13742026-04-17T05:38:17.293Z Fresh openapiv3 v2.2.0
13752026-04-17T05:38:17.293Z Fresh webpki-roots v1.0.0
13762026-04-17T05:38:17.293Z Fresh async-trait v0.1.89
13772026-04-17T05:38:17.293Z Fresh hostname v0.4.2
13782026-04-17T05:38:17.293Z Fresh serde_path_to_error v0.1.20
13792026-04-17T05:38:17.293Z Fresh termcolor v1.1.2
13802026-04-17T05:38:17.293Z Fresh http-range v0.1.4
13812026-04-17T05:38:17.293Z Fresh debug-ignore v1.0.5
13822026-04-17T05:38:17.293Z Fresh glob v0.3.0
13832026-04-17T05:38:17.293Z Fresh simple-mermaid v0.2.0
13842026-04-17T05:38:17.294Z Fresh reqwest v0.12.28
13852026-04-17T05:38:17.294Z Fresh async-channel v2.5.0
13862026-04-17T05:38:17.294Z Fresh hyper-rustls v0.26.0
13872026-04-17T05:38:17.294Z Fresh trybuild v1.0.116
13882026-04-17T05:38:17.294Z Fresh hyper-staticfile v0.10.1
13892026-04-17T05:38:17.294Z Fresh rcgen v0.14.7
13902026-04-17T05:38:17.294Z Fresh tokio-tungstenite v0.24.0
13912026-04-17T05:38:17.294Z Fresh anyhow v1.0.102
13922026-04-17T05:38:17.294Z Fresh subprocess v1.0.3
13932026-04-17T05:38:17.294Z Fresh buf-list v1.1.2
13942026-04-17T05:38:17.294Z Fresh once_cell v1.20.1
13952026-04-17T05:38:17.294Z Fresh schema-derive v0.1.0
13962026-04-17T05:38:17.294Z Fresh tempfile v3.27.0
13972026-04-17T05:38:17.294Z Fresh schema v0.1.0
13982026-04-17T05:38:17.294Z Fresh atomicwrites v0.4.4
13992026-04-17T05:38:17.294Z Fresh prettyplease v0.2.37
14002026-04-17T05:38:17.294Z Fresh expectorate v1.2.0
14012026-04-17T05:38:18.546Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
14022026-04-17T05:38:18.551Z 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=c6f0f8192bf37796 -C extra-filename=-23dcca26c192a0a2 --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-bccbc1f6e3e5cfa8.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-51583fb6295870b4.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-e2b0446ef116e76a.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b23a55475cdcf04b.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out`
14032026-04-17T05:38:18.551Z 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=5d38029b3e48c01d -C extra-filename=-2701b368cdb784b7 --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-bccbc1f6e3e5cfa8.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-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14042026-04-17T05:38:23.240Z 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=7e105f5d40da294c -C extra-filename=-0030544ab68293e6 --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14052026-04-17T05:38:23.240Z 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=058c6c990d3ec831 -C extra-filename=-b90d0999a02aa1df --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14062026-04-17T05:38:23.240Z 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=f45b007f2db55bc9 -C extra-filename=-bbd5481e9308da2d --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14072026-04-17T05:38:23.247Z 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=51e84a678f1f2172 -C extra-filename=-0379e8be464aef7a --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14082026-04-17T05:38:23.247Z 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=0ca91fa5039893ff -C extra-filename=-ea40366d25dc83e1 --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14092026-04-17T05:38:23.247Z 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=55986bc2d10660dd -C extra-filename=-34a517c3dae81045 --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14102026-04-17T05:38:23.248Z 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=dc94c6fcb64e4b1d -C extra-filename=-4f6ab02b3bdfe141 --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14112026-04-17T05:38:32.668Z 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=a4ea1a1aacd7078a -C extra-filename=-14773da18ed2f740 --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14122026-04-17T05:38:32.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=76cd3ef33fc7d6ac -C extra-filename=-35e43e56779ea995 --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14132026-04-17T05:38:32.938Z 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=392e4018c0bbde3a -C extra-filename=-3f6469a25fed5363 --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14142026-04-17T05:38:33.047Z 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=5288600db393e3cf -C extra-filename=-2e48c1bc06d0a7bd --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14152026-04-17T05:38:33.485Z 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=4b512cd1a5d5ec69 -C extra-filename=-be75dc863bb5329b --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14162026-04-17T05:38:34.506Z 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=4d8a946702e93651 -C extra-filename=-c30cd7400fd633c1 --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14172026-04-17T05:38:35.079Z 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=153f958647563792 -C extra-filename=-9b543c2e7776a033 --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14182026-04-17T05:38:40.514Z 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=b4151473c1ea3f14 -C extra-filename=-3e3848e07f60edc6 --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14192026-04-17T05:38:43.599Z 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=a0aa17efa3585854 -C extra-filename=-273ea385a571c023 --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14202026-04-17T05:38:43.696Z 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=bffdb21e5cdb3df7 -C extra-filename=-a834930619a83770 --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14212026-04-17T05:38:44.518Z 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=ac842c092f1cf9c4 -C extra-filename=-cde72d3c2a76be44 --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14222026-04-17T05:38:45.094Z 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=927a35db2b217ce5 -C extra-filename=-f20db2e926a17beb --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14232026-04-17T05:38:45.744Z 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=675eba1d69b9d967 -C extra-filename=-f0d3f222726d85f6 --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14242026-04-17T05:38:46.055Z 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=2d2c2d71a558d656 -C extra-filename=-d07fc62312184e61 --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14252026-04-17T05:38:46.157Z 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=8576c8796bc18be7 -C extra-filename=-f7375b192bd6c4d7 --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14262026-04-17T05:38:51.038Z 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=6816b5401a77bd50 -C extra-filename=-fec7adcc9dce09c5 --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14272026-04-17T05:38:51.914Z 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=20afb575f75514b2 -C extra-filename=-f59ed97993d1b414 --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-bccbc1f6e3e5cfa8.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-23dcca26c192a0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-86cd73ffb8fcc25e.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-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-49c769b011cb431a.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-fa6a0ce6462ee63f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c657694ade1f097d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b260640565ce8b68.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-aedf93498436ef18.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a34a1b611703065f.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6242361d0e12f4ed.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c3288bc588f55299.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-04864751e1da5dbf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21cc358ed1081b68.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e2b0446ef116e76a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-eed463d8502f2cda.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-fbf220180ccbc38c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad51b2554f731410.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-3b5f63557685da87.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a18158d34c888a75.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-26ada60d8278e771.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bc3a5bc769d5e7bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0ec6e4215e9a268b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-6a98aa866d89d4ef.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9a5e595aba7f95fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-94c3c22ee393b510.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-5c15d6fa74a89c43.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-b23a55475cdcf04b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-247c50b0a2c36d7a.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7f0bf98923f70d8e/out -L native=/usr/ssl-3/lib/amd64`
14282026-04-17T05:39:07.709Z Finished `test` profile [unoptimized + debuginfo] target(s) in 50.64s
14292026-04-17T05:39:07.751Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-2701b368cdb784b7`
14302026-04-17T05:39:07.754Z
14312026-04-17T05:39:07.754Zrunning 142 tests
14322026-04-17T05:39:07.754Ztest api_description::test::test_endpoint_versions_matches ... ok
14332026-04-17T05:39:07.754Ztest api_description::test::test_endpoint_versions_range ... ok
14342026-04-17T05:39:07.754Ztest api_description::test::test_endpoint_versions_overlaps ... ok
14352026-04-17T05:39:07.754Ztest api_description::test::test_badpath4 - should panic ... ok
14362026-04-17T05:39:07.759Ztest api_description::test::test_tags_need_one ... ok
14372026-04-17T05:39:07.759Ztest api_description::test::test_tag_config_deserialize_old ... ok
14382026-04-17T05:39:07.759Ztest api_description::test::test_dup_names ... ok
14392026-04-17T05:39:07.759Ztest api_description::test::test_badpath3 ... ok
14402026-04-17T05:39:07.759Ztest api_description::test::test_badpath2 ... ok
14412026-04-17T05:39:07.759Ztest api_description::test::test_badpath1 ... ok
14422026-04-17T05:39:07.759Ztest api_description::test::test_tags_just_right ... ok
14432026-04-17T05:39:07.759Ztest api_description::test::test_tags_too_many ... ok
14442026-04-17T05:39:07.759Ztest compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok
14452026-04-17T05:39:07.759Ztest compression::tests::test_accepts_gzip_encoding_basic ... ok
14462026-04-17T05:39:07.759Ztest compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok
14472026-04-17T05:39:07.759Ztest compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok
14482026-04-17T05:39:07.759Ztest compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok
14492026-04-17T05:39:07.759Ztest compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok
14502026-04-17T05:39:07.760Ztest compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok
14512026-04-17T05:39:07.760Ztest compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok
14522026-04-17T05:39:07.760Ztest compression::tests::test_accepts_gzip_encoding_no_header ... ok
14532026-04-17T05:39:07.760Ztest compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok
14542026-04-17T05:39:07.760Ztest compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok
14552026-04-17T05:39:07.760Ztest compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok
14562026-04-17T05:39:07.760Ztest compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok
14572026-04-17T05:39:07.760Ztest compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok
14582026-04-17T05:39:07.760Ztest compression::tests::test_accepts_gzip_encoding_wildcard ... ok
14592026-04-17T05:39:07.760Ztest compression::tests::test_accepts_gzip_encoding_with_spaces ... ok
14602026-04-17T05:39:07.760Ztest compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok
14612026-04-17T05:39:07.760Ztest compression::tests::test_should_compress_response_already_encoded ... ok
14622026-04-17T05:39:07.760Ztest compression::tests::test_should_compress_response_no_accept_encoding ... ok
14632026-04-17T05:39:07.760Ztest compression::tests::test_should_compress_response_head_method ... ok
14642026-04-17T05:39:07.760Ztest compression::tests::test_should_compress_response_basic ... ok
14652026-04-17T05:39:07.760Ztest compression::tests::test_should_compress_response_compressible_content_types ... ok
14662026-04-17T05:39:07.760Ztest compression::tests::test_should_compress_response_no_content ... ok
14672026-04-17T05:39:07.760Ztest compression::tests::test_should_compress_response_no_content_type ... ok
14682026-04-17T05:39:07.760Ztest compression::tests::test_should_compress_response_no_compression_extension ... ok
14692026-04-17T05:39:07.760Ztest compression::tests::test_should_compress_response_non_compressible_content_types ... ok
14702026-04-17T05:39:07.760Ztest compression::tests::test_should_compress_response_not_modified ... ok
14712026-04-17T05:39:07.760Ztest compression::tests::test_should_compress_response_partial_content ... ok
14722026-04-17T05:39:07.760Ztest compression::tests::test_should_compress_response_rejects_content_range ... ok
14732026-04-17T05:39:07.760Ztest compression::tests::test_should_compress_response_respects_content_length_threshold ... ok
14742026-04-17T05:39:07.760Ztest compression::tests::test_should_compress_response_sse ... ok
14752026-04-17T05:39:07.760Ztest error::test::test_serialize_error_response_body ... ok
14762026-04-17T05:39:07.760Ztest extractor::body::tests::test_typed_body_from ... ok
14772026-04-17T05:39:07.760Ztest extractor::metadata::test::test_metadata_flattened ... ok
14782026-04-17T05:39:07.760Ztest extractor::header::tests::test_header_parsing ... ok
14792026-04-17T05:39:07.760Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
14802026-04-17T05:39:07.760Ztest extractor::metadata::test::test_metadata_pagination ... ok
14812026-04-17T05:39:07.760Ztest extractor::metadata::test::test_metadata_simple ... ok
14822026-04-17T05:39:07.760Ztest from_map::test::test_deep ... ok
14832026-04-17T05:39:07.760Ztest from_map::test::test_lone_literal ... ok
14842026-04-17T05:39:07.760Ztest from_map::test::test_case_insensitive ... ok
14852026-04-17T05:39:07.760Ztest compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok
14862026-04-17T05:39:07.760Ztest compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok
14872026-04-17T05:39:07.760Ztest from_map::test::test_missing_data2 ... ok
14882026-04-17T05:39:07.760Ztest from_map::test::test_missing_data1 ... ok
14892026-04-17T05:39:07.761Ztest from_map::test::test_types ... ok
14902026-04-17T05:39:07.761Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14912026-04-17T05:39:07.761Ztest extractor::body::tests::test_content_plus_json ... ok
14922026-04-17T05:39:07.761Ztest logging::test::test_config_bad_file_no_file ... ok
14932026-04-17T05:39:07.761Ztest logging::test::test_config_bad_file_no_level ... ok
14942026-04-17T05:39:07.761Ztest logging::test::test_config_bad_log_mode ... ok
14952026-04-17T05:39:07.761Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14962026-04-17T05:39:07.761Ztest logging::test::test_config_bad_terminal_no_level ... ok
14972026-04-17T05:39:07.764Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14982026-04-17T05:39:07.765Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14992026-04-17T05:39:07.765Ztest api_description::test::test_tags_set ... ok
15002026-04-17T05:39:07.765Ztest pagination::test::test_pagination_schema ... ok
15012026-04-17T05:39:07.765Ztest router::test::test_bad_path_segment2 - should panic ... ok
15022026-04-17T05:39:07.765Ztest pagination::test::test_results_page ... ok
15032026-04-17T05:39:07.765Ztest router::test::test_bad_path_segment1 - should panic ... ok
15042026-04-17T05:39:07.765Ztest router::test::test_bad_path_segment4 - should panic ... ok
15052026-04-17T05:39:07.765Ztest router::test::test_bad_path_segment3 - should panic ... ok
15062026-04-17T05:39:07.765Ztest pagination::test::test_page_token_serialization ... ok
15072026-04-17T05:39:07.765Ztest router::test::test_bogus_regex - should panic ... ok
15082026-04-17T05:39:07.765Ztest router::test::test_duplicate_route1 - should panic ... ok
15092026-04-17T05:39:07.765Ztest pagination::test::test_pagparams_parsing ... ok
15102026-04-17T05:39:07.765Znote: configured to log to "/tmp/dropshot-2701b368cdb784b7.2110.file_dir/log.out"
15112026-04-17T05:39:07.765Ztest router::test::test_duplicate_route2 - should panic ... ok
15122026-04-17T05:39:07.765Ztest router::test::test_duplicate_route3 - should panic ... ok
15132026-04-17T05:39:07.765Ztest router::test::test_embedded_non_variable ... ok
15142026-04-17T05:39:07.765Ztest router::test::test_duplicate_varname - should panic ... ok
15152026-04-17T05:39:07.765Ztest router::test::test_duplicate_route_same_version - should panic ... ok
15162026-04-17T05:39:07.765Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
15172026-04-17T05:39:07.765Ztest logging::test::test_config_stderr_terminal ... ok
15182026-04-17T05:39:07.765Ztest router::test::test_inconsistent_varname - should panic ... ok
15192026-04-17T05:39:07.765Ztest router::test::test_error_cases ... ok
15202026-04-17T05:39:07.765Ztest router::test::test_empty_variable ... ok
15212026-04-17T05:39:07.765Ztest router::test::test_iter ... ok
15222026-04-17T05:39:07.765Ztest router::test::test_iter_null ... ok
15232026-04-17T05:39:07.765Ztest router::test::test_literal_after_variable - should panic ... ok
15242026-04-17T05:39:07.765Ztest router::test::test_map ... ok
15252026-04-17T05:39:07.765Ztest router::test::test_map_bad_value ... ok
15262026-04-17T05:39:07.765Ztest router::test::test_more_after_regex - should panic ... ok
15272026-04-17T05:39:07.765Ztest router::test::test_path_segment ... ok
15282026-04-17T05:39:07.765Ztest router::test::test_iter2 ... ok
15292026-04-17T05:39:07.765Ztest router::test::test_segments ... ok
15302026-04-17T05:39:07.765Ztest router::test::test_variable_after_literal - should panic ... ok
15312026-04-17T05:39:07.765Ztest router::test::test_router_versioned ... ok
15322026-04-17T05:39:07.765Ztest router::test::test_router_basic ... ok
15332026-04-17T05:39:07.765Ztest router::test::test_variable_name_bad_end - should panic ... ok
15342026-04-17T05:39:07.765Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
15352026-04-17T05:39:07.765Ztest router::test::test_map_bad_seq ... ok
15362026-04-17T05:39:07.765Ztest router::test::test_variable_name_empty - should panic ... ok
15372026-04-17T05:39:07.766Ztest router::test::test_literal_after_regex - should panic ... ok
15382026-04-17T05:39:07.766Ztest router::test::test_variable_rename ... ok
15392026-04-17T05:39:07.766Ztest router::test::test_variable_name_bad_start - should panic ... ok
15402026-04-17T05:39:07.766Ztest router::test::test_variables_basic ... ok
15412026-04-17T05:39:07.766Ztest router::test::test_variables_multi ... ok
15422026-04-17T05:39:07.766Ztest router::test::test_variables_glob ... ok
15432026-04-17T05:39:07.766Ztest schema_util::test::test_empty_struct ... ok
15442026-04-17T05:39:07.766Ztest schema_util::test::test_additional_properties ... ok
15452026-04-17T05:39:07.766Znote: configured to log to "/tmp/dropshot-2701b368cdb784b7.2110.file_dir/log.out"
15462026-04-17T05:39:07.766Ztest schema_util::test::test_nullable ... ok
15472026-04-17T05:39:07.766Ztest schema_util::test::test_two_types - should panic ... ok
15482026-04-17T05:39:07.766Ztest schema_util::test::test_embedded_schema ... ok
15492026-04-17T05:39:07.766Ztest schema_util::test::test_extension_conversion ... ok
15502026-04-17T05:39:07.766Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
15512026-04-17T05:39:07.766Znote: configured to log to "/tmp/dropshot-2701b368cdb784b7.2110.file_dir/log.out"
15522026-04-17T05:39:07.766Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
15532026-04-17T05:39:07.766Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
15542026-04-17T05:39:07.766Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
15552026-04-17T05:39:07.766Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
15562026-04-17T05:39:07.766Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
15572026-04-17T05:39:07.766Ztest test_util::test::test_bunyan_easy_cases ... ok
15582026-04-17T05:39:07.766Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
15592026-04-17T05:39:07.766Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
15602026-04-17T05:39:07.766Ztest logging::test::test_config_file ... ok
15612026-04-17T05:39:07.766Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
15622026-04-17T05:39:07.766Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
15632026-04-17T05:39:07.766Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
15642026-04-17T05:39:07.766Ztest to_map::test::test_struct_with_options ... ok
15652026-04-17T05:39:07.766Ztest to_map::test::test_to_map_enum ... ok
15662026-04-17T05:39:07.766Ztest to_map::test::test_to_map_num ... ok
15672026-04-17T05:39:07.766Ztest to_map::test::test_to_map_vec ... ok
15682026-04-17T05:39:07.766Ztest to_map::test::test_to_map_valid ... ok
15692026-04-17T05:39:07.766Ztest type_util::tests::test_commented_ref ... ok
15702026-04-17T05:39:07.766Ztest to_map::test::test_to_map_seq ... ok
15712026-04-17T05:39:07.766Ztest type_util::tests::test_recursive_type - should panic ... ok
15722026-04-17T05:39:07.766Ztest type_util::tests::test_reflexive_type - should panic ... ok
15732026-04-17T05:39:07.766Ztest server::test::test_drop_server_without_close_okay ... ok
15742026-04-17T05:39:07.766Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
15752026-04-17T05:39:07.766Ztest server::test::test_server_run_then_close ... ok
15762026-04-17T05:39:07.767Ztest server::test::test_http_acceptor_happy_path ... ok
15772026-04-17T05:39:07.767Z
15782026-04-17T05:39:07.767Ztest result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15792026-04-17T05:39:07.767Z
15802026-04-17T05:39:07.767Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-fec7adcc9dce09c5`
15812026-04-17T05:39:07.770Z
15822026-04-17T05:39:07.770Zrunning 1 test
15832026-04-17T05:39:08.063Z Compiling proc-macro2 v1.0.106
15842026-04-17T05:39:08.063Z Compiling quote v1.0.45
15852026-04-17T05:39:08.063Z Compiling unicode-ident v1.0.12
15862026-04-17T05:39:08.063Z Compiling libc v0.2.184
15872026-04-17T05:39:08.067Z Checking cfg-if v1.0.0
15882026-04-17T05:39:08.067Z Compiling serde_core v1.0.228
15892026-04-17T05:39:08.067Z Checking itoa v1.0.1
15902026-04-17T05:39:08.067Z Checking pin-project-lite v0.2.12
15912026-04-17T05:39:08.151Z Checking memchr v2.6.0
15922026-04-17T05:39:08.177Z Compiling autocfg v1.1.0
15932026-04-17T05:39:08.208Z Compiling shlex v1.3.0
15942026-04-17T05:39:08.213Z Checking smallvec v1.13.2
15952026-04-17T05:39:08.384Z Compiling cc v1.2.16
15962026-04-17T05:39:08.414Z Checking bytes v1.11.1
15972026-04-17T05:39:08.473Z Compiling version_check v0.9.5
15982026-04-17T05:39:08.534Z Checking once_cell v1.20.1
15992026-04-17T05:39:08.574Z Checking futures-core v0.3.32
16002026-04-17T05:39:08.686Z Compiling log v0.4.17
16012026-04-17T05:39:08.690Z Compiling parking_lot_core v0.9.4
16022026-04-17T05:39:08.833Z Checking scopeguard v1.2.0
16032026-04-17T05:39:08.846Z Compiling thiserror v2.0.18
16042026-04-17T05:39:08.928Z Checking lock_api v0.4.6
16052026-04-17T05:39:09.011Z Compiling zmij v1.0.2
16062026-04-17T05:39:09.085Z Checking mio v1.2.0
16072026-04-17T05:39:09.109Z Checking socket2 v0.6.3
16082026-04-17T05:39:09.280Z Checking parking_lot v0.12.1
16092026-04-17T05:39:09.347Z Checking signal-hook-registry v1.4.0
16102026-04-17T05:39:09.361Z Compiling slab v0.4.9
16112026-04-17T05:39:09.368Z Checking futures-sink v0.3.32
16122026-04-17T05:39:09.456Z Compiling syn v2.0.117
16132026-04-17T05:39:09.462Z Checking getrandom v0.2.11
16142026-04-17T05:39:09.491Z Compiling serde_json v1.0.149
16152026-04-17T05:39:09.500Z Compiling serde v1.0.228
16162026-04-17T05:39:09.518Z Checking futures-channel v0.3.32
16172026-04-17T05:39:09.602Z Checking http v1.4.0
16182026-04-17T05:39:09.705Z Compiling typenum v1.19.0
16192026-04-17T05:39:09.738Z Checking zeroize v1.7.0
16202026-04-17T05:39:09.878Z Checking rustls-pki-types v1.14.0
16212026-04-17T05:39:09.937Z Checking stable_deref_trait v1.2.0
16222026-04-17T05:39:10.006Z Checking futures-task v0.3.32
16232026-04-17T05:39:10.034Z Checking futures-io v0.3.32
16242026-04-17T05:39:10.042Z Compiling ring v0.17.13
16252026-04-17T05:39:10.134Z Compiling httparse v1.10.0
16262026-04-17T05:39:10.159Z Compiling ucd-trie v0.1.6
16272026-04-17T05:39:10.166Z Compiling zerocopy v0.8.27
16282026-04-17T05:39:10.491Z Checking hashbrown v0.16.1
16292026-04-17T05:39:10.574Z Checking bitflags v2.11.0
16302026-04-17T05:39:10.669Z Checking equivalent v1.0.0
16312026-04-17T05:39:10.723Z Checking untrusted v0.9.0
16322026-04-17T05:39:10.808Z Checking http-body v1.0.1
16332026-04-17T05:39:10.820Z Checking tracing-core v0.1.32
16342026-04-17T05:39:10.824Z Compiling vcpkg v0.2.15
16352026-04-17T05:39:10.866Z Checking percent-encoding v2.3.2
16362026-04-17T05:39:10.927Z Checking writeable v0.5.5
16372026-04-17T05:39:10.937Z Checking indexmap v2.13.1
16382026-04-17T05:39:11.098Z Checking litemap v0.7.4
16392026-04-17T05:39:11.110Z Compiling pkg-config v0.3.31
16402026-04-17T05:39:11.273Z Compiling rustversion v1.0.22
16412026-04-17T05:39:11.395Z Checking atomic-waker v1.1.2
16422026-04-17T05:39:11.496Z Checking tracing v0.1.40
16432026-04-17T05:39:11.664Z Checking try-lock v0.2.3
16442026-04-17T05:39:11.741Z Checking fnv v1.0.7
16452026-04-17T05:39:11.752Z Compiling crossbeam-utils v0.8.21
16462026-04-17T05:39:11.775Z Compiling openssl-sys v0.9.107
16472026-04-17T05:39:11.826Z Checking want v0.3.0
16482026-04-17T05:39:11.984Z Compiling unicase v2.6.0
16492026-04-17T05:39:12.127Z Compiling generic-array v0.14.5
16502026-04-17T05:39:12.138Z Checking icu_locid_transform_data v1.5.0
16512026-04-17T05:39:12.226Z Compiling synstructure v0.13.1
16522026-04-17T05:39:12.264Z Checking powerfmt v0.2.0
16532026-04-17T05:39:12.416Z Compiling time-core v0.1.8
16542026-04-17T05:39:12.432Z Checking subtle v2.5.0
16552026-04-17T05:39:12.558Z Checking base64 v0.22.1
16562026-04-17T05:39:12.561Z Checking tower-layer v0.3.3
16572026-04-17T05:39:12.573Z Checking httpdate v1.0.1
16582026-04-17T05:39:12.622Z Checking tower-service v0.3.3
16592026-04-17T05:39:12.702Z Compiling getrandom v0.4.1
16602026-04-17T05:39:12.708Z Compiling num-conv v0.2.0
16612026-04-17T05:39:12.711Z Compiling slog v2.8.2
16622026-04-17T05:39:12.836Z Checking deranged v0.5.5
16632026-04-17T05:39:12.842Z Compiling time-macros v0.2.27
16642026-04-17T05:39:13.114Z Checking rustls-webpki v0.102.8
16652026-04-17T05:39:13.254Z Checking num_threads v0.1.3
16662026-04-17T05:39:13.287Z Checking icu_properties_data v1.5.0
16672026-04-17T05:39:13.455Z Checking socket2 v0.5.9
16682026-04-17T05:39:13.477Z Compiling num-traits v0.2.14
16692026-04-17T05:39:13.692Z Checking utf8_iter v1.0.4
16702026-04-17T05:39:13.735Z Checking ipnet v2.10.0
16712026-04-17T05:39:13.808Z Checking utf16_iter v1.0.5
16722026-04-17T05:39:13.816Z Checking write16 v1.0.0
16732026-04-17T05:39:13.898Z Compiling openssl v0.10.72
16742026-04-17T05:39:13.910Z Checking foreign-types-shared v0.1.1
16752026-04-17T05:39:13.951Z Checking openssl-probe v0.1.4
16762026-04-17T05:39:13.968Z Compiling usdt-impl v0.6.0
16772026-04-17T05:39:13.979Z Compiling crc32fast v1.5.0
16782026-04-17T05:39:13.984Z Checking icu_normalizer_data v1.5.0
16792026-04-17T05:39:14.052Z Checking foreign-types v0.3.2
16802026-04-17T05:39:14.199Z Compiling thread-id v5.0.0
16812026-04-17T05:39:14.231Z Checking time v0.3.47
16822026-04-17T05:39:14.324Z Checking form_urlencoded v1.2.2
16832026-04-17T05:39:14.355Z Checking hybrid-array v0.4.8
16842026-04-17T05:39:14.393Z Checking rand_core v0.6.3
16852026-04-17T05:39:14.413Z Checking errno v0.3.10
16862026-04-17T05:39:14.488Z Compiling rustix v1.1.4
16872026-04-17T05:39:14.528Z Compiling ryu v1.0.5
16882026-04-17T05:39:14.556Z Compiling rustls v0.22.4
16892026-04-17T05:39:14.589Z Checking ppv-lite86 v0.2.15
16902026-04-17T05:39:14.613Z Compiling serde_derive v1.0.228
16912026-04-17T05:39:14.686Z Compiling tokio-macros v2.7.0
16922026-04-17T05:39:14.779Z Compiling thiserror-impl v2.0.18
16932026-04-17T05:39:14.791Z Compiling zerofrom-derive v0.1.5
16942026-04-17T05:39:14.821Z Compiling futures-macro v0.3.32
16952026-04-17T05:39:14.876Z Compiling yoke-derive v0.7.5
16962026-04-17T05:39:14.946Z Compiling zerovec-derive v0.10.3
16972026-04-17T05:39:15.083Z Compiling displaydoc v0.2.5
16982026-04-17T05:39:15.836Z Checking tokio v1.51.0
16992026-04-17T05:39:16.050Z Checking futures-util v0.3.32
17002026-04-17T05:39:16.307Z Compiling zerocopy-derive v0.8.27
17012026-04-17T05:39:16.491Z Compiling icu_provider_macros v1.5.0
17022026-04-17T05:39:16.756Z Compiling scroll_derive v0.13.1
17032026-04-17T05:39:16.982Z Compiling pest v2.8.1
17042026-04-17T05:39:16.997Z Checking zerofrom v0.1.5
17052026-04-17T05:39:17.113Z Checking yoke v0.7.5
17062026-04-17T05:39:17.383Z Checking zerovec v0.10.4
17072026-04-17T05:39:17.534Z Compiling openssl-macros v0.1.1
17082026-04-17T05:39:18.010Z Checking scroll v0.13.0
17092026-04-17T05:39:18.041Z Checking mime v0.3.16
17102026-04-17T05:39:18.068Z Checking tinystr v0.7.6
17112026-04-17T05:39:18.199Z Compiling pest_meta v2.8.1
17122026-04-17T05:39:18.208Z Checking icu_collections v1.5.0
17132026-04-17T05:39:18.238Z Checking icu_locid v1.5.0
17142026-04-17T05:39:18.249Z Compiling byteorder v1.4.3
17152026-04-17T05:39:18.310Z Checking plain v0.2.3
17162026-04-17T05:39:18.463Z Compiling native-tls v0.2.12
17172026-04-17T05:39:18.540Z Checking simd-adler32 v0.3.7
17182026-04-17T05:39:18.681Z Checking icu_provider v1.5.0
17192026-04-17T05:39:18.726Z Compiling rustls v0.23.13
17202026-04-17T05:39:18.873Z Compiling pest_generator v2.8.1
17212026-04-17T05:39:18.929Z Checking erased-serde v0.3.31
17222026-04-17T05:39:18.937Z Checking tokio-util v0.7.18
17232026-04-17T05:39:18.964Z Compiling serde_tokenstream v0.2.3
17242026-04-17T05:39:18.981Z Checking icu_locid_transform v1.5.0
17252026-04-17T05:39:19.059Z Checking adler2 v2.0.1
17262026-04-17T05:39:19.165Z Checking miniz_oxide v0.8.9
17272026-04-17T05:39:19.351Z Checking h2 v0.4.6
17282026-04-17T05:39:19.449Z Checking icu_properties v1.5.1
17292026-04-17T05:39:19.506Z Checking goblin v0.10.1
17302026-04-17T05:39:19.706Z Compiling dof v0.4.0
17312026-04-17T05:39:20.221Z Compiling pest_derive v2.8.1
17322026-04-17T05:39:20.415Z Checking rand_chacha v0.3.1
17332026-04-17T05:39:20.797Z Checking crypto-common v0.1.6
17342026-04-17T05:39:20.842Z Checking icu_normalizer v1.5.0
17352026-04-17T05:39:20.907Z Checking block-buffer v0.10.2
17362026-04-17T05:39:21.014Z Compiling thiserror v1.0.69
17372026-04-17T05:39:21.025Z Checking iana-time-zone v0.1.47
17382026-04-17T05:39:21.092Z Compiling dtrace-parser v0.3.0
17392026-04-17T05:39:21.124Z Checking pretty-hex v0.4.1
17402026-04-17T05:39:21.164Z Checking hyper v1.9.0
17412026-04-17T05:39:21.211Z Checking idna_adapter v1.2.0
17422026-04-17T05:39:21.232Z Compiling rustix v0.38.44
17432026-04-17T05:39:21.331Z Checking idna v1.0.3
17442026-04-17T05:39:21.581Z Checking chrono v0.4.44
17452026-04-17T05:39:21.633Z Checking digest v0.10.7
17462026-04-17T05:39:21.766Z Compiling mime_guess v2.0.5
17472026-04-17T05:39:21.805Z Checking flate2 v1.1.9
17482026-04-17T05:39:21.982Z Checking rand v0.8.4
17492026-04-17T05:39:22.086Z Checking hyper-util v0.1.20
17502026-04-17T05:39:22.502Z Checking block-buffer v0.12.0
17512026-04-17T05:39:22.507Z Checking crypto-common v0.2.1
17522026-04-17T05:39:22.535Z Compiling thiserror-impl v1.0.69
17532026-04-17T05:39:22.642Z Checking concurrent-queue v2.5.0
17542026-04-17T05:39:22.828Z Compiling serde_derive_internals v0.29.0
17552026-04-17T05:39:22.953Z Checking http-body-util v0.1.3
17562026-04-17T05:39:23.001Z Checking rustls-pemfile v2.2.0
17572026-04-17T05:39:23.163Z Compiling multer v3.1.0
17582026-04-17T05:39:23.214Z Checking thread_local v1.1.4
17592026-04-17T05:39:23.230Z Checking sync_wrapper v1.0.1
17602026-04-17T05:39:23.330Z Checking encoding_rs v0.8.32
17612026-04-17T05:39:23.376Z Checking parking v2.2.0
17622026-04-17T05:39:23.419Z Checking compression-core v0.4.31
17632026-04-17T05:39:23.487Z Checking fastrand v2.1.1
17642026-04-17T05:39:23.543Z Checking match_cfg v0.1.0
17652026-04-17T05:39:23.606Z Compiling schemars v0.8.22
17662026-04-17T05:39:23.629Z Checking cpufeatures v0.2.17
17672026-04-17T05:39:23.667Z Compiling slog-async v2.8.0
17682026-04-17T05:39:23.693Z Compiling paste v1.0.15
17692026-04-17T05:39:23.779Z Compiling camino v1.2.2
17702026-04-17T05:39:23.869Z Checking const-oid v0.10.2
17712026-04-17T05:39:24.024Z Checking winnow v1.0.0
17722026-04-17T05:39:24.036Z Compiling schemars_derive v0.8.22
17732026-04-17T05:39:24.066Z Checking digest v0.11.2
17742026-04-17T05:39:24.211Z Checking sha1 v0.10.6
17752026-04-17T05:39:24.240Z Checking tempfile v3.27.0
17762026-04-17T05:39:24.276Z Checking tokio-rustls v0.25.0
17772026-04-17T05:39:24.309Z Checking toml_parser v1.1.2+spec-1.1.0
17782026-04-17T05:39:24.330Z Checking tokio-rustls v0.26.0
17792026-04-17T05:39:24.363Z Checking hostname v0.3.1
17802026-04-17T05:39:24.366Z Checking compression-codecs v0.4.37
17812026-04-17T05:39:24.435Z Checking event-listener v5.0.0
17822026-04-17T05:39:24.454Z Checking tower v0.5.2
17832026-04-17T05:39:24.525Z Checking serde_urlencoded v0.7.1
17842026-04-17T05:39:24.540Z Compiling usdt-attr-macro v0.6.0
17852026-04-17T05:39:24.635Z Compiling usdt-macro v0.6.0
17862026-04-17T05:39:24.646Z Checking tokio-native-tls v0.3.1
17872026-04-17T05:39:24.651Z Checking url v2.5.4
17882026-04-17T05:39:24.727Z Checking slog-json v2.6.1
17892026-04-17T05:39:24.789Z Checking futures-executor v0.3.32
17902026-04-17T05:39:24.829Z Compiling async-stream-impl v0.3.6
17912026-04-17T05:39:24.881Z Checking uuid v1.23.0
17922026-04-17T05:39:24.933Z Checking crossbeam-channel v0.5.15
17932026-04-17T05:39:25.030Z Checking webpki-roots v0.26.5
17942026-04-17T05:39:25.141Z Checking toml_datetime v1.1.1+spec-1.1.0
17952026-04-17T05:39:25.166Z Checking serde_spanned v1.1.1
17962026-04-17T05:39:25.206Z Checking memmap2 v0.9.8
17972026-04-17T05:39:25.271Z Checking is-terminal v0.4.12
17982026-04-17T05:39:25.293Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
17992026-04-17T05:39:25.345Z Checking iri-string v0.7.8
18002026-04-17T05:39:25.353Z Checking data-encoding v2.4.0
18012026-04-17T05:39:25.360Z Checking spin v0.9.8
18022026-04-17T05:39:25.462Z Checking cpufeatures v0.3.0
18032026-04-17T05:39:25.529Z Checking utf-8 v0.7.6
18042026-04-17T05:39:25.547Z Compiling heck v0.5.0
18052026-04-17T05:39:25.603Z Checking lazy_static v1.5.0
18062026-04-17T05:39:25.654Z Checking unicode-segmentation v1.10.0
18072026-04-17T05:39:25.696Z Checking take_mut v0.2.2
18082026-04-17T05:39:25.772Z Compiling semver v1.0.28
18092026-04-17T05:39:25.792Z Compiling anyhow v1.0.102
18102026-04-17T05:39:25.799Z Checking dyn-clone v1.0.4
18112026-04-17T05:39:25.802Z Checking term v1.1.0
18122026-04-17T05:39:25.809Z Checking toml_writer v1.1.1+spec-1.1.0
18132026-04-17T05:39:25.880Z Checking unicode-width v0.1.9
18142026-04-17T05:39:25.937Z Checking newline-converter v0.3.0
18152026-04-17T05:39:25.977Z Checking console v0.15.7
18162026-04-17T05:39:25.977Z Checking toml v1.1.2+spec-1.1.0
18172026-04-17T05:39:26.015Z Checking slog-term v2.9.2
18182026-04-17T05:39:26.033Z Checking usdt v0.6.0
18192026-04-17T05:39:26.117Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
18202026-04-17T05:39:26.186Z Checking async-stream v0.3.6
18212026-04-17T05:39:26.261Z Checking tungstenite v0.24.0
18222026-04-17T05:39:26.345Z Checking sha1 v0.11.0
18232026-04-17T05:39:26.379Z Checking tower-http v0.6.8
18242026-04-17T05:39:26.395Z Checking atomicwrites v0.4.4
18252026-04-17T05:39:26.508Z Checking hyper-rustls v0.27.3
18262026-04-17T05:39:26.508Z Checking futures v0.3.32
18272026-04-17T05:39:26.549Z Checking slog-bunyan v2.5.0
18282026-04-17T05:39:26.578Z Checking hyper-tls v0.6.0
18292026-04-17T05:39:26.594Z Checking event-listener-strategy v0.5.4
18302026-04-17T05:39:26.639Z Checking async-compression v0.4.41
18312026-04-17T05:39:26.695Z Checking rustls-native-certs v0.7.0
18322026-04-17T05:39:26.712Z Checking openapiv3 v2.2.0
18332026-04-17T05:39:26.733Z Checking yasna v0.5.2
18342026-04-17T05:39:26.783Z Compiling async-trait v0.1.89
18352026-04-17T05:39:26.871Z Checking pem v3.0.6
18362026-04-17T05:39:26.892Z Checking waitgroup v0.1.2
18372026-04-17T05:39:26.939Z Checking webpki-roots v1.0.0
18382026-04-17T05:39:26.986Z Checking serde_path_to_error v0.1.20
18392026-04-17T05:39:27.026Z Checking hostname v0.4.2
18402026-04-17T05:39:27.050Z Checking simple-mermaid v0.2.0
18412026-04-17T05:39:27.106Z Checking http-range v0.1.4
18422026-04-17T05:39:27.112Z Checking similar v2.2.1
18432026-04-17T05:39:27.116Z Checking debug-ignore v1.0.5
18442026-04-17T05:39:27.224Z Checking hyper-staticfile v0.10.1
18452026-04-17T05:39:27.287Z Checking rcgen v0.14.7
18462026-04-17T05:39:27.390Z Checking reqwest v0.12.28
18472026-04-17T05:39:27.428Z Checking hyper-rustls v0.26.0
18482026-04-17T05:39:27.479Z Checking expectorate v1.2.0
18492026-04-17T05:39:27.490Z Checking async-channel v2.5.0
18502026-04-17T05:39:27.596Z Checking tokio-tungstenite v0.24.0
18512026-04-17T05:39:27.679Z Checking subprocess v1.0.3
18522026-04-17T05:39:27.706Z Checking buf-list v1.1.2
18532026-04-17T05:39:30.066Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
18542026-04-17T05:39:30.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.32s
18552026-04-17T05:39:30.377Z
18562026-04-17T05:39:30.377Z
18572026-04-17T05:39:48.418Ztest tests/fail/bad_channel10.rs ... ok
18582026-04-17T05:39:48.418Ztest tests/fail/bad_channel11.rs ... ok
18592026-04-17T05:39:48.418Ztest tests/fail/bad_channel12.rs ... ok
18602026-04-17T05:39:48.419Ztest tests/fail/bad_channel13.rs ... ok
18612026-04-17T05:39:48.419Ztest tests/fail/bad_channel14.rs ... ok
18622026-04-17T05:39:48.419Ztest tests/fail/bad_channel15.rs ... mismatch
18632026-04-17T05:39:48.419Z
18642026-04-17T05:39:48.419ZEXPECTED:
18652026-04-17T05:39:48.419Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
18662026-04-17T05:39:48.419Zerror: future cannot be sent between threads safely
18672026-04-17T05:39:48.419Z --> tests/fail/bad_channel15.rs:11:1
18682026-04-17T05:39:48.419Z |
18692026-04-17T05:39:48.419Z11 | / #[channel {
18702026-04-17T05:39:48.419Z12 | | protocol = WEBSOCKETS,
18712026-04-17T05:39:48.419Z13 | | path = "/test",
18722026-04-17T05:39:48.419Z14 | | }]
18732026-04-17T05:39:48.419Z | |__^ future returned by `bad_channel` is not `Send`
18742026-04-17T05:39:48.419Z |
18752026-04-17T05:39:48.419Z = help: within `impl Future<Output = Result<(), Box<(dyn std::error::Error + Send + Sync + 'static)>>>`, the trait `Send` is not implemented for `Rc<i32>`
18762026-04-17T05:39:48.419Znote: future is not `Send` as this value is used across an await
18772026-04-17T05:39:48.419Z --> tests/fail/bad_channel15.rs:20:50
18782026-04-17T05:39:48.419Z |
18792026-04-17T05:39:48.419Z19 | let _non_send_type = Rc::new(0);
18802026-04-17T05:39:48.419Z | -------------- has type `Rc<i32>` which is not `Send`
18812026-04-17T05:39:48.419Z20 | tokio::time::sleep(Duration::from_millis(1)).await;
18822026-04-17T05:39:48.419Z | ^^^^^ await occurs here, with `_non_send_type` maybe used later
18832026-04-17T05:39:48.419Znote: required by a bound in `future_endpoint_must_be_send`
18842026-04-17T05:39:48.419Z --> tests/fail/bad_channel15.rs:11:1
18852026-04-17T05:39:48.419Z |
18862026-04-17T05:39:48.419Z11 | / #[channel {
18872026-04-17T05:39:48.419Z12 | | protocol = WEBSOCKETS,
18882026-04-17T05:39:48.419Z13 | | path = "/test",
18892026-04-17T05:39:48.419Z14 | | }]
18902026-04-17T05:39:48.419Z | |__^ required by this bound in `future_endpoint_must_be_send`
18912026-04-17T05:39:48.419Z = note: this error originates in the attribute macro `channel` (in Nightly builds, run with -Z macro-backtrace for more info)
18922026-04-17T05:39:48.419Z
18932026-04-17T05:39:48.419Zerror: future cannot be sent between threads safely
18942026-04-17T05:39:48.419Z --> tests/fail/bad_channel15.rs:15:1
18952026-04-17T05:39:48.424Z |
18962026-04-17T05:39:48.424Z15 | async fn bad_channel(
18972026-04-17T05:39:48.424Z | ^^^^^ future created by async block is not `Send`
18982026-04-17T05:39:48.424Z |
18992026-04-17T05:39:48.424Z = help: within `{async block@$DIR/tests/fail/bad_channel15.rs:15:1: 15:6}`, the trait `Send` is not implemented for `Rc<i32>`
19002026-04-17T05:39:48.424Znote: future is not `Send` as this value is used across an await
19012026-04-17T05:39:48.424Z --> tests/fail/bad_channel15.rs:20:50
19022026-04-17T05:39:48.424Z |
19032026-04-17T05:39:48.424Z19 | let _non_send_type = Rc::new(0);
19042026-04-17T05:39:48.424Z | -------------- has type `Rc<i32>` which is not `Send`
19052026-04-17T05:39:48.424Z20 | tokio::time::sleep(Duration::from_millis(1)).await;
19062026-04-17T05:39:48.424Z | ^^^^^ await occurs here, with `_non_send_type` maybe used later
19072026-04-17T05:39:48.424Znote: required by a bound in `WebsocketUpgrade::handle`
19082026-04-17T05:39:48.424Z --> src/websocket.rs
19092026-04-17T05:39:48.425Z |
19102026-04-17T05:39:48.425Z | pub fn handle<C, F>(mut self, handler: C) -> WebsocketEndpointResult
19112026-04-17T05:39:48.425Z | ------ required by a bound in this associated function
19122026-04-17T05:39:48.425Z...
19132026-04-17T05:39:48.425Z | F: Future<Output = WebsocketChannelResult> + Send + 'static,
19142026-04-17T05:39:48.425Z | ^^^^ required by this bound in `WebsocketUpgrade::handle`
19152026-04-17T05:39:48.425Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
19162026-04-17T05:39:48.425Z
19172026-04-17T05:39:48.425ZACTUAL OUTPUT:
19182026-04-17T05:39:48.425Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
19192026-04-17T05:39:48.425Zerror: future cannot be sent between threads safely
19202026-04-17T05:39:48.425Z --> tests/fail/bad_channel15.rs:15:1
19212026-04-17T05:39:48.425Z |
19222026-04-17T05:39:48.425Z15 | async fn bad_channel(
19232026-04-17T05:39:48.425Z | ^^^^^ future created by async block is not `Send`
19242026-04-17T05:39:48.425Z |
19252026-04-17T05:39:48.425Z = help: within `{async block@$DIR/tests/fail/bad_channel15.rs:15:1: 15:6}`, the trait `Send` is not implemented for `Rc<i32>`
19262026-04-17T05:39:48.425Znote: future is not `Send` as this value is used across an await
19272026-04-17T05:39:48.425Z --> tests/fail/bad_channel15.rs:20:50
19282026-04-17T05:39:48.425Z |
19292026-04-17T05:39:48.425Z19 | let _non_send_type = Rc::new(0);
19302026-04-17T05:39:48.425Z | -------------- has type `Rc<i32>` which is not `Send`
19312026-04-17T05:39:48.425Z20 | tokio::time::sleep(Duration::from_millis(1)).await;
19322026-04-17T05:39:48.425Z | ^^^^^ await occurs here, with `_non_send_type` maybe used later
19332026-04-17T05:39:48.425Znote: required by a bound in `WebsocketUpgrade::handle`
19342026-04-17T05:39:48.425Z --> src/websocket.rs
19352026-04-17T05:39:48.425Z |
19362026-04-17T05:39:48.425Z | pub fn handle<C, F>(mut self, handler: C) -> WebsocketEndpointResult
19372026-04-17T05:39:48.425Z | ------ required by a bound in this associated function
19382026-04-17T05:39:48.425Z...
19392026-04-17T05:39:48.425Z | F: Future<Output = WebsocketChannelResult> + Send + 'static,
19402026-04-17T05:39:48.425Z | ^^^^ required by this bound in `WebsocketUpgrade::handle`
19412026-04-17T05:39:48.425Z
19422026-04-17T05:39:48.425Zerror: future cannot be sent between threads safely
19432026-04-17T05:39:48.425Z --> tests/fail/bad_channel15.rs:11:1
19442026-04-17T05:39:48.425Z |
19452026-04-17T05:39:48.425Z11 | / #[channel {
19462026-04-17T05:39:48.425Z12 | | protocol = WEBSOCKETS,
19472026-04-17T05:39:48.425Z13 | | path = "/test",
19482026-04-17T05:39:48.426Z14 | | }]
19492026-04-17T05:39:48.426Z | |__^ future returned by `bad_channel` is not `Send`
19502026-04-17T05:39:48.426Z |
19512026-04-17T05:39:48.426Z = help: within `impl Future<Output = Result<(), Box<(dyn std::error::Error + Send + Sync + 'static)>>>`, the trait `Send` is not implemented for `Rc<i32>`
19522026-04-17T05:39:48.426Znote: future is not `Send` as this value is used across an await
19532026-04-17T05:39:48.426Z --> tests/fail/bad_channel15.rs:20:50
19542026-04-17T05:39:48.426Z |
19552026-04-17T05:39:48.426Z19 | let _non_send_type = Rc::new(0);
19562026-04-17T05:39:48.426Z | -------------- has type `Rc<i32>` which is not `Send`
19572026-04-17T05:39:48.426Z20 | tokio::time::sleep(Duration::from_millis(1)).await;
19582026-04-17T05:39:48.426Z | ^^^^^ await occurs here, with `_non_send_type` maybe used later
19592026-04-17T05:39:48.426Znote: required by a bound in `future_endpoint_must_be_send`
19602026-04-17T05:39:48.426Z --> tests/fail/bad_channel15.rs:11:1
19612026-04-17T05:39:48.426Z |
19622026-04-17T05:39:48.426Z11 | / #[channel {
19632026-04-17T05:39:48.426Z12 | | protocol = WEBSOCKETS,
19642026-04-17T05:39:48.426Z13 | | path = "/test",
19652026-04-17T05:39:48.426Z14 | | }]
19662026-04-17T05:39:48.426Z | |__^ required by this bound in `future_endpoint_must_be_send`
19672026-04-17T05:39:48.426Z = note: this error originates in the attribute macro `channel` (in Nightly builds, run with -Z macro-backtrace for more info)
19682026-04-17T05:39:48.426Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
19692026-04-17T05:39:48.426Znote: If the actual output is the correct output you can bless it by rerunning
19702026-04-17T05:39:48.426Z your test with the environment variable TRYBUILD=overwrite
19712026-04-17T05:39:48.426Z
19722026-04-17T05:39:48.426Ztest tests/fail/bad_channel17.rs ... ok
19732026-04-17T05:39:48.426Ztest tests/fail/bad_channel18.rs ... ok
19742026-04-17T05:39:48.426Ztest tests/fail/bad_channel19.rs ... ok
19752026-04-17T05:39:48.426Ztest tests/fail/bad_channel1a.rs ... ok
19762026-04-17T05:39:48.426Ztest tests/fail/bad_channel1b.rs ... ok
19772026-04-17T05:39:48.426Ztest tests/fail/bad_channel2.rs ... ok
19782026-04-17T05:39:48.426Ztest tests/fail/bad_channel20.rs ... ok
19792026-04-17T05:39:48.426Ztest tests/fail/bad_channel21.rs ... ok
19802026-04-17T05:39:48.426Ztest tests/fail/bad_channel22.rs ... ok
19812026-04-17T05:39:48.426Ztest tests/fail/bad_channel23.rs ... ok
19822026-04-17T05:39:48.426Ztest tests/fail/bad_channel24.rs ... ok
19832026-04-17T05:39:48.426Ztest tests/fail/bad_channel25.rs ... ok
19842026-04-17T05:39:48.426Ztest tests/fail/bad_channel26.rs ... ok
19852026-04-17T05:39:48.426Ztest tests/fail/bad_channel27.rs ... ok
19862026-04-17T05:39:48.426Ztest tests/fail/bad_channel28.rs ... ok
19872026-04-17T05:39:48.427Ztest tests/fail/bad_channel3.rs ... ok
19882026-04-17T05:39:48.427Ztest tests/fail/bad_channel4.rs ... ok
19892026-04-17T05:39:48.427Ztest tests/fail/bad_channel5.rs ... ok
19902026-04-17T05:39:48.427Ztest tests/fail/bad_channel6.rs ... ok
19912026-04-17T05:39:48.427Ztest tests/fail/bad_channel8.rs ... ok
19922026-04-17T05:39:48.427Ztest tests/fail/bad_channel9.rs ... ok
19932026-04-17T05:39:48.427Ztest tests/fail/bad_endpoint1.rs ... ok
19942026-04-17T05:39:48.427Ztest tests/fail/bad_endpoint10.rs ... ok
19952026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint11.rs ... ok
19962026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint12.rs ... ok
19972026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint13.rs ... ok
19982026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint14.rs ... ok
19992026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint15.rs ... ok
20002026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint16.rs ... ok
20012026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint17.rs ... ok
20022026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint18.rs ... ok
20032026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint19.rs ... ok
20042026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint2.rs ... ok
20052026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint20.rs ... ok
20062026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint21.rs ... ok
20072026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint22.rs ... ok
20082026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint23.rs ... ok
20092026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint24.rs ... ok
20102026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint25.rs ... ok
20112026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint26.rs ... ok
20122026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint27.rs ... ok
20132026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint28.rs ... ok
20142026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint3.rs ... ok
20152026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint4.rs ... ok
20162026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint5.rs ... ok
20172026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint6.rs ... ok
20182026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint7.rs ... ok
20192026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint8.rs ... ok
20202026-04-17T05:39:48.431Ztest tests/fail/bad_endpoint9.rs ... ok
20212026-04-17T05:39:48.431Ztest tests/fail/bad_trait_channel10.rs ... ok
20222026-04-17T05:39:48.431Ztest tests/fail/bad_trait_channel11.rs ... ok
20232026-04-17T05:39:48.431Ztest tests/fail/bad_trait_channel12.rs ... ok
20242026-04-17T05:39:48.431Ztest tests/fail/bad_trait_channel13.rs ... ok
20252026-04-17T05:39:48.431Ztest tests/fail/bad_trait_channel14.rs ... ok
20262026-04-17T05:39:48.431Ztest tests/fail/bad_trait_channel15.rs ... mismatch
20272026-04-17T05:39:48.431Z
20282026-04-17T05:39:48.431ZEXPECTED:
20292026-04-17T05:39:48.431Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
20302026-04-17T05:39:48.432Zerror: future cannot be sent between threads safely
20312026-04-17T05:39:48.432Z --> tests/fail/bad_trait_channel15.rs:21:43
20322026-04-17T05:39:48.432Z |
20332026-04-17T05:39:48.432Z21 | ) -> dropshot::WebsocketChannelResult {
20342026-04-17T05:39:48.432Z | ___________________________________________^
20352026-04-17T05:39:48.432Z22 | | // Note: we're check error messages from the default trait-provided impl
20362026-04-17T05:39:48.432Z23 | | // -- that's the code the proc macro actually transforms.
20372026-04-17T05:39:48.432Z24 | | let _non_send_type = Rc::new(0);
20382026-04-17T05:39:48.432Z25 | | tokio::time::sleep(Duration::from_millis(1)).await;
20392026-04-17T05:39:48.432Z26 | | Ok(())
20402026-04-17T05:39:48.432Z27 | | }
20412026-04-17T05:39:48.432Z | |_____^ future created by async block is not `Send`
20422026-04-17T05:39:48.432Z |
20432026-04-17T05:39:48.432Z = help: within `{async block@$DIR/tests/fail/bad_trait_channel15.rs:21:43: 27:6}`, the trait `Send` is not implemented for `Rc<i32>`
20442026-04-17T05:39:48.432Znote: future is not `Send` as this value is used across an await
20452026-04-17T05:39:48.432Z --> tests/fail/bad_trait_channel15.rs:25:54
20462026-04-17T05:39:48.432Z |
20472026-04-17T05:39:48.432Z24 | let _non_send_type = Rc::new(0);
20482026-04-17T05:39:48.432Z | -------------- has type `Rc<i32>` which is not `Send`
20492026-04-17T05:39:48.432Z25 | tokio::time::sleep(Duration::from_millis(1)).await;
20502026-04-17T05:39:48.432Z | ^^^^^ await occurs here, with `_non_send_type` maybe used later
20512026-04-17T05:39:48.432Znote: required by a bound in an opaque type
20522026-04-17T05:39:48.432Z --> tests/fail/bad_trait_channel15.rs:21:10
20532026-04-17T05:39:48.432Z |
20542026-04-17T05:39:48.432Z21 | ) -> dropshot::WebsocketChannelResult {
20552026-04-17T05:39:48.432Z | ^^^^^^^^
20562026-04-17T05:39:48.432Z
20572026-04-17T05:39:48.432Zerror: future cannot be sent between threads safely
20582026-04-17T05:39:48.432Z --> tests/fail/bad_trait_channel15.rs:10:1
20592026-04-17T05:39:48.432Z |
20602026-04-17T05:39:48.432Z10 | #[dropshot::api_description]
20612026-04-17T05:39:48.432Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ future created by async block is not `Send`
20622026-04-17T05:39:48.432Z |
20632026-04-17T05:39:48.432Z = help: within `{async block@$DIR/tests/fail/bad_trait_channel15.rs:21:43: 27:6}`, the trait `Send` is not implemented for `Rc<i32>`
20642026-04-17T05:39:48.432Znote: future is not `Send` as this value is used across an await
20652026-04-17T05:39:48.432Z --> tests/fail/bad_trait_channel15.rs:25:54
20662026-04-17T05:39:48.432Z |
20672026-04-17T05:39:48.432Z24 | let _non_send_type = Rc::new(0);
20682026-04-17T05:39:48.432Z | -------------- has type `Rc<i32>` which is not `Send`
20692026-04-17T05:39:48.433Z25 | tokio::time::sleep(Duration::from_millis(1)).await;
20702026-04-17T05:39:48.433Z | ^^^^^ await occurs here, with `_non_send_type` maybe used later
20712026-04-17T05:39:48.433Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
20722026-04-17T05:39:48.433Z
20732026-04-17T05:39:48.433ZACTUAL OUTPUT:
20742026-04-17T05:39:48.433Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
20752026-04-17T05:39:48.433Zerror: future cannot be sent between threads safely
20762026-04-17T05:39:48.433Z --> tests/fail/bad_trait_channel15.rs:10:1
20772026-04-17T05:39:48.433Z |
20782026-04-17T05:39:48.433Z10 | #[dropshot::api_description]
20792026-04-17T05:39:48.433Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ future created by async block is not `Send`
20802026-04-17T05:39:48.433Z |
20812026-04-17T05:39:48.433Z = help: within `{async block@$DIR/tests/fail/bad_trait_channel15.rs:21:43: 27:6}`, the trait `Send` is not implemented for `Rc<i32>`
20822026-04-17T05:39:48.433Znote: future is not `Send` as this value is used across an await
20832026-04-17T05:39:48.433Z --> tests/fail/bad_trait_channel15.rs:25:54
20842026-04-17T05:39:48.433Z |
20852026-04-17T05:39:48.433Z24 | let _non_send_type = Rc::new(0);
20862026-04-17T05:39:48.433Z | -------------- has type `Rc<i32>` which is not `Send`
20872026-04-17T05:39:48.433Z25 | tokio::time::sleep(Duration::from_millis(1)).await;
20882026-04-17T05:39:48.433Z | ^^^^^ await occurs here, with `_non_send_type` maybe used later
20892026-04-17T05:39:48.433Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
20902026-04-17T05:39:48.433Znote: If the actual output is the correct output you can bless it by rerunning
20912026-04-17T05:39:48.433Z your test with the environment variable TRYBUILD=overwrite
20922026-04-17T05:39:48.433Z
20932026-04-17T05:39:48.433Ztest tests/fail/bad_trait_channel17.rs ... ok
20942026-04-17T05:39:48.433Ztest tests/fail/bad_trait_channel18.rs ... ok
20952026-04-17T05:39:48.437Ztest tests/fail/bad_trait_channel19.rs ... ok
20962026-04-17T05:39:48.437Ztest tests/fail/bad_trait_channel1a.rs ... ok
20972026-04-17T05:39:48.437Ztest tests/fail/bad_trait_channel1b.rs ... ok
20982026-04-17T05:39:48.437Ztest tests/fail/bad_trait_channel2.rs ... ok
20992026-04-17T05:39:48.437Ztest tests/fail/bad_trait_channel20.rs ... ok
21002026-04-17T05:39:48.437Ztest tests/fail/bad_trait_channel21.rs ... ok
21012026-04-17T05:39:48.437Ztest tests/fail/bad_trait_channel22.rs ... ok
21022026-04-17T05:39:48.437Ztest tests/fail/bad_trait_channel23.rs ... ok
21032026-04-17T05:39:48.437Ztest tests/fail/bad_trait_channel24.rs ... ok
21042026-04-17T05:39:48.437Ztest tests/fail/bad_trait_channel25.rs ... ok
21052026-04-17T05:39:48.437Ztest tests/fail/bad_trait_channel26.rs ... ok
21062026-04-17T05:39:48.437Ztest tests/fail/bad_trait_channel28.rs ... ok
21072026-04-17T05:39:48.437Ztest tests/fail/bad_trait_channel3.rs ... ok
21082026-04-17T05:39:48.437Ztest tests/fail/bad_trait_channel4.rs ... ok
21092026-04-17T05:39:48.437Ztest tests/fail/bad_trait_channel5.rs ... ok
21102026-04-17T05:39:48.437Ztest tests/fail/bad_trait_channel6.rs ... ok
21112026-04-17T05:39:48.437Ztest tests/fail/bad_trait_channel8.rs ... ok
21122026-04-17T05:39:48.437Ztest tests/fail/bad_trait_channel9.rs ... ok
21132026-04-17T05:39:48.437Ztest tests/fail/bad_trait_endpoint1.rs ... ok
21142026-04-17T05:39:48.437Ztest tests/fail/bad_trait_endpoint10.rs ... ok
21152026-04-17T05:39:48.437Ztest tests/fail/bad_trait_endpoint11.rs ... ok
21162026-04-17T05:39:48.437Ztest tests/fail/bad_trait_endpoint12.rs ... ok
21172026-04-17T05:39:48.437Ztest tests/fail/bad_trait_endpoint13.rs ... ok
21182026-04-17T05:39:48.437Ztest tests/fail/bad_trait_endpoint14.rs ... ok
21192026-04-17T05:39:48.437Ztest tests/fail/bad_trait_endpoint15.rs ... mismatch
21202026-04-17T05:39:48.437Z
21212026-04-17T05:39:48.437ZEXPECTED:
21222026-04-17T05:39:48.438Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
21232026-04-17T05:39:48.438Zerror: future cannot be sent between threads safely
21242026-04-17T05:39:48.438Z --> tests/fail/bad_trait_endpoint15.rs:21:49
21252026-04-17T05:39:48.438Z |
21262026-04-17T05:39:48.438Z21 | ) -> Result<HttpResponseOk<i32>, HttpError> {
21272026-04-17T05:39:48.438Z | _________________________________________________^
21282026-04-17T05:39:48.438Z22 | | // Note: we're check error messages from the default trait-provided impl
21292026-04-17T05:39:48.438Z23 | | // -- that's the code the proc macro actually transforms.
21302026-04-17T05:39:48.438Z24 | | let non_send_type = Rc::new(0);
21312026-04-17T05:39:48.438Z25 | | tokio::time::sleep(Duration::from_millis(1)).await;
21322026-04-17T05:39:48.438Z26 | | Ok(HttpResponseOk(*non_send_type))
21332026-04-17T05:39:48.438Z27 | | }
21342026-04-17T05:39:48.438Z | |_____^ future created by async block is not `Send`
21352026-04-17T05:39:48.438Z |
21362026-04-17T05:39:48.438Z = help: within `{async block@$DIR/tests/fail/bad_trait_endpoint15.rs:21:49: 27:6}`, the trait `Send` is not implemented for `Rc<i32>`
21372026-04-17T05:39:48.438Znote: future is not `Send` as this value is used across an await
21382026-04-17T05:39:48.438Z --> tests/fail/bad_trait_endpoint15.rs:25:54
21392026-04-17T05:39:48.438Z |
21402026-04-17T05:39:48.438Z24 | let non_send_type = Rc::new(0);
21412026-04-17T05:39:48.438Z | ------------- has type `Rc<i32>` which is not `Send`
21422026-04-17T05:39:48.438Z25 | tokio::time::sleep(Duration::from_millis(1)).await;
21432026-04-17T05:39:48.438Z | ^^^^^ await occurs here, with `non_send_type` maybe used later
21442026-04-17T05:39:48.438Znote: required by a bound in an opaque type
21452026-04-17T05:39:48.438Z --> tests/fail/bad_trait_endpoint15.rs:21:10
21462026-04-17T05:39:48.438Z |
21472026-04-17T05:39:48.438Z21 | ) -> Result<HttpResponseOk<i32>, HttpError> {
21482026-04-17T05:39:48.438Z | ^^^^^^
21492026-04-17T05:39:48.438Z
21502026-04-17T05:39:48.438Zerror: future cannot be sent between threads safely
21512026-04-17T05:39:48.438Z --> tests/fail/bad_trait_endpoint15.rs:11:1
21522026-04-17T05:39:48.438Z |
21532026-04-17T05:39:48.438Z11 | #[dropshot::api_description]
21542026-04-17T05:39:48.438Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ future created by async block is not `Send`
21552026-04-17T05:39:48.438Z |
21562026-04-17T05:39:48.438Z = help: within `{async block@$DIR/tests/fail/bad_trait_endpoint15.rs:21:49: 27:6}`, the trait `Send` is not implemented for `Rc<i32>`
21572026-04-17T05:39:48.438Znote: future is not `Send` as this value is used across an await
21582026-04-17T05:39:48.438Z --> tests/fail/bad_trait_endpoint15.rs:25:54
21592026-04-17T05:39:48.438Z |
21602026-04-17T05:39:48.438Z24 | let non_send_type = Rc::new(0);
21612026-04-17T05:39:48.439Z | ------------- has type `Rc<i32>` which is not `Send`
21622026-04-17T05:39:48.439Z25 | tokio::time::sleep(Duration::from_millis(1)).await;
21632026-04-17T05:39:48.439Z | ^^^^^ await occurs here, with `non_send_type` maybe used later
21642026-04-17T05:39:48.439Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
21652026-04-17T05:39:48.439Z
21662026-04-17T05:39:48.439ZACTUAL OUTPUT:
21672026-04-17T05:39:48.439Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
21682026-04-17T05:39:48.439Zerror: future cannot be sent between threads safely
21692026-04-17T05:39:48.439Z --> tests/fail/bad_trait_endpoint15.rs:11:1
21702026-04-17T05:39:48.439Z |
21712026-04-17T05:39:48.439Z11 | #[dropshot::api_description]
21722026-04-17T05:39:48.439Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ future created by async block is not `Send`
21732026-04-17T05:39:48.439Z |
21742026-04-17T05:39:48.439Z = help: within `{async block@$DIR/tests/fail/bad_trait_endpoint15.rs:21:49: 27:6}`, the trait `Send` is not implemented for `Rc<i32>`
21752026-04-17T05:39:48.439Znote: future is not `Send` as this value is used across an await
21762026-04-17T05:39:48.439Z --> tests/fail/bad_trait_endpoint15.rs:25:54
21772026-04-17T05:39:48.439Z |
21782026-04-17T05:39:48.439Z24 | let non_send_type = Rc::new(0);
21792026-04-17T05:39:48.439Z | ------------- has type `Rc<i32>` which is not `Send`
21802026-04-17T05:39:48.439Z25 | tokio::time::sleep(Duration::from_millis(1)).await;
21812026-04-17T05:39:48.439Z | ^^^^^ await occurs here, with `non_send_type` maybe used later
21822026-04-17T05:39:48.439Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
21832026-04-17T05:39:48.439Znote: If the actual output is the correct output you can bless it by rerunning
21842026-04-17T05:39:48.439Z your test with the environment variable TRYBUILD=overwrite
21852026-04-17T05:39:48.439Z
21862026-04-17T05:39:48.439Ztest tests/fail/bad_trait_endpoint16.rs ... ok
21872026-04-17T05:39:48.439Ztest tests/fail/bad_trait_endpoint17.rs ... ok
21882026-04-17T05:39:48.439Ztest tests/fail/bad_trait_endpoint18.rs ... ok
21892026-04-17T05:39:48.439Ztest tests/fail/bad_trait_endpoint19.rs ... ok
21902026-04-17T05:39:48.439Ztest tests/fail/bad_trait_endpoint2.rs ... ok
21912026-04-17T05:39:48.439Ztest tests/fail/bad_trait_endpoint20.rs ... ok
21922026-04-17T05:39:48.439Ztest tests/fail/bad_trait_endpoint21.rs ... ok
21932026-04-17T05:39:48.439Ztest tests/fail/bad_trait_endpoint22.rs ... ok
21942026-04-17T05:39:48.439Ztest tests/fail/bad_trait_endpoint23.rs ... ok
21952026-04-17T05:39:48.444Ztest tests/fail/bad_trait_endpoint24.rs ... ok
21962026-04-17T05:39:48.444Ztest tests/fail/bad_trait_endpoint25.rs ... ok
21972026-04-17T05:39:48.444Ztest tests/fail/bad_trait_endpoint26.rs ... ok
21982026-04-17T05:39:48.444Ztest tests/fail/bad_trait_endpoint27.rs ... ok
21992026-04-17T05:39:48.444Ztest tests/fail/bad_trait_endpoint28.rs ... ok
22002026-04-17T05:39:48.444Ztest tests/fail/bad_trait_endpoint3.rs ... ok
22012026-04-17T05:39:48.444Ztest tests/fail/bad_trait_endpoint4.rs ... ok
22022026-04-17T05:39:48.444Ztest tests/fail/bad_trait_endpoint5.rs ... ok
22032026-04-17T05:39:48.444Ztest tests/fail/bad_trait_endpoint6.rs ... ok
22042026-04-17T05:39:48.444Ztest tests/fail/bad_trait_endpoint7.rs ... ok
22052026-04-17T05:39:48.444Ztest tests/fail/bad_trait_endpoint8.rs ... ok
22062026-04-17T05:39:48.444Ztest tests/fail/bad_trait_endpoint9.rs ... ok
22072026-04-17T05:39:48.444Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
22082026-04-17T05:39:48.444Ztest tests/fail/bad_trait_only1.rs ... ok
22092026-04-17T05:39:48.444Ztest tests/fail/bad_trait_only10.rs ... mismatch
22102026-04-17T05:39:48.444Z
22112026-04-17T05:39:48.444ZEXPECTED:
22122026-04-17T05:39:48.444Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
22132026-04-17T05:39:48.444Zerror: API trait `MyApi` must not be marked as `unsafe`
22142026-04-17T05:39:48.444Z --> tests/fail/bad_trait_only10.rs:8:1
22152026-04-17T05:39:48.444Z |
22162026-04-17T05:39:48.444Z8 | unsafe trait MyApi {
22172026-04-17T05:39:48.444Z | ^^^^^^
22182026-04-17T05:39:48.444Z
22192026-04-17T05:39:48.444Zerror[E0425]: cannot find function `api_description` in module `my_api_mod`
22202026-04-17T05:39:48.444Z --> tests/fail/bad_trait_only10.rs:23:17
22212026-04-17T05:39:48.445Z |
22222026-04-17T05:39:48.445Z23 | my_api_mod::api_description::<MyImpl>();
22232026-04-17T05:39:48.445Z | ^^^^^^^^^^^^^^^ not found in `my_api_mod`
22242026-04-17T05:39:48.445Z
22252026-04-17T05:39:48.445Zerror[E0425]: cannot find function `stub_api_description` in module `my_api_mod`
22262026-04-17T05:39:48.445Z --> tests/fail/bad_trait_only10.rs:24:17
22272026-04-17T05:39:48.445Z |
22282026-04-17T05:39:48.445Z24 | my_api_mod::stub_api_description();
22292026-04-17T05:39:48.445Z | ^^^^^^^^^^^^^^^^^^^^ not found in `my_api_mod`
22302026-04-17T05:39:48.445Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
22312026-04-17T05:39:48.445Z
22322026-04-17T05:39:48.445ZACTUAL OUTPUT:
22332026-04-17T05:39:48.445Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
22342026-04-17T05:39:48.445Zerror: API trait `MyApi` must not be marked as `unsafe`
22352026-04-17T05:39:48.445Z --> tests/fail/bad_trait_only10.rs:8:1
22362026-04-17T05:39:48.445Z |
22372026-04-17T05:39:48.445Z8 | unsafe trait MyApi {
22382026-04-17T05:39:48.445Z | ^^^^^^
22392026-04-17T05:39:48.445Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
22402026-04-17T05:39:48.445Znote: If the actual output is the correct output you can bless it by rerunning
22412026-04-17T05:39:48.445Z your test with the environment variable TRYBUILD=overwrite
22422026-04-17T05:39:48.445Z
22432026-04-17T05:39:48.445Ztest tests/fail/bad_trait_only11.rs ... mismatch
22442026-04-17T05:39:48.445Z
22452026-04-17T05:39:48.445ZEXPECTED:
22462026-04-17T05:39:48.445Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
22472026-04-17T05:39:48.445Zerror: API trait `MyApi` must not have a where clause
22482026-04-17T05:39:48.445Z --> tests/fail/bad_trait_only11.rs:9:1
22492026-04-17T05:39:48.445Z |
22502026-04-17T05:39:48.445Z 9 | / where
22512026-04-17T05:39:48.445Z10 | | usize: std::fmt::Debug,
22522026-04-17T05:39:48.445Z | |___________________________^
22532026-04-17T05:39:48.445Z
22542026-04-17T05:39:48.445Zerror[E0425]: cannot find function `api_description` in module `my_api_mod`
22552026-04-17T05:39:48.445Z --> tests/fail/bad_trait_only11.rs:26:17
22562026-04-17T05:39:48.445Z |
22572026-04-17T05:39:48.445Z26 | my_api_mod::api_description::<MyImpl>();
22582026-04-17T05:39:48.445Z | ^^^^^^^^^^^^^^^ not found in `my_api_mod`
22592026-04-17T05:39:48.445Z
22602026-04-17T05:39:48.446Zerror[E0425]: cannot find function `stub_api_description` in module `my_api_mod`
22612026-04-17T05:39:48.446Z --> tests/fail/bad_trait_only11.rs:27:17
22622026-04-17T05:39:48.446Z |
22632026-04-17T05:39:48.446Z27 | my_api_mod::stub_api_description();
22642026-04-17T05:39:48.446Z | ^^^^^^^^^^^^^^^^^^^^ not found in `my_api_mod`
22652026-04-17T05:39:48.446Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
22662026-04-17T05:39:48.446Z
22672026-04-17T05:39:48.446ZACTUAL OUTPUT:
22682026-04-17T05:39:48.446Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
22692026-04-17T05:39:48.446Zerror: API trait `MyApi` must not have a where clause
22702026-04-17T05:39:48.446Z --> tests/fail/bad_trait_only11.rs:9:1
22712026-04-17T05:39:48.446Z |
22722026-04-17T05:39:48.446Z 9 | / where
22732026-04-17T05:39:48.446Z10 | | usize: std::fmt::Debug,
22742026-04-17T05:39:48.446Z | |___________________________^
22752026-04-17T05:39:48.446Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
22762026-04-17T05:39:48.446Znote: If the actual output is the correct output you can bless it by rerunning
22772026-04-17T05:39:48.446Z your test with the environment variable TRYBUILD=overwrite
22782026-04-17T05:39:48.446Z
22792026-04-17T05:39:48.446Ztest tests/fail/bad_trait_only12.rs ... mismatch
22802026-04-17T05:39:48.446Z
22812026-04-17T05:39:48.446ZEXPECTED:
22822026-04-17T05:39:48.446Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
22832026-04-17T05:39:48.446Zerror: expected a string, but found `123`
22842026-04-17T05:39:48.446Z --> tests/fail/bad_trait_only12.rs:10:41
22852026-04-17T05:39:48.446Z |
22862026-04-17T05:39:48.446Z10 | #[dropshot::api_description { context = 123 }]
22872026-04-17T05:39:48.446Z | ^^^
22882026-04-17T05:39:48.446Z
22892026-04-17T05:39:48.446Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `my_api`
22902026-04-17T05:39:48.446Z --> tests/fail/bad_trait_only12.rs:38:5
22912026-04-17T05:39:48.446Z |
22922026-04-17T05:39:48.446Z38 | my_api::foo();
22932026-04-17T05:39:48.446Z | ^^^^^^ use of unresolved module or unlinked crate `my_api`
22942026-04-17T05:39:48.446Z |
22952026-04-17T05:39:48.450Z = help: if you wanted to use a crate named `my_api`, use `cargo add my_api` to add it to your `Cargo.toml`
22962026-04-17T05:39:48.450Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
22972026-04-17T05:39:48.450Z
22982026-04-17T05:39:48.450ZACTUAL OUTPUT:
22992026-04-17T05:39:48.450Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
23002026-04-17T05:39:48.450Zerror: expected a string, but found `123`
23012026-04-17T05:39:48.450Z --> tests/fail/bad_trait_only12.rs:10:41
23022026-04-17T05:39:48.450Z |
23032026-04-17T05:39:48.450Z10 | #[dropshot::api_description { context = 123 }]
23042026-04-17T05:39:48.450Z | ^^^
23052026-04-17T05:39:48.450Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
23062026-04-17T05:39:48.450Znote: If the actual output is the correct output you can bless it by rerunning
23072026-04-17T05:39:48.450Z your test with the environment variable TRYBUILD=overwrite
23082026-04-17T05:39:48.450Z
23092026-04-17T05:39:48.451Ztest tests/fail/bad_trait_only13.rs ... mismatch
23102026-04-17T05:39:48.451Z
23112026-04-17T05:39:48.451ZEXPECTED:
23122026-04-17T05:39:48.451Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
23132026-04-17T05:39:48.451Zerror[E0449]: visibility qualifiers are not permitted here
23142026-04-17T05:39:48.451Z --> tests/fail/bad_trait_only13.rs:25:5
23152026-04-17T05:39:48.451Z |
23162026-04-17T05:39:48.451Z25 | pub async fn bad_endpoint(
23172026-04-17T05:39:48.451Z | ^^^ help: remove the qualifier
23182026-04-17T05:39:48.451Z |
23192026-04-17T05:39:48.451Z = note: trait items always share the visibility of their trait
23202026-04-17T05:39:48.451Z
23212026-04-17T05:39:48.451Zerror[E0449]: visibility qualifiers are not permitted here
23222026-04-17T05:39:48.451Z --> tests/fail/bad_trait_only13.rs:33:5
23232026-04-17T05:39:48.451Z |
23242026-04-17T05:39:48.451Z33 | pub async fn bad_channel(
23252026-04-17T05:39:48.451Z | ^^^ help: remove the qualifier
23262026-04-17T05:39:48.451Z |
23272026-04-17T05:39:48.451Z = note: trait items always share the visibility of their trait
23282026-04-17T05:39:48.451Z
23292026-04-17T05:39:48.451Zerror: cannot find attribute `endpoint` in this scope
23302026-04-17T05:39:48.451Z --> tests/fail/bad_trait_only13.rs:21:7
23312026-04-17T05:39:48.451Z |
23322026-04-17T05:39:48.451Z21 | #[endpoint {
23332026-04-17T05:39:48.451Z | ^^^^^^^^
23342026-04-17T05:39:48.451Z |
23352026-04-17T05:39:48.451Zhelp: consider importing one of these attribute macros
23362026-04-17T05:39:48.451Z |
23372026-04-17T05:39:48.451Z 5 + use dropshot::endpoint;
23382026-04-17T05:39:48.451Z |
23392026-04-17T05:39:48.451Z 5 + use dropshot_endpoint::endpoint;
23402026-04-17T05:39:48.451Z |
23412026-04-17T05:39:48.451Z
23422026-04-17T05:39:48.451Zerror: cannot find attribute `channel` in this scope
23432026-04-17T05:39:48.451Z --> tests/fail/bad_trait_only13.rs:29:7
23442026-04-17T05:39:48.451Z |
23452026-04-17T05:39:48.451Z29 | #[channel {
23462026-04-17T05:39:48.451Z | ^^^^^^^
23472026-04-17T05:39:48.451Z |
23482026-04-17T05:39:48.452Zhelp: consider importing one of these attribute macros
23492026-04-17T05:39:48.452Z |
23502026-04-17T05:39:48.452Z 5 + use dropshot::channel;
23512026-04-17T05:39:48.452Z |
23522026-04-17T05:39:48.452Ztest fail ... FAILED
23532026-04-17T05:39:48.452Z
23542026-04-17T05:39:48.452Zfailures:
23552026-04-17T05:39:48.452Z
23562026-04-17T05:39:48.452Z---- fail stdout ----
23572026-04-17T05:39:48.452Z
23582026-04-17T05:39:48.452Zthread 'fail' (2) panicked at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.116/src/run.rs:102:13:
23592026-04-17T05:39:48.452Z16 of 134 tests failed
23602026-04-17T05:39:48.452Znote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
23612026-04-17T05:39:48.452Z
23622026-04-17T05:39:48.452Z
23632026-04-17T05:39:48.452Zfailures:
23642026-04-17T05:39:48.452Z fail
23652026-04-17T05:39:48.452Z
23662026-04-17T05:39:48.452Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 40.65s
23672026-04-17T05:39:48.452Z
23682026-04-17T05:39:48.452Z 5 + use dropshot_endpoint::channel;
23692026-04-17T05:39:48.452Z |
23702026-04-17T05:39:48.452Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
23712026-04-17T05:39:48.452Z
23722026-04-17T05:39:48.452ZACTUAL OUTPUT:
23732026-04-17T05:39:48.452Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
23742026-04-17T05:39:48.452Zerror[E0449]: visibility qualifiers are not permitted here
23752026-04-17T05:39:48.452Z --> tests/fail/bad_trait_only13.rs:25:5
23762026-04-17T05:39:48.452Z |
23772026-04-17T05:39:48.452Z25 | pub async fn bad_endpoint(
23782026-04-17T05:39:48.452Z | ^^^ help: remove the qualifier
23792026-04-17T05:39:48.452Z |
23802026-04-17T05:39:48.452Z = note: trait items always share the visibility of their trait
23812026-04-17T05:39:48.452Z
23822026-04-17T05:39:48.452Zerror[E0449]: visibility qualifiers are not permitted here
23832026-04-17T05:39:48.452Z --> tests/fail/bad_trait_only13.rs:33:5
23842026-04-17T05:39:48.452Z |
23852026-04-17T05:39:48.452Z33 | pub async fn bad_channel(
23862026-04-17T05:39:48.453Z | ^^^ help: remove the qualifier
23872026-04-17T05:39:48.453Z |
23882026-04-17T05:39:48.453Z = note: trait items always share the visibility of their trait
23892026-04-17T05:39:48.453Z
23902026-04-17T05:39:48.453Zerror: cannot find attribute `endpoint` in this scope
23912026-04-17T05:39:48.453Z --> tests/fail/bad_trait_only13.rs:21:7
23922026-04-17T05:39:48.453Z |
23932026-04-17T05:39:48.453Z21 | #[endpoint {
23942026-04-17T05:39:48.453Z | ^^^^^^^^
23952026-04-17T05:39:48.456Z
23962026-04-17T05:39:48.456Zerror: cannot find attribute `channel` in this scope
23972026-04-17T05:39:48.456Z --> tests/fail/bad_trait_only13.rs:29:7
23982026-04-17T05:39:48.456Z |
23992026-04-17T05:39:48.456Z29 | #[channel {
24002026-04-17T05:39:48.456Z | ^^^^^^^
24012026-04-17T05:39:48.457Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
24022026-04-17T05:39:48.457Znote: If the actual output is the correct output you can bless it by rerunning
24032026-04-17T05:39:48.457Z your test with the environment variable TRYBUILD=overwrite
24042026-04-17T05:39:48.457Z
24052026-04-17T05:39:48.457Ztest tests/fail/bad_trait_only14.rs ... mismatch
24062026-04-17T05:39:48.457Z
24072026-04-17T05:39:48.457ZEXPECTED:
24082026-04-17T05:39:48.457Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
24092026-04-17T05:39:48.457Zerror: expected `;`, found `#`
24102026-04-17T05:39:48.457Z --> tests/fail/bad_trait_only14.rs:15:17
24112026-04-17T05:39:48.457Z |
24122026-04-17T05:39:48.457Z15 | type Context
24132026-04-17T05:39:48.457Z | ^ help: add `;` here
24142026-04-17T05:39:48.457Z16 |
24152026-04-17T05:39:48.457Z17 | #[endpoint {
24162026-04-17T05:39:48.457Z | - unexpected token
24172026-04-17T05:39:48.457Z
24182026-04-17T05:39:48.457Zerror: expected `;`
24192026-04-17T05:39:48.457Z --> tests/fail/bad_trait_only14.rs:17:5
24202026-04-17T05:39:48.457Z |
24212026-04-17T05:39:48.457Z17 | #[endpoint {
24222026-04-17T05:39:48.457Z | ^
24232026-04-17T05:39:48.457Z
24242026-04-17T05:39:48.457Zerror[E0405]: cannot find trait `MyApi` in this scope
24252026-04-17T05:39:48.457Z --> tests/fail/bad_trait_only14.rs:29:6
24262026-04-17T05:39:48.457Z |
24272026-04-17T05:39:48.457Z29 | impl MyApi for MyImpl {
24282026-04-17T05:39:48.457Z | ^^^^^ not found in this scope
24292026-04-17T05:39:48.457Z
24302026-04-17T05:39:48.457Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `my_api`
24312026-04-17T05:39:48.457Z --> tests/fail/bad_trait_only14.rs:42:5
24322026-04-17T05:39:48.457Z |
24332026-04-17T05:39:48.457Z42 | my_api::foo();
24342026-04-17T05:39:48.457Z | ^^^^^^ use of unresolved module or unlinked crate `my_api`
24352026-04-17T05:39:48.457Z |
24362026-04-17T05:39:48.457Z = help: if you wanted to use a crate named `my_api`, use `cargo add my_api` to add it to your `Cargo.toml`
24372026-04-17T05:39:48.457Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
24382026-04-17T05:39:48.457Z
24392026-04-17T05:39:48.457ZACTUAL OUTPUT:
24402026-04-17T05:39:48.458Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
24412026-04-17T05:39:48.458Zerror: expected `;`, found `#`
24422026-04-17T05:39:48.458Z --> tests/fail/bad_trait_only14.rs:15:17
24432026-04-17T05:39:48.458Z |
24442026-04-17T05:39:48.458Z15 | type Context
24452026-04-17T05:39:48.458Z | ^ help: add `;` here
24462026-04-17T05:39:48.458Z16 |
24472026-04-17T05:39:48.458Z17 | #[endpoint {
24482026-04-17T05:39:48.458Z | - unexpected token
24492026-04-17T05:39:48.458Z
24502026-04-17T05:39:48.458Zerror: expected `;`
24512026-04-17T05:39:48.458Z --> tests/fail/bad_trait_only14.rs:17:5
24522026-04-17T05:39:48.458Z |
24532026-04-17T05:39:48.458Z17 | #[endpoint {
24542026-04-17T05:39:48.458Z | ^
24552026-04-17T05:39:48.458Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
24562026-04-17T05:39:48.458Znote: If the actual output is the correct output you can bless it by rerunning
24572026-04-17T05:39:48.458Z your test with the environment variable TRYBUILD=overwrite
24582026-04-17T05:39:48.458Z
24592026-04-17T05:39:48.458Ztest tests/fail/bad_trait_only15.rs ... ok
24602026-04-17T05:39:48.458Ztest tests/fail/bad_trait_only16.rs ... ok
24612026-04-17T05:39:48.458Ztest tests/fail/bad_trait_only17.rs ... ok
24622026-04-17T05:39:48.458Ztest tests/fail/bad_trait_only18.rs ... ok
24632026-04-17T05:39:48.458Ztest tests/fail/bad_trait_only19.rs ... ok
24642026-04-17T05:39:48.458Ztest tests/fail/bad_trait_only2.rs ... ok
24652026-04-17T05:39:48.458Ztest tests/fail/bad_trait_only20.rs ... mismatch
24662026-04-17T05:39:48.458Z
24672026-04-17T05:39:48.458ZEXPECTED:
24682026-04-17T05:39:48.458Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
24692026-04-17T05:39:48.458Zerror: missing field `tags`
24702026-04-17T05:39:48.458Z --> tests/fail/bad_trait_only20.rs:12:18
24712026-04-17T05:39:48.458Z |
24722026-04-17T05:39:48.458Z12 | tag_config = {}
24732026-04-17T05:39:48.458Z | ^^
24742026-04-17T05:39:48.458Z
24752026-04-17T05:39:48.458Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `my_api`
24762026-04-17T05:39:48.458Z --> tests/fail/bad_trait_only20.rs:28:5
24772026-04-17T05:39:48.458Z |
24782026-04-17T05:39:48.459Z28 | my_api::api_description::<MyImpl>();
24792026-04-17T05:39:48.459Z | ^^^^^^ use of unresolved module or unlinked crate `my_api`
24802026-04-17T05:39:48.459Z |
24812026-04-17T05:39:48.459Z = help: if you wanted to use a crate named `my_api`, use `cargo add my_api` to add it to your `Cargo.toml`
24822026-04-17T05:39:48.459Z
24832026-04-17T05:39:48.459Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `my_api`
24842026-04-17T05:39:48.459Z --> tests/fail/bad_trait_only20.rs:29:5
24852026-04-17T05:39:48.459Z |
24862026-04-17T05:39:48.459Z29 | my_api::stub_api_description();
24872026-04-17T05:39:48.459Z | ^^^^^^ use of unresolved module or unlinked crate `my_api`
24882026-04-17T05:39:48.459Z |
24892026-04-17T05:39:48.459Z = help: if you wanted to use a crate named `my_api`, use `cargo add my_api` to add it to your `Cargo.toml`
24902026-04-17T05:39:48.459Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
24912026-04-17T05:39:48.459Z
24922026-04-17T05:39:48.459ZACTUAL OUTPUT:
24932026-04-17T05:39:48.459Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
24942026-04-17T05:39:48.459Zerror: missing field `tags`
24952026-04-17T05:39:48.463Z --> tests/fail/bad_trait_only20.rs:12:18
24962026-04-17T05:39:48.463Z |
24972026-04-17T05:39:48.463Z12 | tag_config = {}
24982026-04-17T05:39:48.463Z | ^^
24992026-04-17T05:39:48.463Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
25002026-04-17T05:39:48.463Znote: If the actual output is the correct output you can bless it by rerunning
25012026-04-17T05:39:48.463Z your test with the environment variable TRYBUILD=overwrite
25022026-04-17T05:39:48.463Z
25032026-04-17T05:39:48.463Ztest tests/fail/bad_trait_only21.rs ... ok
25042026-04-17T05:39:48.463Ztest tests/fail/bad_trait_only22.rs ... mismatch
25052026-04-17T05:39:48.463Z
25062026-04-17T05:39:48.463ZEXPECTED:
25072026-04-17T05:39:48.463Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
25082026-04-17T05:39:48.463Zerror: missing field `url`
25092026-04-17T05:39:48.463Z --> tests/fail/bad_trait_only22.rs:17:33
25102026-04-17T05:39:48.463Z |
25112026-04-17T05:39:48.463Z17 | external_docs = {}
25122026-04-17T05:39:48.463Z | ^^
25132026-04-17T05:39:48.463Z
25142026-04-17T05:39:48.463Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `my_api_mod`
25152026-04-17T05:39:48.463Z --> tests/fail/bad_trait_only22.rs:37:5
25162026-04-17T05:39:48.463Z |
25172026-04-17T05:39:48.463Z37 | my_api_mod::api_description::<MyImpl>();
25182026-04-17T05:39:48.463Z | ^^^^^^^^^^ use of unresolved module or unlinked crate `my_api_mod`
25192026-04-17T05:39:48.463Z |
25202026-04-17T05:39:48.464Z = help: if you wanted to use a crate named `my_api_mod`, use `cargo add my_api_mod` to add it to your `Cargo.toml`
25212026-04-17T05:39:48.464Z
25222026-04-17T05:39:48.464Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `my_api_mod`
25232026-04-17T05:39:48.464Z --> tests/fail/bad_trait_only22.rs:38:5
25242026-04-17T05:39:48.464Z |
25252026-04-17T05:39:48.464Z38 | my_api_mod::stub_api_description();
25262026-04-17T05:39:48.464Z | ^^^^^^^^^^ use of unresolved module or unlinked crate `my_api_mod`
25272026-04-17T05:39:48.464Z |
25282026-04-17T05:39:48.464Z = help: if you wanted to use a crate named `my_api_mod`, use `cargo add my_api_mod` to add it to your `Cargo.toml`
25292026-04-17T05:39:48.464Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
25302026-04-17T05:39:48.464Z
25312026-04-17T05:39:48.464ZACTUAL OUTPUT:
25322026-04-17T05:39:48.464Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
25332026-04-17T05:39:48.464Zerror: missing field `url`
25342026-04-17T05:39:48.464Z --> tests/fail/bad_trait_only22.rs:17:33
25352026-04-17T05:39:48.464Z |
25362026-04-17T05:39:48.464Z17 | external_docs = {}
25372026-04-17T05:39:48.464Z | ^^
25382026-04-17T05:39:48.464Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
25392026-04-17T05:39:48.464Znote: If the actual output is the correct output you can bless it by rerunning
25402026-04-17T05:39:48.464Z your test with the environment variable TRYBUILD=overwrite
25412026-04-17T05:39:48.464Z
25422026-04-17T05:39:48.464Ztest tests/fail/bad_trait_only3.rs ... ok
25432026-04-17T05:39:48.464Ztest tests/fail/bad_trait_only4.rs ... mismatch
25442026-04-17T05:39:48.464Z
25452026-04-17T05:39:48.464ZEXPECTED:
25462026-04-17T05:39:48.464Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
25472026-04-17T05:39:48.464Zerror: API trait `MyApi` does not have associated type `Context`
25482026-04-17T05:39:48.464Z (this type specifies the shared context for endpoints)
25492026-04-17T05:39:48.464Z --> tests/fail/bad_trait_only4.rs:8:7
25502026-04-17T05:39:48.464Z |
25512026-04-17T05:39:48.464Z8 | trait MyApi {}
25522026-04-17T05:39:48.464Z | ^^^^^
25532026-04-17T05:39:48.464Z
25542026-04-17T05:39:48.464Zerror[E0425]: cannot find function `api_description` in module `my_api_mod`
25552026-04-17T05:39:48.464Z --> tests/fail/bad_trait_only4.rs:18:17
25562026-04-17T05:39:48.464Z |
25572026-04-17T05:39:48.464Z18 | my_api_mod::api_description::<MyImpl>();
25582026-04-17T05:39:48.465Z | ^^^^^^^^^^^^^^^ not found in `my_api_mod`
25592026-04-17T05:39:48.465Z
25602026-04-17T05:39:48.465Zerror[E0425]: cannot find function `stub_api_description` in module `my_api_mod`
25612026-04-17T05:39:48.465Z --> tests/fail/bad_trait_only4.rs:19:17
25622026-04-17T05:39:48.465Z |
25632026-04-17T05:39:48.465Z19 | my_api_mod::stub_api_description();
25642026-04-17T05:39:48.465Z | ^^^^^^^^^^^^^^^^^^^^ not found in `my_api_mod`
25652026-04-17T05:39:48.465Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
25662026-04-17T05:39:48.465Z
25672026-04-17T05:39:48.465ZACTUAL OUTPUT:
25682026-04-17T05:39:48.465Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
25692026-04-17T05:39:48.465Zerror: API trait `MyApi` does not have associated type `Context`
25702026-04-17T05:39:48.465Z (this type specifies the shared context for endpoints)
25712026-04-17T05:39:48.465Z --> tests/fail/bad_trait_only4.rs:8:7
25722026-04-17T05:39:48.465Z |
25732026-04-17T05:39:48.465Z8 | trait MyApi {}
25742026-04-17T05:39:48.465Z | ^^^^^
25752026-04-17T05:39:48.465Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
25762026-04-17T05:39:48.465Znote: If the actual output is the correct output you can bless it by rerunning
25772026-04-17T05:39:48.465Z your test with the environment variable TRYBUILD=overwrite
25782026-04-17T05:39:48.465Z
25792026-04-17T05:39:48.465Ztest tests/fail/bad_trait_only5.rs ... mismatch
25802026-04-17T05:39:48.465Z
25812026-04-17T05:39:48.465ZEXPECTED:
25822026-04-17T05:39:48.465Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
25832026-04-17T05:39:48.465Zerror: API trait `MyApi` does not have associated type `OtherContext`
25842026-04-17T05:39:48.465Z (this type specifies the shared context for endpoints)
25852026-04-17T05:39:48.465Z --> tests/fail/bad_trait_only5.rs:8:7
25862026-04-17T05:39:48.465Z |
25872026-04-17T05:39:48.465Z8 | trait MyApi {
25882026-04-17T05:39:48.465Z | ^^^^^
25892026-04-17T05:39:48.465Z
25902026-04-17T05:39:48.465Zerror[E0425]: cannot find function `api_description` in module `my_api_mod`
25912026-04-17T05:39:48.465Z --> tests/fail/bad_trait_only5.rs:22:17
25922026-04-17T05:39:48.465Z |
25932026-04-17T05:39:48.465Z22 | my_api_mod::api_description::<MyImpl>();
25942026-04-17T05:39:48.465Z | ^^^^^^^^^^^^^^^ not found in `my_api_mod`
25952026-04-17T05:39:48.472Z
25962026-04-17T05:39:48.472Zerror[E0425]: cannot find function `stub_api_description` in module `my_api_mod`
25972026-04-17T05:39:48.472Z --> tests/fail/bad_trait_only5.rs:23:17
25982026-04-17T05:39:48.472Z |
25992026-04-17T05:39:48.472Z23 | my_api_mod::stub_api_description();
26002026-04-17T05:39:48.472Z | ^^^^^^^^^^^^^^^^^^^^ not found in `my_api_mod`
26012026-04-17T05:39:48.472Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
26022026-04-17T05:39:48.472Z
26032026-04-17T05:39:48.472ZACTUAL OUTPUT:
26042026-04-17T05:39:48.472Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
26052026-04-17T05:39:48.472Zerror: API trait `MyApi` does not have associated type `OtherContext`
26062026-04-17T05:39:48.472Z (this type specifies the shared context for endpoints)
26072026-04-17T05:39:48.472Z --> tests/fail/bad_trait_only5.rs:8:7
26082026-04-17T05:39:48.472Z |
26092026-04-17T05:39:48.472Z8 | trait MyApi {
26102026-04-17T05:39:48.472Z | ^^^^^
26112026-04-17T05:39:48.472Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
26122026-04-17T05:39:48.472Znote: If the actual output is the correct output you can bless it by rerunning
26132026-04-17T05:39:48.472Z your test with the environment variable TRYBUILD=overwrite
26142026-04-17T05:39:48.472Z
26152026-04-17T05:39:48.472Ztest tests/fail/bad_trait_only6.rs ... mismatch
26162026-04-17T05:39:48.472Z
26172026-04-17T05:39:48.472ZEXPECTED:
26182026-04-17T05:39:48.472Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
26192026-04-17T05:39:48.472Zerror: context type `Context` must not have generics
26202026-04-17T05:39:48.472Z --> tests/fail/bad_trait_only6.rs:9:17
26212026-04-17T05:39:48.472Z |
26222026-04-17T05:39:48.472Z9 | type Context<T>;
26232026-04-17T05:39:48.472Z | ^^^
26242026-04-17T05:39:48.472Z
26252026-04-17T05:39:48.472Zerror[E0425]: cannot find function `api_description` in module `my_api_mod`
26262026-04-17T05:39:48.472Z --> tests/fail/bad_trait_only6.rs:23:17
26272026-04-17T05:39:48.473Z |
26282026-04-17T05:39:48.473Z23 | my_api_mod::api_description::<MyImpl>();
26292026-04-17T05:39:48.473Z | ^^^^^^^^^^^^^^^ not found in `my_api_mod`
26302026-04-17T05:39:48.473Z
26312026-04-17T05:39:48.473Zerror[E0425]: cannot find function `stub_api_description` in module `my_api_mod`
26322026-04-17T05:39:48.473Z --> tests/fail/bad_trait_only6.rs:24:17
26332026-04-17T05:39:48.473Z |
26342026-04-17T05:39:48.473Z24 | my_api_mod::stub_api_description();
26352026-04-17T05:39:48.473Z | ^^^^^^^^^^^^^^^^^^^^ not found in `my_api_mod`
26362026-04-17T05:39:48.473Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
26372026-04-17T05:39:48.473Z
26382026-04-17T05:39:48.473ZACTUAL OUTPUT:
26392026-04-17T05:39:48.473Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
26402026-04-17T05:39:48.473Zerror: context type `Context` must not have generics
26412026-04-17T05:39:48.473Z --> tests/fail/bad_trait_only6.rs:9:17
26422026-04-17T05:39:48.473Z |
26432026-04-17T05:39:48.473Z9 | type Context<T>;
26442026-04-17T05:39:48.473Z | ^^^
26452026-04-17T05:39:48.473Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
26462026-04-17T05:39:48.473Znote: If the actual output is the correct output you can bless it by rerunning
26472026-04-17T05:39:48.473Z your test with the environment variable TRYBUILD=overwrite
26482026-04-17T05:39:48.473Z
26492026-04-17T05:39:48.473Ztest tests/fail/bad_trait_only7.rs ... mismatch
26502026-04-17T05:39:48.473Z
26512026-04-17T05:39:48.473ZEXPECTED:
26522026-04-17T05:39:48.473Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
26532026-04-17T05:39:48.473Zerror: context type `Context` must not have generics
26542026-04-17T05:39:48.473Z --> tests/fail/bad_trait_only7.rs:9:17
26552026-04-17T05:39:48.473Z |
26562026-04-17T05:39:48.473Z9 | type Context<'a>;
26572026-04-17T05:39:48.473Z | ^^^^
26582026-04-17T05:39:48.473Z
26592026-04-17T05:39:48.473Zerror[E0425]: cannot find function `api_description` in module `my_api_mod`
26602026-04-17T05:39:48.473Z --> tests/fail/bad_trait_only7.rs:23:17
26612026-04-17T05:39:48.473Z |
26622026-04-17T05:39:48.473Z23 | my_api_mod::api_description::<MyImpl>();
26632026-04-17T05:39:48.473Z | ^^^^^^^^^^^^^^^ not found in `my_api_mod`
26642026-04-17T05:39:48.473Z
26652026-04-17T05:39:48.473Zerror[E0425]: cannot find function `stub_api_description` in module `my_api_mod`
26662026-04-17T05:39:48.474Z --> tests/fail/bad_trait_only7.rs:24:17
26672026-04-17T05:39:48.474Z |
26682026-04-17T05:39:48.474Z24 | my_api_mod::stub_api_description();
26692026-04-17T05:39:48.474Z | ^^^^^^^^^^^^^^^^^^^^ not found in `my_api_mod`
26702026-04-17T05:39:48.474Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
26712026-04-17T05:39:48.474Z
26722026-04-17T05:39:48.474ZACTUAL OUTPUT:
26732026-04-17T05:39:48.474Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
26742026-04-17T05:39:48.474Zerror: context type `Context` must not have generics
26752026-04-17T05:39:48.474Z --> tests/fail/bad_trait_only7.rs:9:17
26762026-04-17T05:39:48.474Z |
26772026-04-17T05:39:48.474Z9 | type Context<'a>;
26782026-04-17T05:39:48.474Z | ^^^^
26792026-04-17T05:39:48.474Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
26802026-04-17T05:39:48.474Znote: If the actual output is the correct output you can bless it by rerunning
26812026-04-17T05:39:48.474Z your test with the environment variable TRYBUILD=overwrite
26822026-04-17T05:39:48.474Z
26832026-04-17T05:39:48.474Ztest tests/fail/bad_trait_only8.rs ... mismatch
26842026-04-17T05:39:48.474Z
26852026-04-17T05:39:48.474ZEXPECTED:
26862026-04-17T05:39:48.474Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
26872026-04-17T05:39:48.474Zerror: API trait `MyApi` must not have generics
26882026-04-17T05:39:48.474Z --> tests/fail/bad_trait_only8.rs:8:12
26892026-04-17T05:39:48.474Z |
26902026-04-17T05:39:48.474Z8 | trait MyApi<T> {
26912026-04-17T05:39:48.474Z | ^^^
26922026-04-17T05:39:48.474Z
26932026-04-17T05:39:48.474Zerror[E0425]: cannot find function `api_description` in module `my_api_mod`
26942026-04-17T05:39:48.474Z --> tests/fail/bad_trait_only8.rs:23:17
26952026-04-17T05:39:48.478Z |
26962026-04-17T05:39:48.478Z23 | my_api_mod::api_description::<MyImpl>();
26972026-04-17T05:39:48.478Z | ^^^^^^^^^^^^^^^ not found in `my_api_mod`
26982026-04-17T05:39:48.478Z
26992026-04-17T05:39:48.478Zerror[E0425]: cannot find function `stub_api_description` in module `my_api_mod`
27002026-04-17T05:39:48.478Z --> tests/fail/bad_trait_only8.rs:24:17
27012026-04-17T05:39:48.478Z |
27022026-04-17T05:39:48.478Z24 | my_api_mod::stub_api_description();
27032026-04-17T05:39:48.478Z | ^^^^^^^^^^^^^^^^^^^^ not found in `my_api_mod`
27042026-04-17T05:39:48.478Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
27052026-04-17T05:39:48.478Z
27062026-04-17T05:39:48.478ZACTUAL OUTPUT:
27072026-04-17T05:39:48.478Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
27082026-04-17T05:39:48.478Zerror: API trait `MyApi` must not have generics
27092026-04-17T05:39:48.479Z --> tests/fail/bad_trait_only8.rs:8:12
27102026-04-17T05:39:48.479Z |
27112026-04-17T05:39:48.479Z8 | trait MyApi<T> {
27122026-04-17T05:39:48.479Z | ^^^
27132026-04-17T05:39:48.479Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
27142026-04-17T05:39:48.479Znote: If the actual output is the correct output you can bless it by rerunning
27152026-04-17T05:39:48.479Z your test with the environment variable TRYBUILD=overwrite
27162026-04-17T05:39:48.479Z
27172026-04-17T05:39:48.479Ztest tests/fail/bad_trait_only9.rs ... mismatch
27182026-04-17T05:39:48.479Z
27192026-04-17T05:39:48.479ZEXPECTED:
27202026-04-17T05:39:48.479Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
27212026-04-17T05:39:48.479Zerror: API trait `MyApi` must not have generics
27222026-04-17T05:39:48.479Z --> tests/fail/bad_trait_only9.rs:8:12
27232026-04-17T05:39:48.479Z |
27242026-04-17T05:39:48.479Z8 | trait MyApi<'a> {
27252026-04-17T05:39:48.479Z | ^^^^
27262026-04-17T05:39:48.479Z
27272026-04-17T05:39:48.479Zerror[E0425]: cannot find function `api_description` in module `my_api_mod`
27282026-04-17T05:39:48.479Z --> tests/fail/bad_trait_only9.rs:23:17
27292026-04-17T05:39:48.479Z |
27302026-04-17T05:39:48.479Z23 | my_api_mod::api_description::<MyImpl>();
27312026-04-17T05:39:48.480Z | ^^^^^^^^^^^^^^^ not found in `my_api_mod`
27322026-04-17T05:39:48.480Z
27332026-04-17T05:39:48.480Zerror[E0425]: cannot find function `stub_api_description` in module `my_api_mod`
27342026-04-17T05:39:48.480Z --> tests/fail/bad_trait_only9.rs:24:17
27352026-04-17T05:39:48.480Z |
27362026-04-17T05:39:48.480Z24 | my_api_mod::stub_api_description();
27372026-04-17T05:39:48.480Z | ^^^^^^^^^^^^^^^^^^^^ not found in `my_api_mod`
27382026-04-17T05:39:48.480Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
27392026-04-17T05:39:48.480Z
27402026-04-17T05:39:48.480ZACTUAL OUTPUT:
27412026-04-17T05:39:48.480Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
27422026-04-17T05:39:48.480Zerror: API trait `MyApi` must not have generics
27432026-04-17T05:39:48.480Z --> tests/fail/bad_trait_only9.rs:8:12
27442026-04-17T05:39:48.480Z |
27452026-04-17T05:39:48.480Z8 | trait MyApi<'a> {
27462026-04-17T05:39:48.480Z | ^^^^
27472026-04-17T05:39:48.480Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
27482026-04-17T05:39:48.480Znote: If the actual output is the correct output you can bless it by rerunning
27492026-04-17T05:39:48.480Z your test with the environment variable TRYBUILD=overwrite
27502026-04-17T05:39:48.480Z
27512026-04-17T05:39:48.480Ztest tests/fail/bad_version_backwards.rs ... ok
27522026-04-17T05:39:48.480Ztest tests/fail/unused_endpoint.rs ... ok
27532026-04-17T05:39:48.480Z
27542026-04-17T05:39:48.480Z
27552026-04-17T05:39:48.480Zerror: test failed, to rerun pass `-p dropshot --test fail`
27562026-04-17T05:39:48.480Z
27572026-04-17T05:39:48.480Zreal 1:31.369847114
27582026-04-17T05:39:48.480Zuser 7:25.581916227
27592026-04-17T05:39:48.480Zsys 1:36.764535190
27602026-04-17T05:39:48.480Ztrap 0.375927024
27612026-04-17T05:39:48.480Ztflt 0.027542180
27622026-04-17T05:39:48.481Zdflt 0.193031163
27632026-04-17T05:39:48.481Zkflt 0.000080170
27642026-04-17T05:39:48.481Zlock 30:10.791159397
27652026-04-17T05:39:48.481Zslp 29:29.819189145
27662026-04-17T05:39:48.481Zlat 24.091775654
27672026-04-17T05:39:48.481Zstop 1:07.795899191
27682026-04-17T05:39:48.500Zprocess exited: duration 177878 ms, exit code 101
 
27692026-04-17T05:39:48.507Zfound 0 output files