01KRPE78346QZ0TNRBY8AG8W75: build-and-test / illumos

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

Buildomat Job: 01KRPE7JV1KMYARC1S4E0RZ3FY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-15T18:27:15.518Zjob assigned to worker 01KRPE7S2689Y0PJNGPK3BD2W5 [factory aws, i-0c2b2c3f10725a199] (queued for 48 s)
 
22026-05-15T18:27:22.608Zstarting task 0: "setup"
32026-05-15T18:27:22.614Z++ uname -s
42026-05-15T18:27:22.617Z+ kern=SunOS
52026-05-15T18:27:22.617Z+ build_user=build
62026-05-15T18:27:22.617Z+ build_uid=12345
72026-05-15T18:27:22.617Z+ work_dir=/work
82026-05-15T18:27:22.617Z+ input_dir=/input
92026-05-15T18:27:22.617Z+ [[ 0 == 12345 ]]
102026-05-15T18:27:22.617Z+ case "$kern" in
112026-05-15T18:27:22.617Z+ groupadd -g 12345 build
122026-05-15T18:27:22.620Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-15T18:27:24.622Z+ zfs create -o mountpoint=/work rpool/work
142026-05-15T18:27:24.736Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-15T18:27:24.739Z+ home_fs=zfs
162026-05-15T18:27:24.739Z+ [[ zfs == autofs ]]
172026-05-15T18:27:24.739Z+ mkdir -p /home/build
182026-05-15T18:27:24.739Z+ chown build:build /home/build /work
192026-05-15T18:27:26.740Z+ chmod 0700 /home/build /work
202026-05-15T18:27:26.743Zprocess exited: duration 4133 ms, exit code 0
 
212026-05-15T18:27:26.749Zstarting task 1: "rust-toolchain"
222026-05-15T18:27:26.752Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-15T18:27:26.752Z * rust toolchain channel = "stable"
242026-05-15T18:27:26.752Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-15T18:27:26.752Z * rust toolchain profile = "default"
262026-05-15T18:27:26.752Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-15T18:27:26.752Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-15T18:27:26.755Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-15T18:27:26.755Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-15T18:27:26.873Zinfo: downloading installer
312026-05-15T18:27:28.167Zwarn: It looks like you have an existing installation of Rust at:
322026-05-15T18:27:28.167Zwarn: /opt/ooce/bin
332026-05-15T18:27:28.167Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-15T18:27:28.167Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-15T18:27:28.167Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-15T18:27:28.167Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-15T18:27:28.167Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-15T18:27:28.167Zerror: cannot install while Rust is installed
392026-05-15T18:27:28.167Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-15T18:27:28.167Zwarn: It looks like you have an existing rustup settings file at:
412026-05-15T18:27:28.167Zwarn: /home/build/.rustup/settings.toml
422026-05-15T18:27:28.167Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-15T18:27:28.167Zwarn: instead of the one inferred from the default host triple.
442026-05-15T18:27:28.180Zinfo: profile set to default
452026-05-15T18:27:28.180Zinfo: default host triple is x86_64-unknown-illumos
462026-05-15T18:27:28.185Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-15T18:27:28.325Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-15T18:27:28.328Zinfo: downloading 6 components
492026-05-15T18:27:42.807Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-15T18:27:42.807Z
512026-05-15T18:27:42.847Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-15T18:27:42.847Z
532026-05-15T18:27:42.847Z
542026-05-15T18:27:42.848ZRust is installed now. Great!
552026-05-15T18:27:42.848Z
562026-05-15T18:27:42.848ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-15T18:27:42.848Zenvironment variable. This has not been done automatically.
582026-05-15T18:27:42.848Z
592026-05-15T18:27:42.848ZTo configure your current shell, you need to source
602026-05-15T18:27:42.848Zthe corresponding env file under $HOME/.cargo.
612026-05-15T18:27:42.848Z
622026-05-15T18:27:42.848ZThis is usually done by running one of the following (note the leading DOT):
632026-05-15T18:27:42.848Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-15T18:27:42.848Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-15T18:27:42.848Zsource "~/.cargo/env.nu" # For nushell
662026-05-15T18:27:42.848Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-15T18:27:42.848Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-15T18:27:42.848Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-15T18:27:42.852Zwarn: no default linker (`cc`) was found in your PATH
702026-05-15T18:27:42.852Zwarn: many Rust crates require a system C toolchain to build
712026-05-15T18:27:42.933Z+ rustup --version
722026-05-15T18:27:42.941Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-15T18:27:42.944Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-15T18:27:42.963Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-15T18:27:42.966Z+ cargo --version
762026-05-15T18:27:42.979Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-15T18:27:42.982Z+ rustc --version
782026-05-15T18:27:43.002Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-15T18:27:43.005Zprocess exited: duration 16254 ms, exit code 0
 
802026-05-15T18:27:43.010Zstarting task 2: "authentication"
812026-05-15T18:27:43.026Zprocess exited: duration 15 ms, exit code 0
 
822026-05-15T18:27:43.032Zstarting task 3: "clone repository"
832026-05-15T18:27:43.035Z+ mkdir -p /work/oxidecomputer/dropshot
842026-05-15T18:27:43.037Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
852026-05-15T18:27:43.068ZCloning into '/work/oxidecomputer/dropshot'...
862026-05-15T18:27:44.172Z+ cd /work/oxidecomputer/dropshot
872026-05-15T18:27:44.172Z+ git fetch origin 89b0f38884374cf62223bc3f755a7e4323778a6d
882026-05-15T18:27:44.479ZFrom https://github.com/oxidecomputer/dropshot
892026-05-15T18:27:44.482Z * branch 89b0f38884374cf62223bc3f755a7e4323778a6d -> FETCH_HEAD
902026-05-15T18:27:44.485Z+ [[ -n multi-query ]]
912026-05-15T18:27:44.485Z++ git branch --show-current
922026-05-15T18:27:44.493Z+ current=main
932026-05-15T18:27:44.493Z+ [[ main != multi-query ]]
942026-05-15T18:27:44.493Z+ git branch -f multi-query 89b0f38884374cf62223bc3f755a7e4323778a6d
952026-05-15T18:27:44.493Z+ git checkout -f multi-query
962026-05-15T18:27:44.507ZSwitched to branch 'multi-query'
972026-05-15T18:27:44.511Z+ git reset --hard 89b0f38884374cf62223bc3f755a7e4323778a6d
982026-05-15T18:27:44.511ZHEAD is now at 89b0f38 Merge branch 'main' into multi-query
992026-05-15T18:27:44.511Zprocess exited: duration 1475 ms, exit code 0
 
1002026-05-15T18:27:44.538Zstarting task 4: "build"
1012026-05-15T18:27:44.542Z+ cargo --version
1022026-05-15T18:27:44.550Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1032026-05-15T18:27:44.689Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1042026-05-15T18:27:44.700Zinfo: downloading 6 components
1052026-05-15T18:27:59.043Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1062026-05-15T18:27:59.055Z+ rustc --version
1072026-05-15T18:27:59.069Zrustc 1.95.0 (59807616e 2026-04-14)
1082026-05-15T18:27:59.083Z+ banner build
1092026-05-15T18:27:59.089Z
1102026-05-15T18:27:59.089Z ##### # # # # #####
1112026-05-15T18:27:59.089Z # # # # # # # #
1122026-05-15T18:27:59.089Z ##### # # # # # #
1132026-05-15T18:27:59.089Z # # # # # # # #
1142026-05-15T18:27:59.089Z # # # # # # # #
1152026-05-15T18:27:59.089Z ##### #### # ###### #####
1162026-05-15T18:27:59.089Z
1172026-05-15T18:27:59.089Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1182026-05-15T18:27:59.167Z Updating crates.io index
1192026-05-15T18:28:00.891Z Downloading crates ...
1202026-05-15T18:28:00.945Z Downloaded futures-channel v0.3.32
1212026-05-15T18:28:00.959Z Downloaded adler2 v2.0.1
1222026-05-15T18:28:00.971Z Downloaded mio v1.2.0
1232026-05-15T18:28:00.975Z Downloaded match_cfg v0.1.0
1242026-05-15T18:28:00.977Z Downloaded event-listener-strategy v0.5.4
1252026-05-15T18:28:00.980Z Downloaded parking_lot v0.12.1
1262026-05-15T18:28:00.982Z Downloaded pest_derive v2.8.1
1272026-05-15T18:28:00.987Z Downloaded jobserver v0.1.34
1282026-05-15T18:28:00.989Z Downloaded asn1-rs-impl v0.2.0
1292026-05-15T18:28:00.990Z Downloaded atomicwrites v0.4.4
1302026-05-15T18:28:00.992Z Downloaded futures-sink v0.3.32
1312026-05-15T18:28:00.995Z Downloaded httpdate v1.0.1
1322026-05-15T18:28:00.998Z Downloaded futures-io v0.3.32
1332026-05-15T18:28:00.998Z Downloaded crypto-common v0.1.6
1342026-05-15T18:28:01.001Z Downloaded ipnet v2.10.0
1352026-05-15T18:28:01.003Z Downloaded find-msvc-tools v0.1.9
1362026-05-15T18:28:01.006Z Downloaded once_cell v1.20.1
1372026-05-15T18:28:01.009Z Downloaded form_urlencoded v1.2.2
1382026-05-15T18:28:01.012Z Downloaded mime v0.3.16
1392026-05-15T18:28:01.014Z Downloaded sha1 v0.10.6
1402026-05-15T18:28:01.017Z Downloaded httparse v1.10.0
1412026-05-15T18:28:01.019Z Downloaded idna_adapter v1.2.0
1422026-05-15T18:28:01.022Z Downloaded itoa v1.0.17
1432026-05-15T18:28:01.024Z Downloaded futures-macro v0.3.32
1442026-05-15T18:28:01.024Z Downloaded cpufeatures v0.3.0
1452026-05-15T18:28:01.028Z Downloaded parking v2.2.0
1462026-05-15T18:28:01.028Z Downloaded compression-core v0.4.32
1472026-05-15T18:28:01.028Z Downloaded rand_core v0.9.5
1482026-05-15T18:28:01.031Z Downloaded hostname v0.3.1
1492026-05-15T18:28:01.031Z Downloaded heck v0.5.0
1502026-05-15T18:28:01.031Z Downloaded ppv-lite86 v0.2.15
1512026-05-15T18:28:01.033Z Downloaded litemap v0.7.4
1522026-05-15T18:28:01.034Z Downloaded plain v0.2.3
1532026-05-15T18:28:01.036Z Downloaded dyn-clone v1.0.4
1542026-05-15T18:28:01.036Z Downloaded block-buffer v0.10.2
1552026-05-15T18:28:01.039Z Downloaded crypto-common v0.2.1
1562026-05-15T18:28:01.039Z Downloaded anyhow v1.0.102
1572026-05-15T18:28:01.041Z Downloaded rustc-hash v2.0.0
1582026-05-15T18:28:01.044Z Downloaded percent-encoding v2.3.2
1592026-05-15T18:28:01.044Z Downloaded num-integer v0.1.46
1602026-05-15T18:28:01.046Z Downloaded getrandom v0.2.11
1612026-05-15T18:28:01.046Z Downloaded displaydoc v0.2.5
1622026-05-15T18:28:01.049Z Downloaded fastrand v2.1.1
1632026-05-15T18:28:01.053Z Downloaded lazy_static v1.5.0
1642026-05-15T18:28:01.056Z Downloaded futures-core v0.3.32
1652026-05-15T18:28:01.056Z Downloaded fnv v1.0.7
1662026-05-15T18:28:01.059Z Downloaded icu_provider_macros v1.5.0
1672026-05-15T18:28:01.059Z Downloaded equivalent v1.0.0
1682026-05-15T18:28:01.059Z Downloaded dtrace-parser v0.3.0
1692026-05-15T18:28:01.064Z Downloaded powerfmt v0.2.0
1702026-05-15T18:28:01.064Z Downloaded openssl-probe v0.2.1
1712026-05-15T18:28:01.064Z Downloaded serde_urlencoded v0.7.1
1722026-05-15T18:28:01.067Z Downloaded errno v0.3.10
1732026-05-15T18:28:01.067Z Downloaded schema-derive v0.1.0
1742026-05-15T18:28:01.069Z Downloaded cfg_aliases v0.2.1
1752026-05-15T18:28:01.069Z Downloaded debug-ignore v1.0.5
1762026-05-15T18:28:01.073Z Downloaded dof v0.4.0
1772026-05-15T18:28:01.073Z Downloaded hostname v0.4.2
1782026-05-15T18:28:01.484Z Downloaded prettyplease v0.2.37
1792026-05-15T18:28:01.485Z Downloaded paste v1.0.15
1802026-05-15T18:28:01.489Z Downloaded futures-task v0.3.32
1812026-05-15T18:28:01.489Z Downloaded cpufeatures v0.2.17
1822026-05-15T18:28:01.489Z Downloaded pretty-hex v0.4.1
1832026-05-15T18:28:01.489Z Downloaded newline-converter v0.3.0
1842026-05-15T18:28:01.489Z Downloaded lru-slab v0.1.2
1852026-05-15T18:28:01.489Z Downloaded is-terminal v0.4.12
1862026-05-15T18:28:01.489Z Downloaded block-buffer v0.12.0
1872026-05-15T18:28:01.489Z Downloaded serde_spanned v1.1.1
1882026-05-15T18:28:01.489Z Downloaded cfg-if v1.0.0
1892026-05-15T18:28:01.489Z Downloaded dunce v1.0.5
1902026-05-15T18:28:01.489Z Downloaded rusticata-macros v4.1.0
1912026-05-15T18:28:01.489Z Downloaded scopeguard v1.2.0
1922026-05-15T18:28:01.489Z Downloaded num-conv v0.2.0
1932026-05-15T18:28:01.489Z Downloaded num_threads v0.1.3
1942026-05-15T18:28:01.489Z Downloaded autocfg v1.1.0
1952026-05-15T18:28:01.489Z Downloaded pem v3.0.6
1962026-05-15T18:28:01.489Z Downloaded schemars_derive v0.8.22
1972026-05-15T18:28:01.489Z Downloaded rand_chacha v0.9.0
1982026-05-15T18:28:01.490Z Downloaded http-body v1.0.1
1992026-05-15T18:28:01.490Z Downloaded async-stream-impl v0.3.6
2002026-05-15T18:28:01.490Z Downloaded scroll_derive v0.13.1
2012026-05-15T18:28:01.490Z Downloaded async-stream v0.3.6
2022026-05-15T18:28:01.490Z Downloaded atomic-waker v1.1.2
2032026-05-15T18:28:01.490Z Downloaded http-body-util v0.1.3
2042026-05-15T18:28:01.490Z Downloaded slog-bunyan v2.5.0
2052026-05-15T18:28:01.490Z Downloaded flate2 v1.1.9
2062026-05-15T18:28:01.490Z Downloaded compression-codecs v0.4.38
2072026-05-15T18:28:01.490Z Downloaded subtle v2.5.0
2082026-05-15T18:28:01.490Z Downloaded rustversion v1.0.22
2092026-05-15T18:28:01.490Z Downloaded stable_deref_trait v1.2.0
2102026-05-15T18:28:01.490Z Downloaded sha1 v0.11.0
2112026-05-15T18:28:01.490Z Downloaded sha2 v0.10.8
2122026-05-15T18:28:01.490Z Downloaded camino v1.2.2
2132026-05-15T18:28:01.490Z Downloaded shlex v1.3.0
2142026-05-15T18:28:01.490Z Downloaded quinn v0.11.9
2152026-05-15T18:28:01.490Z Downloaded lock_api v0.4.6
2162026-05-15T18:28:01.490Z Downloaded simple-mermaid v0.2.0
2172026-05-15T18:28:01.490Z Downloaded schema v0.1.0
2182026-05-15T18:28:01.490Z Downloaded serde_derive_internals v0.29.0
2192026-05-15T18:28:01.490Z Downloaded quinn-udp v0.5.5
2202026-05-15T18:28:01.490Z Downloaded pin-project-lite v0.2.12
2212026-05-15T18:28:01.490Z Downloaded sync_wrapper v1.0.1
2222026-05-15T18:28:01.490Z Downloaded serde_tokenstream v0.2.3
2232026-05-15T18:28:01.490Z Downloaded iana-time-zone v0.1.47
2242026-05-15T18:28:01.490Z Downloaded time-core v0.1.8
2252026-05-15T18:28:01.490Z Downloaded thread-id v5.0.0
2262026-05-15T18:28:01.490Z Downloaded take_mut v0.2.2
2272026-05-15T18:28:01.490Z Downloaded asn1-rs-derive v0.6.0
2282026-05-15T18:28:01.490Z Downloaded oid-registry v0.8.1
2292026-05-15T18:28:01.490Z Downloaded parking_lot_core v0.9.4
2302026-05-15T18:28:01.490Z Downloaded pest_generator v2.8.1
2312026-05-15T18:28:01.490Z Downloaded thread_local v1.1.4
2322026-05-15T18:28:01.490Z Downloaded tokio-macros v2.7.0
2332026-05-15T18:28:01.490Z Downloaded multer v3.1.0
2342026-05-15T18:28:01.490Z Downloaded memchr v2.6.0
2352026-05-15T18:28:01.490Z Downloaded target-triple v1.0.0
2362026-05-15T18:28:01.490Z Downloaded crc32fast v1.5.0
2372026-05-15T18:28:01.491Z Downloaded glob v0.3.0
2382026-05-15T18:28:01.491Z Downloaded hyper-rustls v0.27.9
2392026-05-15T18:28:01.491Z Downloaded async-channel v2.5.0
2402026-05-15T18:28:01.491Z Downloaded simd-adler32 v0.3.7
2412026-05-15T18:28:01.491Z Downloaded serde_path_to_error v0.1.20
2422026-05-15T18:28:01.491Z Downloaded deranged v0.5.5
2432026-05-15T18:28:01.491Z Downloaded concurrent-queue v2.5.0
2442026-05-15T18:28:01.491Z Downloaded generic-array v0.14.5
2452026-05-15T18:28:01.491Z Downloaded rustls-pemfile v2.2.0
2462026-05-15T18:28:01.491Z Downloaded quote v1.0.45
2472026-05-15T18:28:01.491Z Downloaded mime_guess v2.0.5
2482026-05-15T18:28:01.491Z Downloaded icu_locid_transform v1.5.0
2492026-05-15T18:28:01.491Z Downloaded futures-executor v0.3.32
2502026-05-15T18:28:01.491Z Downloaded try-lock v0.2.3
2512026-05-15T18:28:01.491Z Downloaded tower-service v0.3.3
2522026-05-15T18:28:01.491Z Downloaded tower-layer v0.3.3
2532026-05-15T18:28:01.491Z Downloaded slog-async v2.8.0
2542026-05-15T18:28:01.491Z Downloaded slab v0.4.9
2552026-05-15T18:28:01.491Z Downloaded serde_core v1.0.228
2562026-05-15T18:28:01.491Z Downloaded fs_extra v1.3.0
2572026-05-15T18:28:01.491Z Downloaded icu_locid v1.5.0
2582026-05-15T18:28:01.491Z Downloaded rcgen v0.14.7
2592026-05-15T18:28:01.491Z Downloaded semver v1.0.28
2602026-05-15T18:28:01.491Z Downloaded rustls-native-certs v0.8.3
2612026-05-15T18:28:01.491Z Downloaded num-traits v0.2.14
2622026-05-15T18:28:01.491Z Downloaded untrusted v0.9.0
2632026-05-15T18:28:01.491Z Downloaded untrusted v0.7.1
2642026-05-15T18:28:01.491Z Downloaded memmap2 v0.9.8
2652026-05-15T18:28:01.491Z Downloaded icu_properties v1.5.1
2662026-05-15T18:28:01.491Z Downloaded waitgroup v0.1.2
2672026-05-15T18:28:01.491Z Downloaded getrandom v0.4.1
2682026-05-15T18:28:01.491Z Downloaded slog-term v2.9.2
2692026-05-15T18:28:01.491Z Downloaded slog-json v2.6.1
2702026-05-15T18:28:01.491Z Downloaded signal-hook-registry v1.4.0
2712026-05-15T18:28:01.491Z Downloaded usdt-attr-macro v0.6.0
2722026-05-15T18:28:01.491Z Downloaded synstructure v0.13.1
2732026-05-15T18:28:01.491Z Downloaded write16 v1.0.0
2742026-05-15T18:28:01.492Z Downloaded utf8_iter v1.0.4
2752026-05-15T18:28:01.492Z Downloaded rustls-pki-types v1.14.1
2762026-05-15T18:28:01.492Z Downloaded zerofrom v0.1.5
2772026-05-15T18:28:01.492Z Downloaded want v0.3.0
2782026-05-15T18:28:01.492Z Downloaded minimal-lexical v0.2.1
2792026-05-15T18:28:01.492Z Downloaded time-macros v0.2.27
2802026-05-15T18:28:01.496Z Downloaded cc v1.2.60
2812026-05-15T18:28:01.496Z Downloaded version_check v0.9.5
2822026-05-15T18:28:01.496Z Downloaded der-parser v10.0.0
2832026-05-15T18:28:01.496Z Downloaded thiserror v2.0.18
2842026-05-15T18:28:01.496Z Downloaded zerofrom-derive v0.1.5
2852026-05-15T18:28:01.496Z Downloaded yoke-derive v0.7.5
2862026-05-15T18:28:01.496Z Downloaded tokio-tungstenite v0.29.0
2872026-05-15T18:28:01.496Z Downloaded usdt-macro v0.6.0
2882026-05-15T18:28:01.496Z Downloaded thiserror-impl v2.0.18
2892026-05-15T18:28:01.496Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2902026-05-15T18:28:01.496Z Downloaded tinystr v0.7.6
2912026-05-15T18:28:01.496Z Downloaded icu_provider v1.5.0
2922026-05-15T18:28:01.496Z Downloaded termcolor v1.1.2
2932026-05-15T18:28:01.496Z Downloaded const-oid v0.10.2
2942026-05-15T18:28:01.496Z Downloaded base64 v0.22.1
2952026-05-15T18:28:01.496Z Downloaded pest_meta v2.8.1
2962026-05-15T18:28:01.496Z Downloaded toml_writer v1.1.1+spec-1.1.0
2972026-05-15T18:28:01.496Z Downloaded icu_locid_transform_data v1.5.0
2982026-05-15T18:28:01.496Z Downloaded usdt v0.6.0
2992026-05-15T18:28:01.496Z Downloaded event-listener v5.0.0
3002026-05-15T18:28:01.496Z Downloaded digest v0.10.7
3012026-05-15T18:28:01.496Z Downloaded console v0.15.7
3022026-05-15T18:28:01.496Z Downloaded crossbeam-utils v0.8.21
3032026-05-15T18:28:01.496Z Downloaded bitflags v2.11.0
3042026-05-15T18:28:01.497Z Downloaded schemars v0.8.22
3052026-05-15T18:28:01.497Z Downloaded utf16_iter v1.0.5
3062026-05-15T18:28:01.497Z Downloaded portable-atomic v1.9.0
3072026-05-15T18:28:01.497Z Downloaded async-trait v0.1.89
3082026-05-15T18:28:01.497Z Downloaded writeable v0.5.5
3092026-05-15T18:28:01.497Z Downloaded spin v0.9.8
3102026-05-15T18:28:01.497Z Downloaded smallvec v1.13.2
3112026-05-15T18:28:01.497Z Downloaded unicode-width v0.1.9
3122026-05-15T18:28:01.497Z Downloaded unicase v2.6.0
3132026-05-15T18:28:01.497Z Downloaded proc-macro2 v1.0.106
3142026-05-15T18:28:01.497Z Downloaded zerovec-derive v0.10.3
3152026-05-15T18:28:01.497Z Downloaded scroll v0.13.0
3162026-05-15T18:28:01.497Z Downloaded rustls-platform-verifier v0.6.2
3172026-05-15T18:28:01.497Z Downloaded http v1.4.0
3182026-05-15T18:28:01.497Z Downloaded yoke v0.7.5
3192026-05-15T18:28:01.497Z Downloaded tokio-rustls v0.26.4
3202026-05-15T18:28:01.497Z Downloaded slog v2.8.2
3212026-05-15T18:28:01.497Z Downloaded serde_derive v1.0.228
3222026-05-15T18:28:01.497Z Downloaded log v0.4.17
3232026-05-15T18:28:01.497Z Downloaded nom v7.1.3
3242026-05-15T18:28:01.497Z Downloaded trybuild v1.0.116
3252026-05-15T18:28:01.497Z Downloaded ryu v1.0.23
3262026-05-15T18:28:01.497Z Downloaded zeroize v1.8.2
3272026-05-15T18:28:01.497Z Downloaded yasna v0.5.2
3282026-05-15T18:28:01.497Z Downloaded icu_normalizer_data v1.5.0
3292026-05-15T18:28:01.497Z Downloaded icu_normalizer v1.5.0
3302026-05-15T18:28:01.497Z Downloaded zmij v1.0.2
3312026-05-15T18:28:01.497Z Downloaded tempfile v3.27.0
3322026-05-15T18:28:01.497Z Downloaded unicode-ident v1.0.12
3332026-05-15T18:28:01.497Z Downloaded getrandom v0.3.4
3342026-05-15T18:28:01.497Z Downloaded miniz_oxide v0.8.9
3352026-05-15T18:28:01.497Z Downloaded tracing-core v0.1.32
3362026-05-15T18:28:01.497Z Downloaded socket2 v0.6.3
3372026-05-15T18:28:01.497Z Downloaded usdt-impl v0.6.0
3382026-05-15T18:28:01.497Z Downloaded tinyvec v1.5.1
3392026-05-15T18:28:01.497Z Downloaded term v1.1.0
3402026-05-15T18:28:01.498Z Downloaded serde v1.0.228
3412026-05-15T18:28:01.498Z Downloaded toml_parser v1.1.2+spec-1.1.0
3422026-05-15T18:28:01.498Z Downloaded toml v1.1.2+spec-1.1.0
3432026-05-15T18:28:01.498Z Downloaded futures v0.3.32
3442026-05-15T18:28:01.498Z Downloaded expectorate v1.2.0
3452026-05-15T18:28:01.498Z Downloaded num-bigint v0.4.3
3462026-05-15T18:28:01.498Z Downloaded similar v2.2.1
3472026-05-15T18:28:01.498Z Downloaded hybrid-array v0.4.8
3482026-05-15T18:28:01.498Z Downloaded rustls-webpki v0.103.13
3492026-05-15T18:28:01.498Z Downloaded uuid v1.23.1
3502026-05-15T18:28:01.498Z Downloaded subprocess v1.1.0
3512026-05-15T18:28:01.498Z Downloaded ucd-trie v0.1.6
3522026-05-15T18:28:01.498Z Downloaded socket2 v0.5.9
3532026-05-15T18:28:01.498Z Downloaded rand v0.9.2
3542026-05-15T18:28:01.498Z Downloaded serde_qs v1.1.1
3552026-05-15T18:28:01.498Z Downloaded hyper-util v0.1.20
3562026-05-15T18:28:01.498Z Downloaded icu_collections v1.5.0
3572026-05-15T18:28:01.498Z Downloaded tungstenite v0.29.0
3582026-05-15T18:28:01.498Z Downloaded typenum v1.19.0
3592026-05-15T18:28:01.498Z Downloaded asn1-rs v0.7.1
3602026-05-15T18:28:01.498Z Downloaded buf-list v1.1.2
3612026-05-15T18:28:01.498Z Downloaded bytes v1.11.1
3622026-05-15T18:28:01.498Z Downloaded iri-string v0.7.8
3632026-05-15T18:28:01.498Z Downloaded crossbeam-channel v0.5.15
3642026-05-15T18:28:01.498Z Downloaded tinyvec_macros v0.1.0
3652026-05-15T18:28:01.498Z Downloaded erased-serde v0.3.31
3662026-05-15T18:28:01.498Z Downloaded digest v0.11.2
3672026-05-15T18:28:01.498Z Downloaded tracing v0.1.40
3682026-05-15T18:28:01.498Z Downloaded url v2.5.4
3692026-05-15T18:28:01.498Z Downloaded data-encoding v2.4.0
3702026-05-15T18:28:01.498Z Downloaded byteorder v1.4.3
3712026-05-15T18:28:01.498Z Downloaded cmake v0.1.58
3722026-05-15T18:28:01.498Z Downloaded zerocopy-derive v0.8.27
3732026-05-15T18:28:01.498Z Downloaded x509-parser v0.18.0
3742026-05-15T18:28:01.498Z Downloaded unicode-segmentation v1.10.0
3752026-05-15T18:28:01.498Z Downloaded idna v1.0.3
3762026-05-15T18:28:01.498Z Downloaded indexmap v2.14.0
3772026-05-15T18:28:01.498Z Downloaded serde_json v1.0.149
3782026-05-15T18:28:01.498Z Downloaded tokio-util v0.7.18
3792026-05-15T18:28:01.499Z Downloaded async-compression v0.4.42
3802026-05-15T18:28:01.502Z Downloaded tower v0.5.2
3812026-05-15T18:28:01.502Z Downloaded hyper v1.9.0
3822026-05-15T18:28:01.502Z Downloaded reqwest v0.13.3
3832026-05-15T18:28:01.502Z Downloaded pest v2.8.1
3842026-05-15T18:28:01.502Z Downloaded zerovec v0.10.4
3852026-05-15T18:28:01.502Z Downloaded icu_properties_data v1.5.0
3862026-05-15T18:28:01.502Z Downloaded tower-http v0.6.8
3872026-05-15T18:28:01.502Z Downloaded hashbrown v0.17.0
3882026-05-15T18:28:01.502Z Downloaded quinn-proto v0.11.14
3892026-05-15T18:28:01.502Z Downloaded futures-util v0.3.32
3902026-05-15T18:28:01.502Z Downloaded h2 v0.4.6
3912026-05-15T18:28:01.502Z Downloaded winnow v1.0.0
3922026-05-15T18:28:01.502Z Downloaded goblin v0.10.1
3932026-05-15T18:28:01.502Z Downloaded time v0.3.47
3942026-05-15T18:28:01.502Z Downloaded aws-lc-rs v1.16.3
3952026-05-15T18:28:01.502Z Downloaded rustix v1.1.4
3962026-05-15T18:28:01.502Z Downloaded chrono v0.4.44
3972026-05-15T18:28:01.503Z Downloaded zerocopy v0.8.27
3982026-05-15T18:28:01.503Z Downloaded rustls v0.23.40
3992026-05-15T18:28:01.503Z Downloaded syn v2.0.117
4002026-05-15T18:28:01.503Z Downloaded openapiv3 v2.2.0
4012026-05-15T18:28:01.503Z Downloaded rustix v0.38.44
4022026-05-15T18:28:01.537Z Downloaded libc v0.2.186
4032026-05-15T18:28:01.582Z Downloaded ring v0.17.13
4042026-05-15T18:28:01.621Z Downloaded tokio v1.52.3
4052026-05-15T18:28:01.683Z Downloaded encoding_rs v0.8.32
4062026-05-15T18:28:02.163Z Downloaded aws-lc-sys v0.40.0
4072026-05-15T18:28:02.379Z Compiling proc-macro2 v1.0.106
4082026-05-15T18:28:02.379Z Compiling quote v1.0.45
4092026-05-15T18:28:02.379Z Compiling unicode-ident v1.0.12
4102026-05-15T18:28:02.379Z Compiling libc v0.2.186
4112026-05-15T18:28:02.383Z Compiling cfg-if v1.0.0
4122026-05-15T18:28:02.383Z Compiling itoa v1.0.17
4132026-05-15T18:28:02.383Z Compiling memchr v2.6.0
4142026-05-15T18:28:02.383Z Compiling serde_core v1.0.228
4152026-05-15T18:28:02.468Z 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`
4162026-05-15T18:28:02.471Z 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`
4172026-05-15T18:28:02.471Z 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`
4182026-05-15T18:28:02.471Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=8450a5584b025ec3 -C extra-filename=-0eb0027837592586 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-0eb0027837592586 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192026-05-15T18:28:02.471Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=cffde433c6b763d8 -C extra-filename=-d3ee7f85a96743d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4202026-05-15T18:28:02.471Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=e1c000fcbbb12705 -C extra-filename=-82d25e56b970b3ca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212026-05-15T18:28:02.471Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=83602c16c285c246 -C extra-filename=-08b7f7e5f475f59c --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-08b7f7e5f475f59c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4222026-05-15T18:28:02.471Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.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("no-panic"))' -C metadata=8b5660eed59ee9f9 -C extra-filename=-1456e851d16b8b2b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4232026-05-15T18:28:02.533Z Compiling pin-project-lite v0.2.12
4242026-05-15T18:28:02.542Z 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`
4252026-05-15T18:28:02.583Z Compiling autocfg v1.1.0
4262026-05-15T18:28:02.590Z 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`
4272026-05-15T18:28:02.652Z Compiling version_check v0.9.5
4282026-05-15T18:28:02.655Z 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`
4292026-05-15T18:28:02.656Z Compiling serde v1.0.228
4302026-05-15T18:28:02.656Z 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`
4312026-05-15T18:28:02.810Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-bbf5d710e61e9587/build-script-build`
4322026-05-15T18:28:02.810Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-4337ad271fd40c1a/build-script-build`
4332026-05-15T18:28:02.813Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-08b7f7e5f475f59c/build-script-build`
4342026-05-15T18:28:02.857Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-0eb0027837592586/build-script-build`
4352026-05-15T18:28:02.861Z Compiling smallvec v1.13.2
4362026-05-15T18:28:02.866Z 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`
4372026-05-15T18:28:02.869Z 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)'`
4382026-05-15T18:28:02.875Z Compiling bytes v1.11.1
4392026-05-15T18:28:02.882Z 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`
4402026-05-15T18:28:02.894Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=0c6d749882c66dfe -C extra-filename=-c8ce6b8b0d54ece8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_picolibc)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(musl_redir_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4412026-05-15T18:28:02.901Z Compiling futures-core v0.3.32
4422026-05-15T18:28:02.905Z 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`
4432026-05-15T18:28:02.977Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-884970a252e733b8/build-script-build`
4442026-05-15T18:28:03.008Z Compiling zmij v1.0.2
4452026-05-15T18:28:03.016Z 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`
4462026-05-15T18:28:03.055Z Compiling thiserror v2.0.18
4472026-05-15T18:28:03.078Z 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`
4482026-05-15T18:28:03.081Z Compiling once_cell v1.20.1
4492026-05-15T18:28:03.088Z 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`
4502026-05-15T18:28:03.126Z 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)'`
4512026-05-15T18:28:03.191Z Compiling log v0.4.17
4522026-05-15T18:28:03.194Z 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`
4532026-05-15T18:28:03.287Z Compiling serde_json v1.0.149
4542026-05-15T18:28:03.287Z 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`
4552026-05-15T18:28:03.308Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-392039b53fc0ec82/build-script-build`
4562026-05-15T18:28:03.347Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=a2336f75a1421d36 -C extra-filename=-5fa8e6363ab024ae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(zmij_no_select_unpredictable)'`
4572026-05-15T18:28:03.384Z Compiling jobserver v0.1.34
4582026-05-15T18:28:03.386Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50d801d849618636 -C extra-filename=-ee8377797deb8a5e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
4592026-05-15T18:28:03.399Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-ad7d471cf4f90667/build-script-build`
4602026-05-15T18:28:03.433Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-ec4d00d48a141c05/build-script-build`
4612026-05-15T18:28:03.445Z Compiling parking_lot_core v0.9.4
4622026-05-15T18:28:03.447Z 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`
4632026-05-15T18:28:03.529Z Compiling find-msvc-tools v0.1.9
4642026-05-15T18:28:03.529Z 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)'`
4652026-05-15T18:28:03.537Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-5fd52a869f0cdf71/build-script-build`
4662026-05-15T18:28:03.537Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba2cc3ea45096e12 -C extra-filename=-0dfd6ccdcb3c98b0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4672026-05-15T18:28:03.555Z Compiling shlex v1.3.0
4682026-05-15T18:28:03.562Z 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`
4692026-05-15T18:28:03.585Z 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`
4702026-05-15T18:28:03.704Z Compiling syn v2.0.117
4712026-05-15T18:28:03.707Z 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`
4722026-05-15T18:28:03.720Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-ee863e1c9cb865bb/build-script-build`
4732026-05-15T18:28:03.736Z Compiling cc v1.2.60
4742026-05-15T18:28:03.744Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=f7f845f1463caf45 -C extra-filename=-5cd2d2f43afaa3bb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern find_msvc_tools=/work/oxidecomputer/dropshot/target/debug/deps/libfind_msvc_tools-0dfd6ccdcb3c98b0.rmeta --extern jobserver=/work/oxidecomputer/dropshot/target/debug/deps/libjobserver-ee8377797deb8a5e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-2618e594e96da3cf.rmeta --cap-lints allow`
4752026-05-15T18:28:03.747Z Compiling slab v0.4.9
4762026-05-15T18:28:03.747Z 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`
4772026-05-15T18:28:03.775Z Compiling typenum v1.19.0
4782026-05-15T18:28:03.783Z 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`
4792026-05-15T18:28:03.786Z Compiling scopeguard v1.2.0
4802026-05-15T18:28:03.789Z 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`
4812026-05-15T18:28:03.820Z Compiling futures-sink v0.3.32
4822026-05-15T18:28:03.825Z 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`
4832026-05-15T18:28:03.871Z Compiling lock_api v0.4.6
4842026-05-15T18:28:03.874Z 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`
4852026-05-15T18:28:03.890Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=7dd4c809366e2c31 -C extra-filename=-82809c0b95ee7fd5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d3ee7f85a96743d1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-88a1f1fe0139468f.rmeta --cap-lints allow`
4862026-05-15T18:28:03.921Z Compiling dunce v1.0.5
4872026-05-15T18:28:03.924Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b399cfa87fd1b07 -C extra-filename=-193e6341c19b134e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4882026-05-15T18:28:03.992Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-a6654b79549de8f3/build-script-build`
4892026-05-15T18:28:04.014Z Compiling fs_extra v1.3.0
4902026-05-15T18:28:04.018Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31787913a7fe1ec9 -C extra-filename=-e1cce15ebd9570ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4912026-05-15T18:28:04.083Z 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`
4922026-05-15T18:28:04.092Z Compiling parking_lot v0.12.1
4932026-05-15T18:28:04.096Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=07c804bfdb9862c8 -C extra-filename=-b6acfb8e6adc55d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lock_api=/work/oxidecomputer/dropshot/target/debug/deps/liblock_api-ee16297a04d9573b.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-82809c0b95ee7fd5.rmeta --cap-lints allow`
4942026-05-15T18:28:04.160Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-9eaefc068f51e1e5/build-script-build`
4952026-05-15T18:28:04.167Z 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`
4962026-05-15T18:28:04.211Z Compiling socket2 v0.6.3
4972026-05-15T18:28:04.214Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=dd67c2f706be832f -C extra-filename=-96836488c570e5e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
4982026-05-15T18:28:04.242Z Compiling signal-hook-registry v1.4.0
4992026-05-15T18:28:04.250Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9739c13be5226f4c -C extra-filename=-86f7dfecf57c61b1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
5002026-05-15T18:28:04.283Z Compiling mio v1.2.0
5012026-05-15T18:28:04.290Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=cd81463822f71f7b -C extra-filename=-b3dd018e4a0a3c11 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
5022026-05-15T18:28:04.504Z Compiling cmake v0.1.58
5032026-05-15T18:28:04.507Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e9f5d320988b84d -C extra-filename=-13a99b46eb36aade --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-5cd2d2f43afaa3bb.rmeta --cap-lints allow`
5042026-05-15T18:28:04.636Z Compiling stable_deref_trait v1.2.0
5052026-05-15T18:28:04.639Z 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`
5062026-05-15T18:28:04.661Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
5072026-05-15T18:28:04.711Z Compiling futures-channel v0.3.32
5082026-05-15T18:28:04.714Z 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`
5092026-05-15T18:28:04.769Z Compiling http v1.4.0
5102026-05-15T18:28:04.772Z 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=7b8708b114a32730 -C extra-filename=-a3bc3810bd24d862 --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-1456e851d16b8b2b.rmeta --cap-lints allow`
5112026-05-15T18:28:04.779Z Compiling zeroize v1.8.2
5122026-05-15T18:28:04.782Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=314d8ecaabb935f5 -C extra-filename=-2d28202684ee8f14 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5132026-05-15T18:28:04.841Z Compiling getrandom v0.4.1
5142026-05-15T18:28:04.844Z 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`
5152026-05-15T18:28:04.859Z Compiling bitflags v2.11.0
5162026-05-15T18:28:04.862Z 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`
5172026-05-15T18:28:04.928Z Compiling ucd-trie v0.1.6
5182026-05-15T18:28:04.931Z 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`
5192026-05-15T18:28:04.946Z Compiling futures-io v0.3.32
5202026-05-15T18:28:04.949Z 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`
5212026-05-15T18:28:04.978Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-baabdc2d5f2b5062/build-script-build`
5222026-05-15T18:28:05.016Z 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)'`
5232026-05-15T18:28:05.025Z Compiling aws-lc-sys v0.40.0
5242026-05-15T18:28:05.032Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=e704fdfd49d2b6a6 -C extra-filename=-3081555374cb99e3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-3081555374cb99e3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-5cd2d2f43afaa3bb.rlib --extern cmake=/work/oxidecomputer/dropshot/target/debug/deps/libcmake-13a99b46eb36aade.rlib --extern dunce=/work/oxidecomputer/dropshot/target/debug/deps/libdunce-193e6341c19b134e.rlib --extern fs_extra=/work/oxidecomputer/dropshot/target/debug/deps/libfs_extra-e1cce15ebd9570ef.rlib --cap-lints allow`
5252026-05-15T18:28:05.084Z Compiling futures-task v0.3.32
5262026-05-15T18:28:05.086Z 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`
5272026-05-15T18:28:05.111Z 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`
5282026-05-15T18:28:05.114Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-d942d7def228306a/build-script-build`
5292026-05-15T18:28:05.124Z Compiling aws-lc-rs v1.16.3
5302026-05-15T18:28:05.147Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=44d520497014c99c -C extra-filename=-94ff50a463df9051 --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-94ff50a463df9051 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5312026-05-15T18:28:05.221Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=61142e962c84d887 -C extra-filename=-a1d925e051947375 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d3ee7f85a96743d1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
5322026-05-15T18:28:05.249Z Compiling rustls-pki-types v1.14.1
5332026-05-15T18:28:05.252Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=e7bf3679deda0580 -C extra-filename=-057522a2ff08016a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-2d28202684ee8f14.rmeta --cap-lints allow`
5342026-05-15T18:28:05.369Z 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=6b33bbcfb9e9b3d0 -C extra-filename=-759ecc5c3026d237 --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-1456e851d16b8b2b.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-82d25e56b970b3ca.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-5fa8e6363ab024ae.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5352026-05-15T18:28:05.420Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-6da19babcabbed31/build-script-build`
5362026-05-15T18:28:05.438Z Compiling rustversion v1.0.22
5372026-05-15T18:28:05.441Z 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`
5382026-05-15T18:28:05.459Z Compiling httparse v1.10.0
5392026-05-15T18:28:05.462Z 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`
5402026-05-15T18:28:05.726Z Compiling zerocopy v0.8.27
5412026-05-15T18:28:05.729Z 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`
5422026-05-15T18:28:05.746Z Compiling errno v0.3.10
5432026-05-15T18:28:05.754Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9291613173cb8f47 -C extra-filename=-337f172b09f58867 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
5442026-05-15T18:28:05.786Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-f036460091c5fde3/build-script-build`
5452026-05-15T18:28:05.809Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-57fdcabf60e3b0fa/build-script-build`
5462026-05-15T18:28:05.826Z Compiling writeable v0.5.5
5472026-05-15T18:28:05.826Z 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`
5482026-05-15T18:28:05.847Z Compiling litemap v0.7.4
5492026-05-15T18:28:05.850Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=6b552952c8466ccc -C extra-filename=-d73b798f427e0708 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5502026-05-15T18:28:05.885Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-3081555374cb99e3/build-script-main`
5512026-05-15T18:28:05.893Z Compiling rustix v1.1.4
5522026-05-15T18:28:05.895Z 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`
5532026-05-15T18:28:06.047Z Compiling crossbeam-utils v0.8.21
5542026-05-15T18:28:06.050Z 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`
5552026-05-15T18:28:06.110Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bbdcb24fb7faaa0c -C extra-filename=-4a68297fef3a092f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
5562026-05-15T18:28:06.130Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-66a801087f011401/build-script-build`
5572026-05-15T18:28:06.170Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5d000f066064111 -C extra-filename=-7242cf04f2646176 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
5582026-05-15T18:28:06.286Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-f39bf745785fd3ba/build-script-build`
5592026-05-15T18:28:06.457Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-bf07022d0230ba8d/build-script-build`
5602026-05-15T18:28:06.544Z Compiling synstructure v0.13.1
5612026-05-15T18:28:06.549Z 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`
5622026-05-15T18:28:06.549Z Compiling generic-array v0.14.5
5632026-05-15T18:28:06.549Z 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`
5642026-05-15T18:28:06.549Z Compiling equivalent v1.0.0
5652026-05-15T18:28:06.549Z 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`
5662026-05-15T18:28:06.552Z Compiling hashbrown v0.17.0
5672026-05-15T18:28:06.553Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=6ce317fa3073ff7a -C extra-filename=-ed53139fafbf3f8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5682026-05-15T18:28:06.586Z Compiling powerfmt v0.2.0
5692026-05-15T18:28:06.588Z 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`
5702026-05-15T18:28:06.718Z Compiling num-conv v0.2.0
5712026-05-15T18:28:06.722Z 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`
5722026-05-15T18:28:06.794Z Compiling percent-encoding v2.3.2
5732026-05-15T18:28:06.794Z Compiling time-core v0.1.8
5742026-05-15T18:28:06.801Z 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`
5752026-05-15T18:28:06.801Z 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`
5762026-05-15T18:28:06.838Z Compiling slog v2.8.2
5772026-05-15T18:28:06.841Z 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`
5782026-05-15T18:28:06.908Z Compiling deranged v0.5.5
5792026-05-15T18:28:06.910Z 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`
5802026-05-15T18:28:06.933Z Compiling time-macros v0.2.27
5812026-05-15T18:28:06.936Z 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`
5822026-05-15T18:28:06.963Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-0f472e2848659664/build-script-build`
5832026-05-15T18:28:07.005Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=d3808dd7488587ac -C extra-filename=-d43043cd63b77e15 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-d8f468526f30f872.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-337f172b09f58867.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
5842026-05-15T18:28:07.011Z 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)'`
5852026-05-15T18:28:07.072Z Compiling indexmap v2.14.0
5862026-05-15T18:28:07.075Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=68fb1c76a2bec571 -C extra-filename=-009410dc439e3e0b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern equivalent=/work/oxidecomputer/dropshot/target/debug/deps/libequivalent-51132ef078fe0ea0.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-ed53139fafbf3f8a.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --cap-lints allow`
5872026-05-15T18:28:07.104Z Compiling http-body v1.0.1
5882026-05-15T18:28:07.112Z 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=500b0ffd8a0cb864 -C extra-filename=-1e75d8dad5465ba9 --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-a3bc3810bd24d862.rmeta --cap-lints allow`
5892026-05-15T18:28:07.256Z Compiling tracing-core v0.1.32
5902026-05-15T18:28:07.259Z 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`
5912026-05-15T18:28:07.515Z Compiling num_threads v0.1.3
5922026-05-15T18:28:07.518Z 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`
5932026-05-15T18:28:07.612Z Compiling icu_locid_transform_data v1.5.0
5942026-05-15T18:28:07.619Z 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`
5952026-05-15T18:28:07.685Z Compiling rustix v0.38.44
5962026-05-15T18:28:07.688Z 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`
5972026-05-15T18:28:07.696Z Compiling serde_derive v1.0.228
5982026-05-15T18:28:07.699Z 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`
5992026-05-15T18:28:07.706Z Compiling thiserror-impl v2.0.18
6002026-05-15T18:28:07.709Z 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`
6012026-05-15T18:28:07.873Z Compiling zerofrom-derive v0.1.5
6022026-05-15T18:28:07.876Z 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`
6032026-05-15T18:28:07.886Z Compiling tokio-macros v2.7.0
6042026-05-15T18:28:07.886Z 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`
6052026-05-15T18:28:07.913Z Compiling yoke-derive v0.7.5
6062026-05-15T18:28:07.916Z 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`
6072026-05-15T18:28:07.922Z Compiling zerovec-derive v0.10.3
6082026-05-15T18:28:07.929Z 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`
6092026-05-15T18:28:08.041Z Compiling displaydoc v0.2.5
6102026-05-15T18:28:08.044Z 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`
6112026-05-15T18:28:08.703Z Compiling tokio v1.52.3
6122026-05-15T18:28:08.710Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=e67df772d45fea27 -C extra-filename=-ed241fffc7b80ad9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-b3dd018e4a0a3c11.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-b6acfb8e6adc55d8.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-86f7dfecf57c61b1.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-96836488c570e5e8.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-6ab41e8f081774fd.so --cap-lints allow`
6132026-05-15T18:28:08.806Z Compiling futures-macro v0.3.32
6142026-05-15T18:28:08.809Z 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`
6152026-05-15T18:28:08.951Z Compiling zerocopy-derive v0.8.27
6162026-05-15T18:28:08.955Z 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`
6172026-05-15T18:28:08.955Z 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)'`
6182026-05-15T18:28:08.980Z Compiling icu_provider_macros v1.5.0
6192026-05-15T18:28:08.983Z 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`
6202026-05-15T18:28:09.065Z Compiling pest v2.8.1
6212026-05-15T18:28:09.067Z 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`
6222026-05-15T18:28:09.074Z Compiling zerofrom v0.1.5
6232026-05-15T18:28:09.077Z 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`
6242026-05-15T18:28:09.194Z Compiling yoke v0.7.5
6252026-05-15T18:28:09.197Z 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`
6262026-05-15T18:28:09.384Z Compiling zerovec v0.10.4
6272026-05-15T18:28:09.387Z 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`
6282026-05-15T18:28:09.551Z Compiling rustls v0.23.40
6292026-05-15T18:28:09.554Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.40/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=b3e11bbc0a78e737 -C extra-filename=-470cac50b2186f12 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-470cac50b2186f12 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6302026-05-15T18:28:09.651Z Compiling futures-util v0.3.32
6312026-05-15T18:28:09.654Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=58f4521461610bcd -C extra-filename=-aa25954c0409e5cb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-584ee4ae876e49f2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-42a6e404b5015526.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-dbdb680b075e13f0.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f79c5559e80f07f2.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c882e07be88c1c62.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-82d25e56b970b3ca.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-94ee0fba65192311.rmeta --cap-lints allow`
6322026-05-15T18:28:09.768Z Compiling untrusted v0.9.0
6332026-05-15T18:28:09.771Z 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`
6342026-05-15T18:28:09.886Z Compiling atomic-waker v1.1.2
6352026-05-15T18:28:09.888Z 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`
6362026-05-15T18:28:10.008Z Compiling fastrand v2.1.1
6372026-05-15T18:28:10.011Z 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`
6382026-05-15T18:28:10.170Z Compiling tinystr v0.7.6
6392026-05-15T18:28:10.173Z 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`
6402026-05-15T18:28:10.275Z Compiling pest_meta v2.8.1
6412026-05-15T18:28:10.277Z 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`
6422026-05-15T18:28:10.286Z 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)'`
6432026-05-15T18:28:10.299Z Compiling getrandom v0.3.4
6442026-05-15T18:28:10.304Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=63265561847c4f93 -C extra-filename=-b54b8fd6473fccf2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-b54b8fd6473fccf2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6452026-05-15T18:28:10.349Z 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)'`
6462026-05-15T18:28:10.367Z 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)'`
6472026-05-15T18:28:10.623Z Compiling icu_locid v1.5.0
6482026-05-15T18:28:10.627Z 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`
6492026-05-15T18:28:10.843Z Compiling pest_generator v2.8.1
6502026-05-15T18:28:10.846Z 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`
6512026-05-15T18:28:10.852Z Compiling serde_tokenstream v0.2.3
6522026-05-15T18:28:10.855Z 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`
6532026-05-15T18:28:11.133Z Compiling icu_provider v1.5.0
6542026-05-15T18:28:11.136Z 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`
6552026-05-15T18:28:11.484Z Compiling icu_locid_transform v1.5.0
6562026-05-15T18:28:11.487Z 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`
6572026-05-15T18:28:11.509Z Compiling pest_derive v2.8.1
6582026-05-15T18:28:11.512Z 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`
6592026-05-15T18:28:11.549Z Compiling erased-serde v0.3.31
6602026-05-15T18:28:11.551Z 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`
6612026-05-15T18:28:11.642Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-b54b8fd6473fccf2/build-script-build`
6622026-05-15T18:28:11.653Z Compiling icu_collections v1.5.0
6632026-05-15T18:28:11.656Z 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`
6642026-05-15T18:28:11.727Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-705b2a4c28e2b308/build-script-build`
6652026-05-15T18:28:11.808Z Compiling time v0.3.47
6662026-05-15T18:28:11.811Z 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=e3c6fb0d9b2a9fbf -C extra-filename=-2719f5ebd3682858 --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-1456e851d16b8b2b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-315a78bc0384d61a.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-612b7f060cd4da8b.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-5016b9c4d16a47f3.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-95dd2ab3fb000547.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-a20fbb2c2ee709eb.so --cap-lints allow`
6672026-05-15T18:28:11.975Z Compiling scroll_derive v0.13.1
6682026-05-15T18:28:11.977Z 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`
6692026-05-15T18:28:12.050Z Compiling tracing v0.1.40
6702026-05-15T18:28:12.053Z 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`
6712026-05-15T18:28:12.072Z Compiling dtrace-parser v0.3.0
6722026-05-15T18:28:12.075Z 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`
6732026-05-15T18:28:12.277Z Compiling tokio-util v0.7.18
6742026-05-15T18:28:12.280Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "net", "rt", "slab", "time", "tracing"))' -C metadata=30796f3334729e99 -C extra-filename=-0106a870fba294d7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f79c5559e80f07f2.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --cap-lints allow`
6752026-05-15T18:28:12.286Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-b647e98a3dc38cc5/build-script-build`
6762026-05-15T18:28:12.298Z 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`
6772026-05-15T18:28:12.639Z 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=91bf7eac56430d5f -C extra-filename=-bfcc2d0a283aa04a --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-1456e851d16b8b2b.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"))'`
6782026-05-15T18:28:12.771Z Compiling thread-id v5.0.0
6792026-05-15T18:28:12.775Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a5a38dbae123f02 -C extra-filename=-59a04de8047ff579 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
6802026-05-15T18:28:12.838Z Compiling num-traits v0.2.14
6812026-05-15T18:28:12.840Z 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`
6822026-05-15T18:28:12.850Z Compiling subtle v2.5.0
6832026-05-15T18:28:12.853Z 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`
6842026-05-15T18:28:12.905Z Compiling try-lock v0.2.3
6852026-05-15T18:28:12.908Z 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`
6862026-05-15T18:28:12.914Z Compiling tower-layer v0.3.3
6872026-05-15T18:28:12.917Z 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`
6882026-05-15T18:28:12.935Z Compiling base64 v0.22.1
6892026-05-15T18:28:12.938Z 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`
6902026-05-15T18:28:12.992Z Compiling paste v1.0.15
6912026-05-15T18:28:12.995Z 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`
6922026-05-15T18:28:13.007Z Compiling byteorder v1.4.3
6932026-05-15T18:28:13.011Z 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`
6942026-05-15T18:28:13.066Z Compiling icu_properties_data v1.5.0
6952026-05-15T18:28:13.070Z 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`
6962026-05-15T18:28:13.075Z Compiling crc32fast v1.5.0
6972026-05-15T18:28:13.079Z 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`
6982026-05-15T18:28:13.201Z Compiling tower-service v0.3.3
6992026-05-15T18:28:13.201Z 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`
7002026-05-15T18:28:13.224Z Compiling fnv v1.0.7
7012026-05-15T18:28:13.227Z 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`
7022026-05-15T18:28:13.260Z Compiling usdt-impl v0.6.0
7032026-05-15T18:28:13.263Z 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`
7042026-05-15T18:28:13.282Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-ae65f8f6893fcc49/build-script-build`
7052026-05-15T18:28:13.291Z Compiling h2 v0.4.6
7062026-05-15T18:28:13.295Z 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=5c12ab608a96872b -C extra-filename=-5a05a7bed35c9086 --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-a3bc3810bd24d862.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-94ee0fba65192311.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-fb1acfe66e7b8d1a.rmeta --cap-lints allow`
7072026-05-15T18:28:13.315Z Compiling icu_properties v1.5.1
7082026-05-15T18:28:13.318Z 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-05-15T18:28:13.383Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-898018bdfdf849e9/build-script-build`
7102026-05-15T18:28:13.393Z Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-77ddf1cf7e67dcf4/build-script-build`
7112026-05-15T18:28:13.402Z Compiling dof v0.4.0
7122026-05-15T18:28:13.405Z 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=398768fd36e8f06c -C extra-filename=-48c060c3e4ba0eff --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-bfcc2d0a283aa04a.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`
7132026-05-15T18:28:13.509Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-83bb914df3b9a892/build-script-build`
7142026-05-15T18:28:13.520Z Compiling want v0.3.0
7152026-05-15T18:28:13.523Z 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`
7162026-05-15T18:28:13.532Z Compiling scroll v0.13.0
7172026-05-15T18:28:13.535Z 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`
7182026-05-15T18:28:13.700Z 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)'`
7192026-05-15T18:28:13.786Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=db5ed3643d9a72dd -C extra-filename=-8a0e55a9d830542d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-d8f468526f30f872.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-337f172b09f58867.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7202026-05-15T18:28:13.797Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=fb8fb09f1eb41180 -C extra-filename=-c5319e52217cc768 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d3ee7f85a96743d1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
7212026-05-15T18:28:13.851Z Compiling hybrid-array v0.4.8
7222026-05-15T18:28:13.854Z 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`
7232026-05-15T18:28:13.972Z Compiling unicase v2.6.0
7242026-05-15T18:28:13.975Z 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`
7252026-05-15T18:28:14.110Z Compiling plain v0.2.3
7262026-05-15T18:28:14.113Z 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`
7272026-05-15T18:28:14.209Z Compiling icu_normalizer_data v1.5.0
7282026-05-15T18:28:14.212Z 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`
7292026-05-15T18:28:14.220Z Compiling httpdate v1.0.1
7302026-05-15T18:28:14.223Z 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`
7312026-05-15T18:28:14.279Z Compiling write16 v1.0.0
7322026-05-15T18:28:14.282Z 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`
7332026-05-15T18:28:14.298Z Compiling simd-adler32 v0.3.7
7342026-05-15T18:28:14.302Z 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`
7352026-05-15T18:28:14.374Z Compiling adler2 v2.0.1
7362026-05-15T18:28:14.377Z 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`
7372026-05-15T18:28:14.465Z Compiling utf8_iter v1.0.4
7382026-05-15T18:28:14.469Z 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`
7392026-05-15T18:28:14.497Z Compiling utf16_iter v1.0.5
7402026-05-15T18:28:14.500Z 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`
7412026-05-15T18:28:14.507Z Compiling miniz_oxide v0.8.9
7422026-05-15T18:28:14.510Z 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`
7432026-05-15T18:28:14.609Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-1791cc2de14e8631/build-script-build`
7442026-05-15T18:28:14.609Z Compiling goblin v0.10.1
7452026-05-15T18:28:14.613Z 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`
7462026-05-15T18:28:14.628Z Compiling rand_core v0.9.5
7472026-05-15T18:28:14.631Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=94ddc9f2a6a9ba1e -C extra-filename=-bb85f4f5c5c2a61d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-c5319e52217cc768.rmeta --cap-lints allow`
7482026-05-15T18:28:14.733Z 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=e20ddf9b301e761d -C extra-filename=-fe3334d76967302e --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-48c060c3e4ba0eff.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-761ac58fbf14c27f.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bfcc2d0a283aa04a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-59a04de8047ff579.rmeta --cap-lints allow --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
7492026-05-15T18:28:14.743Z 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`
7502026-05-15T18:28:14.841Z Compiling icu_normalizer v1.5.0
7512026-05-15T18:28:14.844Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=159bbcd45b3e080d -C extra-filename=-6bd07f31ea16bc5b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-cbe17bb89460aff2.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-c81b04c753d64f82.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-b055f60771f0e52b.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-9f656b0c52cc2be8.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-f99dc3db073f8a69.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-88a1f1fe0139468f.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-1b84b45eec328e4c.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-110a72bd9117a75d.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-d8cf85931829188b.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow`
7522026-05-15T18:28:15.167Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=f7224f6347fc8e57 -C extra-filename=-8dda9323008f5320 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d3ee7f85a96743d1.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
7532026-05-15T18:28:15.241Z Compiling hyper v1.9.0
7542026-05-15T18:28:15.244Z 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=16c2c4d7d71ceeb6 -C extra-filename=-3ce18c4bd3d9fea4 --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-5a05a7bed35c9086.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1e75d8dad5465ba9.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-1456e851d16b8b2b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-88a1f1fe0139468f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-f6e2e4bd6db165a0.rmeta --cap-lints allow`
7552026-05-15T18:28:15.251Z 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"))'`
7562026-05-15T18:28:15.279Z Compiling block-buffer v0.10.2
7572026-05-15T18:28:15.281Z 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`
7582026-05-15T18:28:15.353Z Compiling crypto-common v0.1.6
7592026-05-15T18:28:15.355Z 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`
7602026-05-15T18:28:15.402Z Compiling form_urlencoded v1.2.2
7612026-05-15T18:28:15.406Z 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`
7622026-05-15T18:28:15.477Z Compiling pretty-hex v0.4.1
7632026-05-15T18:28:15.482Z 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`
7642026-05-15T18:28:15.581Z Compiling unicode-width v0.1.9
7652026-05-15T18:28:15.584Z 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`
7662026-05-15T18:28:15.611Z Compiling openssl-probe v0.2.1
7672026-05-15T18:28:15.617Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b85447c6429323de -C extra-filename=-a8f7286fc347e804 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7682026-05-15T18:28:15.621Z Compiling mime v0.3.16
7692026-05-15T18:28:15.624Z 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`
7702026-05-15T18:28:15.686Z Compiling unicode-segmentation v1.10.0
7712026-05-15T18:28:15.689Z 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`
7722026-05-15T18:28:15.742Z Compiling iana-time-zone v0.1.47
7732026-05-15T18:28:15.745Z 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`
7742026-05-15T18:28:15.797Z Compiling winnow v1.0.0
7752026-05-15T18:28:15.799Z 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`
7762026-05-15T18:28:15.887Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
7772026-05-15T18:28:15.966Z Compiling ppv-lite86 v0.2.15
7782026-05-15T18:28:15.969Z 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`
7792026-05-15T18:28:16.036Z Compiling lazy_static v1.5.0
7802026-05-15T18:28:16.039Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=b7b9bffa02488373 -C extra-filename=-574320271b6fd1bc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7812026-05-15T18:28:16.166Z Compiling ipnet v2.10.0
7822026-05-15T18:28:16.170Z 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`
7832026-05-15T18:28:16.170Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-0f9f7f8a68799b17/build-script-build`
7842026-05-15T18:28:16.170Z Compiling console v0.15.7
7852026-05-15T18:28:16.170Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=292e58331f1a660b -C extra-filename=-4bc097e2a5fbe4e7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-b3eee0672bd8e59f.rmeta --cap-lints allow`
7862026-05-15T18:28:16.170Z Compiling toml_parser v1.1.2+spec-1.1.0
7872026-05-15T18:28:16.170Z 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`
7882026-05-15T18:28:16.255Z Compiling rand_chacha v0.9.0
7892026-05-15T18:28:16.258Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=ad8e6c00869af077 -C extra-filename=-1ecb3130f83a84aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/dropshot/target/debug/deps/libppv_lite86-aa1e9615c259b9f6.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-bb85f4f5c5c2a61d.rmeta --cap-lints allow`
7902026-05-15T18:28:16.291Z Compiling newline-converter v0.3.0
7912026-05-15T18:28:16.313Z 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`
7922026-05-15T18:28:16.422Z Compiling hyper-util v0.1.20
7932026-05-15T18:28:16.425Z 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=ba6f8d117b2de2d1 -C extra-filename=-dca5bd5a1007b43e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-584ee4ae876e49f2.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-aa25954c0409e5cb.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1e75d8dad5465ba9.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-a1e335ccd607f787.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-96836488c570e5e8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-25d67e0342af1ff9.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-fb1acfe66e7b8d1a.rmeta --cap-lints allow`
7942026-05-15T18:28:16.713Z Compiling chrono v0.4.44
7952026-05-15T18:28:16.716Z Compiling rustls-native-certs v0.8.3
7962026-05-15T18:28:16.716Z 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`
7972026-05-15T18:28:16.716Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0fa8ae9fde0707c -C extra-filename=-40ee800749fa5d0c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-a8f7286fc347e804.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --cap-lints allow`
7982026-05-15T18:28:16.833Z Compiling digest v0.10.7
7992026-05-15T18:28:16.836Z 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`
8002026-05-15T18:28:16.909Z Compiling flate2 v1.1.9
8012026-05-15T18:28:16.912Z 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`
8022026-05-15T18:28:17.021Z Compiling idna_adapter v1.2.0
8032026-05-15T18:28:17.021Z 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`
8042026-05-15T18:28:17.038Z 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`
8052026-05-15T18:28:17.058Z Compiling block-buffer v0.12.0
8062026-05-15T18:28:17.061Z 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`
8072026-05-15T18:28:17.164Z Compiling crypto-common v0.2.1
8082026-05-15T18:28:17.167Z 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`
8092026-05-15T18:28:17.214Z 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=12a7950b2a76706b -C extra-filename=-86eb83b22828b10c --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-759ecc5c3026d237.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`
8102026-05-15T18:28:17.223Z Compiling concurrent-queue v2.5.0
8112026-05-15T18:28:17.226Z 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`
8122026-05-15T18:28:17.333Z Compiling serde_derive_internals v0.29.0
8132026-05-15T18:28:17.336Z 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`
8142026-05-15T18:28:17.424Z Compiling toml_datetime v1.1.1+spec-1.1.0
8152026-05-15T18:28:17.427Z 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`
8162026-05-15T18:28:17.738Z Compiling serde_spanned v1.1.1
8172026-05-15T18:28:17.742Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=becd76ae8fa13c1d -C extra-filename=-97cb66f9cbc1e321 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --cap-lints allow`
8182026-05-15T18:28:17.889Z 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`
8192026-05-15T18:28:18.051Z Compiling thread_local v1.1.4
8202026-05-15T18:28:18.054Z 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`
8212026-05-15T18:28:18.101Z Compiling sync_wrapper v1.0.1
8222026-05-15T18:28:18.104Z 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`
8232026-05-15T18:28:18.112Z Compiling multer v3.1.0
8242026-05-15T18:28:18.112Z 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`
8252026-05-15T18:28:18.208Z Compiling encoding_rs v0.8.32
8262026-05-15T18:28:18.211Z 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`
8272026-05-15T18:28:18.232Z Compiling slog-async v2.8.0
8282026-05-15T18:28:18.236Z 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`
8292026-05-15T18:28:18.289Z Compiling camino v1.2.2
8302026-05-15T18:28:18.292Z 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`
8312026-05-15T18:28:18.314Z Compiling ryu v1.0.23
8322026-05-15T18:28:18.322Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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=6a6224974af45135 -C extra-filename=-3da2369868f5bb5c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8332026-05-15T18:28:18.346Z Compiling compression-core v0.4.32
8342026-05-15T18:28:18.349Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63439265181158e3 -C extra-filename=-c8d86144aa12b422 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8352026-05-15T18:28:18.492Z Compiling const-oid v0.10.2
8362026-05-15T18:28:18.495Z 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`
8372026-05-15T18:28:18.503Z Compiling toml_writer v1.1.1+spec-1.1.0
8382026-05-15T18:28:18.506Z 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`
8392026-05-15T18:28:18.531Z Compiling target-triple v1.0.0
8402026-05-15T18:28:18.540Z 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`
8412026-05-15T18:28:18.625Z Compiling similar v2.2.1
8422026-05-15T18:28:18.628Z 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`
8432026-05-15T18:28:18.696Z Compiling match_cfg v0.1.0
8442026-05-15T18:28:18.699Z 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`
8452026-05-15T18:28:18.710Z Compiling semver v1.0.28
8462026-05-15T18:28:18.713Z 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`
8472026-05-15T18:28:18.762Z Compiling parking v2.2.0
8482026-05-15T18:28:18.766Z 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`
8492026-05-15T18:28:18.831Z Compiling schemars v0.8.22
8502026-05-15T18:28:18.834Z 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`
8512026-05-15T18:28:18.945Z Compiling cpufeatures v0.2.17
8522026-05-15T18:28:18.948Z 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`
8532026-05-15T18:28:19.016Z Compiling heck v0.5.0
8542026-05-15T18:28:19.018Z 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`
8552026-05-15T18:28:19.045Z Compiling sha1 v0.10.6
8562026-05-15T18:28:19.049Z 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`
8572026-05-15T18:28:19.077Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-8cd97742deeb4222/build-script-build`
8582026-05-15T18:28:19.089Z Compiling event-listener v5.0.0
8592026-05-15T18:28:19.092Z 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`
8602026-05-15T18:28:19.225Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-1c2dc3a8148b5c5a/build-script-build`
8612026-05-15T18:28:19.234Z Compiling hostname v0.3.1
8622026-05-15T18:28:19.237Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=7342fe1225653080 -C extra-filename=-a1d75e760eb3cdea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-2df300aa1a45f362.rmeta --cap-lints allow`
8632026-05-15T18:28:19.245Z Compiling toml v1.1.2+spec-1.1.0
8642026-05-15T18:28:19.245Z 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`
8652026-05-15T18:28:19.276Z Compiling digest v0.11.2
8662026-05-15T18:28:19.285Z 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`
8672026-05-15T18:28:19.371Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-2f612885751eac0d/build-script-build`
8682026-05-15T18:28:19.381Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-554bd99f454db5b8/build-script-build`
8692026-05-15T18:28:19.411Z Compiling compression-codecs v0.4.38
8702026-05-15T18:28:19.414Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=93a459edfec63f80 -C extra-filename=-883387f1addf4e1e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-c8d86144aa12b422.rmeta --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-82d25e56b970b3ca.rmeta --cap-lints allow`
8712026-05-15T18:28:19.420Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-4dee4c88e1526027/build-script-build`
8722026-05-15T18:28:19.440Z Compiling tower v0.5.2
8732026-05-15T18:28:19.447Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=844b362a7b5ce3c8 -C extra-filename=-c5d9e033661e1973 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-aa25954c0409e5cb.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-a967d5a20eab2b0b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-25d67e0342af1ff9.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --cap-lints allow`
8742026-05-15T18:28:19.458Z Compiling schemars_derive v0.8.22
8752026-05-15T18:28:19.462Z 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`
8762026-05-15T18:28:19.560Z Compiling mime_guess v2.0.5
8772026-05-15T18:28:19.562Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=abdf4892399247e9 -C extra-filename=-3dce52cb7a243338 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-3dce52cb7a243338 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-4845ef09cea946c4.rlib --cap-lints allow`
8782026-05-15T18:28:19.673Z Compiling idna v1.0.3
8792026-05-15T18:28:19.676Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=d742c61be0e6d2f4 -C extra-filename=-f1cff2026db05d84 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern idna_adapter=/work/oxidecomputer/dropshot/target/debug/deps/libidna_adapter-6477ec3f77575848.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-88a1f1fe0139468f.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-110a72bd9117a75d.rmeta --cap-lints allow`
8802026-05-15T18:28:19.851Z Compiling rand v0.9.2
8812026-05-15T18:28:19.854Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=7cdd9f7f7c9d6bf9 -C extra-filename=-f0e6b4418dc9c9bb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-1ecb3130f83a84aa.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-bb85f4f5c5c2a61d.rmeta --cap-lints allow`
8822026-05-15T18:28:19.913Z Compiling usdt-macro v0.6.0
8832026-05-15T18:28:19.915Z 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=9fba11de9b8f1ed8 -C extra-filename=-f49757e96ee17f58 --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-fe3334d76967302e.rlib --extern proc_macro --cap-lints allow`
8842026-05-15T18:28:20.070Z Compiling usdt-attr-macro v0.6.0
8852026-05-15T18:28:20.073Z 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=5cf2c909b818b199 -C extra-filename=-347c6df0a0cd9020 --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-fe3334d76967302e.rlib --extern proc_macro --cap-lints allow`
8862026-05-15T18:28:20.406Z 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=ceb5b6019254f0e5 -C extra-filename=-dcece949d05e0678 --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-86eb83b22828b10c.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-761ac58fbf14c27f.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-759ecc5c3026d237.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d3a1af0128b43c19.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-59a04de8047ff579.rmeta --cap-lints allow --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
8872026-05-15T18:28:20.438Z Compiling slog-json v2.6.1
8882026-05-15T18:28:20.441Z 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=cc6726990bbde2d4 -C extra-filename=-6cc54ae43254e438 --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-759ecc5c3026d237.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-2719f5ebd3682858.rmeta --cap-lints allow`
8892026-05-15T18:28:20.646Z Compiling futures-executor v0.3.32
8902026-05-15T18:28:20.649Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=d3084698d49cdb6e -C extra-filename=-8224c9424d198d75 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c882e07be88c1c62.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-aa25954c0409e5cb.rmeta --cap-lints allow`
8912026-05-15T18:28:20.659Z Compiling tempfile v3.27.0
8922026-05-15T18:28:20.664Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=85b98fce23d5897e -C extra-filename=-5d98a9b4ba69d06f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-24b11155f68db4d4.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-a1d925e051947375.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8dd91888215993a7.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-d43043cd63b77e15.rmeta --cap-lints allow`
8932026-05-15T18:28:20.687Z Compiling async-stream-impl v0.3.6
8942026-05-15T18:28:20.695Z 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`
8952026-05-15T18:28:20.754Z Compiling crossbeam-channel v0.5.15
8962026-05-15T18:28:20.756Z 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`
8972026-05-15T18:28:20.889Z Compiling http-body-util v0.1.3
8982026-05-15T18:28:20.892Z 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=743315782160c228 -C extra-filename=-67beb357b0f88e2b --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-a3bc3810bd24d862.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1e75d8dad5465ba9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --cap-lints allow`
8992026-05-15T18:28:20.928Z Compiling uuid v1.23.1
9002026-05-15T18:28:20.931Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=9de086cf7c84548f -C extra-filename=-bbda087421a51846 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-a1d925e051947375.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --cap-lints allow`
9012026-05-15T18:28:21.071Z Compiling is-terminal v0.4.12
9022026-05-15T18:28:21.074Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5c3d4bd018c9295 -C extra-filename=-87ff2231d7898bd4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
9032026-05-15T18:28:21.113Z Compiling memmap2 v0.9.8
9042026-05-15T18:28:21.116Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=ea83e69221308ab9 -C extra-filename=-b01e34863da3755a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
9052026-05-15T18:28:21.126Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
9062026-05-15T18:28:21.129Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=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`
9072026-05-15T18:28:21.164Z Compiling dyn-clone v1.0.4
9082026-05-15T18:28:21.168Z 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`
9092026-05-15T18:28:21.236Z Compiling spin v0.9.8
9102026-05-15T18:28:21.244Z 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`
9112026-05-15T18:28:21.257Z Compiling data-encoding v2.4.0
9122026-05-15T18:28:21.257Z 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`
9132026-05-15T18:28:21.327Z Compiling term v1.1.0
9142026-05-15T18:28:21.337Z 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`
9152026-05-15T18:28:21.378Z Compiling iri-string v0.7.8
9162026-05-15T18:28:21.381Z 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`
9172026-05-15T18:28:21.388Z Compiling cpufeatures v0.3.0
9182026-05-15T18:28:21.391Z 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`
9192026-05-15T18:28:21.412Z Compiling anyhow v1.0.102
9202026-05-15T18:28:21.414Z 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`
9212026-05-15T18:28:21.431Z Compiling take_mut v0.2.2
9222026-05-15T18:28:21.435Z 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`
9232026-05-15T18:28:21.454Z Compiling sha1 v0.11.0
9242026-05-15T18:28:21.457Z 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`
9252026-05-15T18:28:21.537Z Compiling tungstenite v0.29.0
9262026-05-15T18:28:21.541Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=b7572a81fac4d9f0 -C extra-filename=-70cb2fc56cf2d2be --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-348e467822f6e8c8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-4a68297fef3a092f.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-f0e6b4418dc9c9bb.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8f3f4a87d03c0839.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --cap-lints allow`
9272026-05-15T18:28:21.706Z Compiling slog-term v2.9.2
9282026-05-15T18:28:21.713Z 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=32073d25549033a5 -C extra-filename=-89c8064017d0de10 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-87ff2231d7898bd4.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-168951db23bd2d75.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-52e82e9fcada6227.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-2719f5ebd3682858.rmeta --cap-lints allow`
9292026-05-15T18:28:21.742Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-e9298f93fc222927/build-script-build`
9302026-05-15T18:28:21.955Z 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`
9312026-05-15T18:28:22.044Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-31443f7b8c577af5/build-script-build`
9322026-05-15T18:28:22.073Z 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=15b14f99648f7cc6 -C extra-filename=-ae4d980fe04d0bf3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-69d024452d209db1.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-aa25954c0409e5cb.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.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`
9332026-05-15T18:28:22.082Z Compiling async-stream v0.3.6
9342026-05-15T18:28:22.085Z 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`
9352026-05-15T18:28:22.260Z Compiling usdt v0.6.0
9362026-05-15T18:28:22.263Z 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=3d3a7526bc0b7136 -C extra-filename=-0f83733cafbce40f --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-86eb83b22828b10c.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-c0354eb220383f81.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-b01e34863da3755a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-347c6df0a0cd9020.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-dcece949d05e0678.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-f49757e96ee17f58.so --cap-lints allow`
9372026-05-15T18:28:22.324Z 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=3f3375b91fd9917c -C extra-filename=-ed6611ad3cd31398 --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-759ecc5c3026d237.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9382026-05-15T18:28:22.508Z Compiling tower-http v0.6.8
9392026-05-15T18:28:22.508Z 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=463a89a1d814150f -C extra-filename=-f4c985924f725bb8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-d8f468526f30f872.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-aa25954c0409e5cb.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1e75d8dad5465ba9.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-3076e0bf18ecf7f7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-c5d9e033661e1973.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-25d67e0342af1ff9.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --cap-lints allow`
9402026-05-15T18:28:22.544Z Compiling atomicwrites v0.4.4
9412026-05-15T18:28:22.553Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=250b69b2503e9432 -C extra-filename=-35f0039c75dd36e7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-8a0e55a9d830542d.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rmeta --cap-lints allow`
9422026-05-15T18:28:22.556Z Compiling futures v0.3.32
9432026-05-15T18:28:22.556Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=562e8ac5cc0e0dab -C extra-filename=-a99210728d4768d5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-584ee4ae876e49f2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-8224c9424d198d75.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-42a6e404b5015526.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f79c5559e80f07f2.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c882e07be88c1c62.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-aa25954c0409e5cb.rmeta --cap-lints allow`
9442026-05-15T18:28:22.591Z Compiling slog-bunyan v2.5.0
9452026-05-15T18:28:22.594Z 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=e5e715725e7b8876 -C extra-filename=-88b253ecec5bf576 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a1d75e760eb3cdea.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-2719f5ebd3682858.rmeta --cap-lints allow`
9462026-05-15T18:28:22.625Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-3dce52cb7a243338/build-script-build`
9472026-05-15T18:28:22.634Z Compiling url v2.5.4
9482026-05-15T18:28:22.638Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=738807b5f75a74d1 -C extra-filename=-c860b7c99d2b2581 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-f1cff2026db05d84.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --cap-lints allow`
9492026-05-15T18:28:22.645Z Compiling async-compression v0.4.42
9502026-05-15T18:28:22.653Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=cf30c674eff44990 -C extra-filename=-f5a906800c15d9b4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern compression_codecs=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_codecs-883387f1addf4e1e.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-c8d86144aa12b422.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --cap-lints allow`
9512026-05-15T18:28:22.724Z 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)'`
9522026-05-15T18:28:22.734Z Compiling event-listener-strategy v0.5.4
9532026-05-15T18:28:22.738Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=3a2689418c635f66 -C extra-filename=-7b559bfc5bbe61b6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-22bc90d0d8a231fb.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --cap-lints allow`
9542026-05-15T18:28:22.872Z 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"))'`
9552026-05-15T18:28:22.918Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9562026-05-15T18:28:22.920Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=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`
9572026-05-15T18:28:22.947Z Compiling serde_qs v1.1.1
9582026-05-15T18:28:22.947Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_qs --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_qs-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("actix", "actix-web3", "actix-web4", "actix2", "actix3", "actix4", "axum", "axum-framework", "benchmarks", "debug_parsed", "default", "default_to_form_encoding", "futures", "indexmap", "tracing", "warp", "warp-framework"))' -C metadata=94f8f31e03d35701 -C extra-filename=-126a47dccf88ce09 --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-1456e851d16b8b2b.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-3da2369868f5bb5c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --cap-lints allow`
9592026-05-15T18:28:22.958Z Compiling serde_urlencoded v0.7.1
9602026-05-15T18:28:22.961Z 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=031b6bec7c60aa22 -C extra-filename=-ef286609f026e842 --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-1456e851d16b8b2b.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-3da2369868f5bb5c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --cap-lints allow`
9612026-05-15T18:28:23.015Z Compiling pem v3.0.6
9622026-05-15T18:28:23.017Z 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`
9632026-05-15T18:28:23.131Z Compiling yasna v0.5.2
9642026-05-15T18:28:23.134Z 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=6fa9d6c982344e44 -C extra-filename=-a7451055cc11ec65 --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-2719f5ebd3682858.rmeta --cap-lints allow`
9652026-05-15T18:28:23.196Z Compiling openapiv3 v2.2.0
9662026-05-15T18:28:23.202Z 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=65d657794cefb374 -C extra-filename=-1ec0f641cfe3a2b8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-759ecc5c3026d237.rmeta --cap-lints allow`
9672026-05-15T18:28:23.387Z Compiling waitgroup v0.1.2
9682026-05-15T18:28:23.391Z 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`
9692026-05-15T18:28:23.406Z Compiling async-trait v0.1.89
9702026-05-15T18:28:23.409Z 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`
9712026-05-15T18:28:23.514Z Compiling rustls-pemfile v2.2.0
9722026-05-15T18:28:23.517Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a8726dc3fc6e88c8 -C extra-filename=-d3630c76ee260c83 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --cap-lints allow`
9732026-05-15T18:28:23.531Z Compiling serde_path_to_error v0.1.20
9742026-05-15T18:28:23.535Z 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=670d438321c18acf -C extra-filename=-290e31e21a11c7ce --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-1456e851d16b8b2b.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --cap-lints allow`
9752026-05-15T18:28:23.706Z Compiling hostname v0.4.2
9762026-05-15T18:28:23.709Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=85b97ce5dbb7a806 -C extra-filename=-52abaa4da292a21a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d3ee7f85a96743d1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
9772026-05-15T18:28:23.782Z Compiling simple-mermaid v0.2.0
9782026-05-15T18:28:23.784Z 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`
9792026-05-15T18:28:23.845Z Compiling termcolor v1.1.2
9802026-05-15T18:28:23.845Z 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`
9812026-05-15T18:28:23.855Z Compiling glob v0.3.0
9822026-05-15T18:28:23.858Z Compiling debug-ignore v1.0.5
9832026-05-15T18:28:23.858Z 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`
9842026-05-15T18:28:23.858Z 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`
9852026-05-15T18:28:23.874Z Compiling async-channel v2.5.0
9862026-05-15T18:28:23.878Z 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`
9872026-05-15T18:28:23.954Z Compiling expectorate v1.2.0
9882026-05-15T18:28:23.956Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=0501663e182c797e -C extra-filename=-dc0fbf5336002887 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomicwrites=/work/oxidecomputer/dropshot/target/debug/deps/libatomicwrites-35f0039c75dd36e7.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-4bc097e2a5fbe4e7.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-cbc54f8a8783710f.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-abd7d71ba63d5260.rmeta --cap-lints allow`
9892026-05-15T18:28:24.070Z Compiling trybuild v1.0.116
9902026-05-15T18:28:24.075Z 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=b92121b304b631af -C extra-filename=-c4e824125839dfb5 --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-759ecc5c3026d237.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`
9912026-05-15T18:28:24.099Z 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`
9922026-05-15T18:28:24.185Z Compiling tokio-tungstenite v0.29.0
9932026-05-15T18:28:24.193Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=a87ec9215553d6d9 -C extra-filename=-4c3696e27c515529 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-aa25954c0409e5cb.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-70cb2fc56cf2d2be.rmeta --cap-lints allow`
9942026-05-15T18:28:24.273Z 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)'`
9952026-05-15T18:28:24.391Z Compiling buf-list v1.1.2
9962026-05-15T18:28:24.401Z 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`
9972026-05-15T18:28:24.469Z Compiling subprocess v1.1.0
9982026-05-15T18:28:24.472Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f06ee2b92f3bd3b -C extra-filename=-c8ef3ecbb99eab43 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
9992026-05-15T18:28:24.547Z 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`
10002026-05-15T18:28:24.662Z Compiling prettyplease v0.2.37
10012026-05-15T18:28:24.665Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=15991a625856839d -C extra-filename=-5cc430313db38193 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-5cc430313db38193 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10022026-05-15T18:28:24.672Z Compiling schema-derive v0.1.0
10032026-05-15T18:28:24.675Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=120fa17888a4435f -C extra-filename=-1393e20e2ccab058 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
10042026-05-15T18:28:24.747Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=4a533663edab67cf -C extra-filename=-d86e7e9ecd9504d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-24b11155f68db4d4.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-a1d925e051947375.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-0408135dc9c294aa.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-d43043cd63b77e15.rmeta --cap-lints allow`
10052026-05-15T18:28:24.910Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-5cc430313db38193/build-script-build`
10062026-05-15T18:28:24.924Z 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)'`
10072026-05-15T18:28:25.164Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19eee7e15f263d44 -C extra-filename=-33b190b52d79288a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-8a0e55a9d830542d.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d86e7e9ecd9504d0.rmeta --cap-lints allow`
10082026-05-15T18:28:25.366Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=fa8606394289b114 -C extra-filename=-00990f0d9be884dd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomicwrites=/work/oxidecomputer/dropshot/target/debug/deps/libatomicwrites-33b190b52d79288a.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-4bc097e2a5fbe4e7.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-cbc54f8a8783710f.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-abd7d71ba63d5260.rmeta --cap-lints allow`
10092026-05-15T18:28:25.615Z Compiling schema v0.1.0
10102026-05-15T18:28:25.618Z 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`
10112026-05-15T18:28:25.691Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b15517d0e9260dc -C extra-filename=-b9c625b97bfa0590 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-00990f0d9be884dd.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d62c1f7ce1bee2a6.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-35ee09f2e533313e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-c526d08655933a83.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro`
10122026-05-15T18:28:29.509Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-94ff50a463df9051/build-script-build`
10132026-05-15T18:28:29.512Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=f9579dccdc8c6b2e -C extra-filename=-f8527425bc864be3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out -l static=aws_lc_0_40_0_crypto --cfg universal`
10142026-05-15T18:28:29.524Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-470cac50b2186f12/build-script-build`
10152026-05-15T18:28:29.874Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=fa2a13432e468334 -C extra-filename=-3335fdc2def4efa1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_sys-f8527425bc864be3.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-2d28202684ee8f14.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
10162026-05-15T18:28:30.575Z Compiling rustls-webpki v0.103.13
10172026-05-15T18:28:30.575Z Compiling rcgen v0.14.7
10182026-05-15T18:28:30.577Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=f194b9c5936b43a6 -C extra-filename=-82ef1e9c1c8cefe1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_rs-3335fdc2def4efa1.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-367d3cc6719c6c17.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10192026-05-15T18:28:30.577Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(rcgen_docsrs)' --cfg 'feature="aws_lc_rs"' --cfg 'feature="crypto"' --cfg 'feature="pem"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "aws_lc_rs_unstable", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=463a9cd8267ae192 -C extra-filename=-d749a170a3ebf358 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_rs-3335fdc2def4efa1.rmeta --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-2719f5ebd3682858.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-a7451055cc11ec65.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10202026-05-15T18:28:30.995Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=b29b15470b5a2dcc -C extra-filename=-9ad894cd8aee6f61 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_rs-3335fdc2def4efa1.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8dd91888215993a7.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-82ef1e9c1c8cefe1.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-c28dfcf4988896fd.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-2d28202684ee8f14.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10212026-05-15T18:28:33.283Z Compiling tokio-rustls v0.26.4
10222026-05-15T18:28:33.284Z Compiling rustls-platform-verifier v0.6.2
10232026-05-15T18:28:33.289Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=22e72986d4d37c08 -C extra-filename=-cdb1d6aff8a270c5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10242026-05-15T18:28:33.289Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=52a13e789ffc862e -C extra-filename=-8c5ad3c4279785c0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-40ee800749fa5d0c.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-82ef1e9c1c8cefe1.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10252026-05-15T18:28:33.464Z Compiling hyper-rustls v0.27.9
10262026-05-15T18:28:33.467Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=1830085c6b716e1e -C extra-filename=-d25447a587518c78 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-40ee800749fa5d0c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10272026-05-15T18:28:33.468Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0eea46962571b286 -C extra-filename=-149f015e766bc19b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rmeta --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10282026-05-15T18:28:33.645Z Compiling reqwest v0.13.3
10292026-05-15T18:28:33.648Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-aws-lc-rs"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__native-tls", "__native-tls-alpn", "__rustls", "__rustls-aws-lc-rs", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "form", "gzip", "hickory-dns", "http2", "http3", "json", "multipart", "native-tls", "native-tls-no-alpn", "native-tls-vendored", "native-tls-vendored-no-alpn", "query", "rustls", "rustls-no-provider", "socks", "stream", "system-proxy", "zstd"))' -C metadata=1ef16fa13102d7f2 -C extra-filename=-b7503f5a76fdc7dd --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-5a05a7bed35c9086.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1e75d8dad5465ba9.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-c450cf3c158c8e59.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/dropshot/target/debug/deps/librustls_platform_verifier-8c5ad3c4279785c0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-759ecc5c3026d237.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-a967d5a20eab2b0b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-c5d9e033661e1973.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-f4c985924f725bb8.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-c860b7c99d2b2581.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10302026-05-15T18:28:35.626Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c2ad8fff8a6f4174 -C extra-filename=-d8571c67c038ab23 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10312026-05-15T18:28:38.512Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c8c52a44ebca17e3 -C extra-filename=-3050356fcd30ce32 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10322026-05-15T18:28:38.512Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2d9c9fb045ac747d -C extra-filename=-1f1ad60e55a114a8 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10332026-05-15T18:28:38.516Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c15a3c2d87401a57 -C extra-filename=-780da00697bcd1f9 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10342026-05-15T18:28:38.516Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b8795e73453725a7 -C extra-filename=-f6f3906be700c791 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10352026-05-15T18:28:38.522Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5cc6fecc89fa6f18 -C extra-filename=-663792235d27fee8 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10362026-05-15T18:28:38.528Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=edc0167834ff7c39 -C extra-filename=-d686bc359d2d8971 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10372026-05-15T18:28:38.528Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=94a1b2d2a17b457a -C extra-filename=-4b03d0d92693c23e --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10382026-05-15T18:28:46.156Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=db26307f3f2462c0 -C extra-filename=-a604b602492ae592 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10392026-05-15T18:28:47.599Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b463cd4c615c8d88 -C extra-filename=-de2e010f5439bd10 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10402026-05-15T18:28:48.369Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cfc86728317f7c5e -C extra-filename=-6e7d7c74a9f5f48b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10412026-05-15T18:28:48.586Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=40c2c5174e10fbfc -C extra-filename=-5a0215056a442679 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10422026-05-15T18:28:49.108Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9d5302275cb74d0a -C extra-filename=-b54fcb087387829c --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10432026-05-15T18:28:49.169Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3b58bac0311afdf8 -C extra-filename=-f6b1df9923e3d18b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10442026-05-15T18:28:50.953Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d942c7fd50e463d9 -C extra-filename=-1eb8a7d89c1596d3 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10452026-05-15T18:28:57.131Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=48b1ae7777438a48 -C extra-filename=-d53f9e8c2d5085a2 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10462026-05-15T18:28:59.508Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=949cc54c7cd25afe -C extra-filename=-e7abeb3118905999 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10472026-05-15T18:28:59.588Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ea501b329a0097cb -C extra-filename=-ced25ce8059dc03a --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10482026-05-15T18:28:59.735Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0917afca13b0f01a -C extra-filename=-00387203729861fc --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10492026-05-15T18:29:01.013Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4258488937fcae7a -C extra-filename=-0349f961b4e911f0 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10502026-05-15T18:29:01.793Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=56693cb2d99c1fd1 -C extra-filename=-062182698c03a769 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10512026-05-15T18:29:02.700Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4c0d72aa30d2f91e -C extra-filename=-f13a4e82cfcf7e3f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10522026-05-15T18:29:03.615Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4240eac365ab8dd7 -C extra-filename=-7dece981895e360b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10532026-05-15T18:29:09.987Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=585733f854eadf5d -C extra-filename=-60ed75e922319d4c --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10542026-05-15T18:29:10.620Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8631daedabfb5f0a -C extra-filename=-d74a102541eda5c0 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-149f015e766bc19b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10552026-05-15T18:29:23.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
10562026-05-15T18:29:24.010Z
10572026-05-15T18:29:24.010Zreal 1:24.893135974
10582026-05-15T18:29:24.010Zuser 7:06.055520524
10592026-05-15T18:29:24.010Zsys 1:13.070752947
10602026-05-15T18:29:24.010Ztrap 0.336858766
10612026-05-15T18:29:24.010Ztflt 0.198043139
10622026-05-15T18:29:24.010Zdflt 0.352125651
10632026-05-15T18:29:24.011Zkflt 0.003907248
10642026-05-15T18:29:24.011Zlock 27:24.159989893
10652026-05-15T18:29:24.011Zslp 27:57.430034704
10662026-05-15T18:29:24.011Zlat 23.548311756
10672026-05-15T18:29:24.011Zstop 43.941130635
10682026-05-15T18:29:24.014Z+ banner test
10692026-05-15T18:29:24.014Z
10702026-05-15T18:29:24.014Z ##### ###### #### #####
10712026-05-15T18:29:24.014Z # # # #
10722026-05-15T18:29:24.014Z # ##### #### #
10732026-05-15T18:29:24.014Z # # # #
10742026-05-15T18:29:24.014Z # # # # #
10752026-05-15T18:29:24.014Z # ###### #### #
10762026-05-15T18:29:24.014Z
10772026-05-15T18:29:24.014Z+ ptime -m cargo test --all-features --locked --verbose
10782026-05-15T18:29:24.210Z Fresh unicode-ident v1.0.12
10792026-05-15T18:29:24.210Z Fresh cfg-if v1.0.0
10802026-05-15T18:29:24.210Z Fresh itoa v1.0.17
10812026-05-15T18:29:24.213Z Fresh memchr v2.6.0
10822026-05-15T18:29:24.213Z Fresh proc-macro2 v1.0.106
10832026-05-15T18:29:24.213Z Fresh pin-project-lite v0.2.12
10842026-05-15T18:29:24.213Z Fresh autocfg v1.1.0
10852026-05-15T18:29:24.213Z Fresh version_check v0.9.5
10862026-05-15T18:29:24.213Z Fresh futures-core v0.3.32
10872026-05-15T18:29:24.213Z Fresh quote v1.0.45
10882026-05-15T18:29:24.213Z Fresh libc v0.2.186
10892026-05-15T18:29:24.213Z Fresh smallvec v1.13.2
10902026-05-15T18:29:24.213Z Fresh bytes v1.11.1
10912026-05-15T18:29:24.213Z Fresh jobserver v0.1.34
10922026-05-15T18:29:24.213Z Fresh serde_derive v1.0.228
10932026-05-15T18:29:24.213Z Fresh zmij v1.0.2
10942026-05-15T18:29:24.213Z Fresh thiserror-impl v2.0.18
10952026-05-15T18:29:24.213Z Fresh synstructure v0.13.1
10962026-05-15T18:29:24.214Z Fresh find-msvc-tools v0.1.9
10972026-05-15T18:29:24.214Z Fresh shlex v1.3.0
10982026-05-15T18:29:24.214Z Fresh log v0.4.17
10992026-05-15T18:29:24.214Z Fresh thiserror v2.0.18
11002026-05-15T18:29:24.214Z Fresh cc v1.2.60
11012026-05-15T18:29:24.214Z Fresh scopeguard v1.2.0
11022026-05-15T18:29:24.214Z Fresh futures-sink v0.3.32
11032026-05-15T18:29:24.214Z Fresh cmake v0.1.58
11042026-05-15T18:29:24.214Z Fresh lock_api v0.4.6
11052026-05-15T18:29:24.214Z Fresh zerofrom-derive v0.1.5
11062026-05-15T18:29:24.214Z Fresh parking_lot_core v0.9.4
11072026-05-15T18:29:24.214Z Fresh dunce v1.0.5
11082026-05-15T18:29:24.214Z Fresh fs_extra v1.3.0
11092026-05-15T18:29:24.214Z Fresh zerofrom v0.1.5
11102026-05-15T18:29:24.214Z Fresh typenum v1.19.0
11112026-05-15T18:29:24.214Z Fresh slab v0.4.9
11122026-05-15T18:29:24.214Z Fresh yoke-derive v0.7.5
11132026-05-15T18:29:24.214Z Fresh parking_lot v0.12.1
11142026-05-15T18:29:24.214Z Fresh tokio-macros v2.7.0
11152026-05-15T18:29:24.214Z Fresh signal-hook-registry v1.4.0
11162026-05-15T18:29:24.214Z Fresh socket2 v0.6.3
11172026-05-15T18:29:24.214Z Fresh mio v1.2.0
11182026-05-15T18:29:24.214Z Fresh stable_deref_trait v1.2.0
11192026-05-15T18:29:24.214Z Fresh tokio v1.52.3
11202026-05-15T18:29:24.214Z Fresh yoke v0.7.5
11212026-05-15T18:29:24.214Z Fresh serde_core v1.0.228
11222026-05-15T18:29:24.214Z Fresh futures-channel v0.3.32
11232026-05-15T18:29:24.214Z Fresh zerovec-derive v0.10.3
11242026-05-15T18:29:24.214Z Fresh http v1.4.0
11252026-05-15T18:29:24.214Z Fresh zeroize v1.8.2
11262026-05-15T18:29:24.214Z Fresh bitflags v2.11.0
11272026-05-15T18:29:24.214Z Fresh zerovec v0.10.4
11282026-05-15T18:29:24.214Z Fresh getrandom v0.4.1
11292026-05-15T18:29:24.214Z Fresh displaydoc v0.2.5
11302026-05-15T18:29:24.214Z Fresh futures-macro v0.3.32
11312026-05-15T18:29:24.214Z Fresh futures-task v0.3.32
11322026-05-15T18:29:24.215Z Fresh ucd-trie v0.1.6
11332026-05-15T18:29:24.215Z Fresh futures-io v0.3.32
11342026-05-15T18:29:24.215Z Fresh rustls-pki-types v1.14.1
11352026-05-15T18:29:24.215Z Fresh errno v0.3.10
11362026-05-15T18:29:24.215Z Fresh futures-util v0.3.32
11372026-05-15T18:29:24.215Z Fresh serde v1.0.228
11382026-05-15T18:29:24.215Z Fresh pest v2.8.1
11392026-05-15T18:29:24.215Z Fresh pest_meta v2.8.1
11402026-05-15T18:29:24.215Z Fresh tinystr v0.7.6
11412026-05-15T18:29:24.215Z Fresh aws-lc-sys v0.40.0
11422026-05-15T18:29:24.215Z Fresh zerocopy-derive v0.8.27
11432026-05-15T18:29:24.215Z Fresh writeable v0.5.5
11442026-05-15T18:29:24.215Z Fresh litemap v0.7.4
11452026-05-15T18:29:24.215Z Fresh pest_generator v2.8.1
11462026-05-15T18:29:24.215Z Fresh rustix v1.1.4
11472026-05-15T18:29:24.215Z Fresh zerocopy v0.8.27
11482026-05-15T18:29:24.215Z Fresh aws-lc-rs v1.16.3
11492026-05-15T18:29:24.216Z Fresh rustversion v1.0.22
11502026-05-15T18:29:24.216Z Fresh httparse v1.10.0
11512026-05-15T18:29:24.216Z Fresh icu_locid v1.5.0
11522026-05-15T18:29:24.216Z Fresh icu_provider_macros v1.5.0
11532026-05-15T18:29:24.216Z Fresh hashbrown v0.17.0
11542026-05-15T18:29:24.216Z Fresh num-conv v0.2.0
11552026-05-15T18:29:24.216Z Fresh powerfmt v0.2.0
11562026-05-15T18:29:24.216Z Fresh equivalent v1.0.0
11572026-05-15T18:29:24.216Z Fresh fastrand v2.1.1
11582026-05-15T18:29:24.216Z Fresh percent-encoding v2.3.2
11592026-05-15T18:29:24.216Z Fresh time-core v0.1.8
11602026-05-15T18:29:24.216Z Fresh crossbeam-utils v0.8.21
11612026-05-15T18:29:24.216Z Fresh icu_provider v1.5.0
11622026-05-15T18:29:24.216Z Fresh indexmap v2.14.0
11632026-05-15T18:29:24.216Z Fresh time-macros v0.2.27
11642026-05-15T18:29:24.216Z Fresh deranged v0.5.5
11652026-05-15T18:29:24.216Z Fresh pest_derive v2.8.1
11662026-05-15T18:29:24.216Z Fresh serde_tokenstream v0.2.3
11672026-05-15T18:29:24.216Z Fresh http-body v1.0.1
11682026-05-15T18:29:24.219Z Fresh tracing-core v0.1.32
11692026-05-15T18:29:24.219Z Fresh untrusted v0.9.0
11702026-05-15T18:29:24.219Z Fresh icu_locid_transform_data v1.5.0
11712026-05-15T18:29:24.219Z Fresh atomic-waker v1.1.2
11722026-05-15T18:29:24.220Z Fresh num_threads v0.1.3
11732026-05-15T18:29:24.220Z Fresh tracing v0.1.40
11742026-05-15T18:29:24.220Z Fresh icu_locid_transform v1.5.0
11752026-05-15T18:29:24.220Z Fresh time v0.3.47
11762026-05-15T18:29:24.220Z Fresh rustls-webpki v0.103.13
11772026-05-15T18:29:24.220Z Fresh dtrace-parser v0.3.0
11782026-05-15T18:29:24.220Z Fresh rustix v0.38.44
11792026-05-15T18:29:24.220Z Fresh generic-array v0.14.5
11802026-05-15T18:29:24.220Z Fresh icu_collections v1.5.0
11812026-05-15T18:29:24.220Z Fresh tokio-util v0.7.18
11822026-05-15T18:29:24.220Z Fresh serde_json v1.0.149
11832026-05-15T18:29:24.220Z Fresh erased-serde v0.3.31
11842026-05-15T18:29:24.220Z Fresh scroll_derive v0.13.1
11852026-05-15T18:29:24.220Z Fresh thread-id v5.0.0
11862026-05-15T18:29:24.220Z Fresh icu_properties_data v1.5.0
11872026-05-15T18:29:24.220Z Fresh fnv v1.0.7
11882026-05-15T18:29:24.220Z Fresh subtle v2.5.0
11892026-05-15T18:29:24.220Z Fresh byteorder v1.4.3
11902026-05-15T18:29:24.220Z Fresh tower-layer v0.3.3
11912026-05-15T18:29:24.220Z Fresh base64 v0.22.1
11922026-05-15T18:29:24.220Z Fresh try-lock v0.2.3
11932026-05-15T18:29:24.220Z Fresh tower-service v0.3.3
11942026-05-15T18:29:24.220Z Fresh icu_properties v1.5.1
11952026-05-15T18:29:24.220Z Fresh rustls v0.23.40
11962026-05-15T18:29:24.220Z Fresh h2 v0.4.6
11972026-05-15T18:29:24.220Z Fresh want v0.3.0
11982026-05-15T18:29:24.220Z Fresh scroll v0.13.0
11992026-05-15T18:29:24.220Z Fresh slog v2.8.2
12002026-05-15T18:29:24.220Z Fresh getrandom v0.3.4
12012026-05-15T18:29:24.220Z Fresh paste v1.0.15
12022026-05-15T18:29:24.220Z Fresh hybrid-array v0.4.8
12032026-05-15T18:29:24.220Z Fresh simd-adler32 v0.3.7
12042026-05-15T18:29:24.220Z Fresh unicode-width v0.1.9
12052026-05-15T18:29:24.220Z Fresh unicode-segmentation v1.10.0
12062026-05-15T18:29:24.220Z Fresh utf8_iter v1.0.4
12072026-05-15T18:29:24.220Z Fresh icu_normalizer_data v1.5.0
12082026-05-15T18:29:24.220Z Fresh plain v0.2.3
12092026-05-15T18:29:24.220Z Fresh httpdate v1.0.1
12102026-05-15T18:29:24.220Z Fresh adler2 v2.0.1
12112026-05-15T18:29:24.221Z Fresh lazy_static v1.5.0
12122026-05-15T18:29:24.221Z Fresh write16 v1.0.0
12132026-05-15T18:29:24.221Z Fresh utf16_iter v1.0.5
12142026-05-15T18:29:24.221Z Fresh hyper v1.9.0
12152026-05-15T18:29:24.221Z Fresh newline-converter v0.3.0
12162026-05-15T18:29:24.221Z Fresh goblin v0.10.1
12172026-05-15T18:29:24.221Z Fresh miniz_oxide v0.8.9
12182026-05-15T18:29:24.221Z Fresh icu_normalizer v1.5.0
12192026-05-15T18:29:24.221Z Fresh console v0.15.7
12202026-05-15T18:29:24.221Z Fresh num-traits v0.2.14
12212026-05-15T18:29:24.221Z Fresh rand_core v0.9.5
12222026-05-15T18:29:24.221Z Fresh crc32fast v1.5.0
12232026-05-15T18:29:24.221Z Fresh crypto-common v0.1.6
12242026-05-15T18:29:24.221Z Fresh block-buffer v0.10.2
12252026-05-15T18:29:24.221Z Fresh form_urlencoded v1.2.2
12262026-05-15T18:29:24.221Z Fresh openssl-probe v0.2.1
12272026-05-15T18:29:24.221Z Fresh semver v1.0.28
12282026-05-15T18:29:24.221Z Fresh winnow v1.0.0
12292026-05-15T18:29:24.221Z Fresh heck v0.5.0
12302026-05-15T18:29:24.221Z Fresh pretty-hex v0.4.1
12312026-05-15T18:29:24.221Z Fresh ipnet v2.10.0
12322026-05-15T18:29:24.221Z Fresh mime v0.3.16
12332026-05-15T18:29:24.221Z Fresh similar v2.2.1
12342026-05-15T18:29:24.221Z Fresh iana-time-zone v0.1.47
12352026-05-15T18:29:24.221Z Fresh ppv-lite86 v0.2.15
12362026-05-15T18:29:24.221Z Fresh rustls-native-certs v0.8.3
12372026-05-15T18:29:24.221Z Fresh hyper-util v0.1.20
12382026-05-15T18:29:24.221Z Fresh toml_parser v1.1.2+spec-1.1.0
12392026-05-15T18:29:24.221Z Fresh rand_chacha v0.9.0
12402026-05-15T18:29:24.221Z Fresh chrono v0.4.44
12412026-05-15T18:29:24.221Z Fresh digest v0.10.7
12422026-05-15T18:29:24.221Z Fresh dof v0.4.0
12432026-05-15T18:29:24.221Z Fresh flate2 v1.1.9
12442026-05-15T18:29:24.221Z Fresh idna_adapter v1.2.0
12452026-05-15T18:29:24.221Z Fresh unicase v2.6.0
12462026-05-15T18:29:24.221Z Fresh crypto-common v0.2.1
12472026-05-15T18:29:24.221Z Fresh block-buffer v0.12.0
12482026-05-15T18:29:24.221Z Fresh tokio-rustls v0.26.4
12492026-05-15T18:29:24.222Z Fresh concurrent-queue v2.5.0
12502026-05-15T18:29:24.222Z Fresh thread_local v1.1.4
12512026-05-15T18:29:24.222Z Fresh serde_derive_internals v0.29.0
12522026-05-15T18:29:24.222Z Fresh toml_datetime v1.1.1+spec-1.1.0
12532026-05-15T18:29:24.222Z Fresh serde_spanned v1.1.1
12542026-05-15T18:29:24.222Z Fresh syn v2.0.117
12552026-05-15T18:29:24.222Z Fresh sync_wrapper v1.0.1
12562026-05-15T18:29:24.222Z Fresh encoding_rs v0.8.32
12572026-05-15T18:29:24.222Z Fresh match_cfg v0.1.0
12582026-05-15T18:29:24.222Z Fresh ryu v1.0.23
12592026-05-15T18:29:24.222Z Fresh const-oid v0.10.2
12602026-05-15T18:29:24.222Z Fresh parking v2.2.0
12612026-05-15T18:29:24.222Z Fresh compression-core v0.4.32
12622026-05-15T18:29:24.222Z Fresh toml_writer v1.1.1+spec-1.1.0
12632026-05-15T18:29:24.222Z Fresh cpufeatures v0.2.17
12642026-05-15T18:29:24.222Z Fresh toml v1.1.2+spec-1.1.0
12652026-05-15T18:29:24.222Z Fresh sha1 v0.10.6
12662026-05-15T18:29:24.222Z Fresh event-listener v5.0.0
12672026-05-15T18:29:24.222Z Fresh digest v0.11.2
12682026-05-15T18:29:24.227Z Fresh compression-codecs v0.4.38
12692026-05-15T18:29:24.227Z Fresh usdt-impl v0.6.0
12702026-05-15T18:29:24.227Z Fresh tower v0.5.2
12712026-05-15T18:29:24.227Z Fresh hostname v0.3.1
12722026-05-15T18:29:24.227Z Fresh schemars_derive v0.8.22
12732026-05-15T18:29:24.227Z Fresh rand v0.9.2
12742026-05-15T18:29:24.227Z Fresh idna v1.0.3
12752026-05-15T18:29:24.227Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12762026-05-15T18:29:24.227Z Fresh usdt-macro v0.6.0
12772026-05-15T18:29:24.227Z Fresh usdt-attr-macro v0.6.0
12782026-05-15T18:29:24.227Z Fresh slog-json v2.6.1
12792026-05-15T18:29:24.227Z Fresh http-body-util v0.1.3
12802026-05-15T18:29:24.227Z Fresh crossbeam-channel v0.5.15
12812026-05-15T18:29:24.227Z Fresh futures-executor v0.3.32
12822026-05-15T18:29:24.227Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=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`
12832026-05-15T18:29:24.258Z Fresh uuid v1.23.1
12842026-05-15T18:29:24.261Z Fresh async-stream-impl v0.3.6
12852026-05-15T18:29:24.261Z Fresh memmap2 v0.9.8
12862026-05-15T18:29:24.261Z Fresh is-terminal v0.4.12
12872026-05-15T18:29:24.261Z Fresh spin v0.9.8
12882026-05-15T18:29:24.261Z Fresh term v1.1.0
12892026-05-15T18:29:24.261Z Fresh take_mut v0.2.2
12902026-05-15T18:29:24.261Z Fresh dyn-clone v1.0.4
12912026-05-15T18:29:24.261Z Fresh cpufeatures v0.3.0
12922026-05-15T18:29:24.261Z Fresh data-encoding v2.4.0
12932026-05-15T18:29:24.261Z Fresh iri-string v0.7.8
12942026-05-15T18:29:24.261Z Fresh slog-async v2.8.0
12952026-05-15T18:29:24.261Z Fresh tower-http v0.6.8
12962026-05-15T18:29:24.261Z Fresh schemars v0.8.22
12972026-05-15T18:29:24.261Z Fresh sha1 v0.11.0
12982026-05-15T18:29:24.261Z Fresh tungstenite v0.29.0
12992026-05-15T18:29:24.261Z Fresh multer v3.1.0
13002026-05-15T18:29:24.262Z Fresh usdt v0.6.0
13012026-05-15T18:29:24.268Z Fresh slog-term v2.9.2
13022026-05-15T18:29:24.268Z Fresh async-stream v0.3.6
13032026-05-15T18:29:24.268Z Fresh futures v0.3.32
13042026-05-15T18:29:24.268Z Fresh slog-bunyan v2.5.0
13052026-05-15T18:29:24.268Z Fresh camino v1.2.2
13062026-05-15T18:29:24.268Z Fresh url v2.5.4
13072026-05-15T18:29:24.268Z Fresh async-compression v0.4.42
13082026-05-15T18:29:24.268Z Fresh target-triple v1.0.0
13092026-05-15T18:29:24.268Z Fresh event-listener-strategy v0.5.4
13102026-05-15T18:29:24.268Z Fresh serde_qs v1.1.1
13112026-05-15T18:29:24.268Z Fresh serde_urlencoded v0.7.1
13122026-05-15T18:29:24.268Z Fresh hyper-rustls v0.27.9
13132026-05-15T18:29:24.268Z Fresh rustls-platform-verifier v0.6.2
13142026-05-15T18:29:24.268Z Fresh pem v3.0.6
13152026-05-15T18:29:24.268Z Fresh yasna v0.5.2
13162026-05-15T18:29:24.268Z Fresh waitgroup v0.1.2
13172026-05-15T18:29:24.268Z Fresh openapiv3 v2.2.0
13182026-05-15T18:29:24.268Z Fresh rustls-pemfile v2.2.0
13192026-05-15T18:29:24.268Z Fresh async-trait v0.1.89
13202026-05-15T18:29:24.268Z Fresh serde_path_to_error v0.1.20
13212026-05-15T18:29:24.268Z Fresh hostname v0.4.2
13222026-05-15T18:29:24.268Z Fresh glob v0.3.0
13232026-05-15T18:29:24.269Z Fresh termcolor v1.1.2
13242026-05-15T18:29:24.269Z Fresh debug-ignore v1.0.5
13252026-05-15T18:29:24.269Z Fresh simple-mermaid v0.2.0
13262026-05-15T18:29:24.269Z Fresh trybuild v1.0.116
13272026-05-15T18:29:24.269Z Fresh rcgen v0.14.7
13282026-05-15T18:29:24.269Z Fresh reqwest v0.13.3
13292026-05-15T18:29:24.269Z Fresh mime_guess v2.0.5
13302026-05-15T18:29:24.269Z Fresh async-channel v2.5.0
13312026-05-15T18:29:24.269Z Fresh tokio-tungstenite v0.29.0
13322026-05-15T18:29:24.269Z Fresh anyhow v1.0.102
13332026-05-15T18:29:24.269Z Fresh subprocess v1.1.0
13342026-05-15T18:29:24.269Z Fresh buf-list v1.1.2
13352026-05-15T18:29:24.269Z Fresh once_cell v1.20.1
13362026-05-15T18:29:24.269Z Fresh schema-derive v0.1.0
13372026-05-15T18:29:24.269Z Fresh tempfile v3.27.0
13382026-05-15T18:29:24.269Z Fresh schema v0.1.0
13392026-05-15T18:29:24.272Z Fresh atomicwrites v0.4.4
13402026-05-15T18:29:24.273Z Fresh prettyplease v0.2.37
13412026-05-15T18:29:24.273Z Fresh expectorate v1.2.0
13422026-05-15T18:29:25.538Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
13432026-05-15T18:29:25.543Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9357548331502e8a -C extra-filename=-c74ba8da45e99493 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rmeta --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13442026-05-15T18:29:25.543Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3fbc4d654d200526 -C extra-filename=-8307d7eee8403dba --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13452026-05-15T18:29:30.549Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=461ddbd12fe94c99 -C extra-filename=-d7031ea816f85524 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13462026-05-15T18:29:30.553Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ec7023103f4130c1 -C extra-filename=-912d9a336c187441 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13472026-05-15T18:29:30.553Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a908b3021836fb3c -C extra-filename=-d7f433cb68d7b05a --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13482026-05-15T18:29:30.557Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1ba83126053f9b1e -C extra-filename=-5ebeb30b867ca503 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13492026-05-15T18:29:30.557Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=24325f8385548ed0 -C extra-filename=-5f81a47bcfa13e14 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13502026-05-15T18:29:30.557Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cbc6174ea1c2e46a -C extra-filename=-a5132edf67c9dcb9 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13512026-05-15T18:29:30.557Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9171ac167860d5e8 -C extra-filename=-02e22fd35608a094 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13522026-05-15T18:29:38.677Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fb8e3da764345092 -C extra-filename=-1cbec52fd360aea8 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13532026-05-15T18:29:40.724Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ebb631a3b77e803c -C extra-filename=-7f0e1a49c7ea971e --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13542026-05-15T18:29:41.084Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5eff95c3c49730a3 -C extra-filename=-d0c6db0f9002e39d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13552026-05-15T18:29:42.105Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a5f3f1e423d90284 -C extra-filename=-d4b3b93908a0d4a4 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13562026-05-15T18:29:42.165Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7191fb3be6b6be27 -C extra-filename=-989b07a2f12e2a6d --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13572026-05-15T18:29:42.657Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a8d033ebaf3fe208 -C extra-filename=-9a2915807d122359 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13582026-05-15T18:29:42.886Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=80296cd1895e4adb -C extra-filename=-88e0b005098dd78d --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13592026-05-15T18:29:43.270Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a629f889b93dc2e5 -C extra-filename=-56dcb23767593c8d --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13602026-05-15T18:29:50.378Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a4f2812da33bc348 -C extra-filename=-12394bc27932f766 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13612026-05-15T18:29:51.460Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=09536d0e686e216d -C extra-filename=-c44942562691b972 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13622026-05-15T18:29:51.892Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=65b618ccae230a84 -C extra-filename=-24eef6b5870d0b8d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13632026-05-15T18:29:52.512Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=84190b585d80327d -C extra-filename=-736c089ccc651b6b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13642026-05-15T18:29:52.789Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e49048b282d0d75d -C extra-filename=-9e4de228dc73d297 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13652026-05-15T18:29:54.428Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5014af7990184ab7 -C extra-filename=-3019a329680ae5a5 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13662026-05-15T18:29:55.277Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6208801c1b6f825d -C extra-filename=-9fe12a4bc24ff125 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13672026-05-15T18:29:55.524Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=450208b1a37beb22 -C extra-filename=-3494fdf15feda790 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13682026-05-15T18:30:01.813Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4de39bd6a46ec50d -C extra-filename=-48c7519baccd4f8c --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13692026-05-15T18:30:17.403Z Finished `test` profile [unoptimized + debuginfo] target(s) in 53.37s
13702026-05-15T18:30:17.444Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-8307d7eee8403dba`
13712026-05-15T18:30:17.447Z
13722026-05-15T18:30:17.447Zrunning 142 tests
13732026-05-15T18:30:17.450Ztest api_description::test::test_endpoint_versions_matches ... ok
13742026-05-15T18:30:17.450Ztest api_description::test::test_endpoint_versions_range ... ok
13752026-05-15T18:30:17.450Ztest api_description::test::test_badpath4 - should panic ... ok
13762026-05-15T18:30:17.450Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13772026-05-15T18:30:17.450Ztest api_description::test::test_badpath3 ... ok
13782026-05-15T18:30:17.450Ztest api_description::test::test_badpath1 ... ok
13792026-05-15T18:30:17.450Ztest api_description::test::test_tags_need_one ... ok
13802026-05-15T18:30:17.450Ztest api_description::test::test_badpath2 ... ok
13812026-05-15T18:30:17.450Ztest api_description::test::test_dup_names ... ok
13822026-05-15T18:30:17.450Ztest api_description::test::test_tags_too_many ... ok
13832026-05-15T18:30:17.450Ztest api_description::test::test_tag_config_deserialize_old ... ok
13842026-05-15T18:30:17.450Ztest api_description::test::test_tags_just_right ... ok
13852026-05-15T18:30:17.450Ztest compression::tests::test_accepts_gzip_encoding_basic ... ok
13862026-05-15T18:30:17.450Ztest compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok
13872026-05-15T18:30:17.450Ztest compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok
13882026-05-15T18:30:17.450Ztest compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok
13892026-05-15T18:30:17.450Ztest compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok
13902026-05-15T18:30:17.450Ztest compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok
13912026-05-15T18:30:17.450Ztest compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok
13922026-05-15T18:30:17.450Ztest compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok
13932026-05-15T18:30:17.450Ztest compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok
13942026-05-15T18:30:17.450Ztest compression::tests::test_accepts_gzip_encoding_no_header ... ok
13952026-05-15T18:30:17.450Ztest compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok
13962026-05-15T18:30:17.450Ztest compression::tests::test_accepts_gzip_encoding_wildcard ... ok
13972026-05-15T18:30:17.450Ztest compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok
13982026-05-15T18:30:17.450Ztest compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok
13992026-05-15T18:30:17.450Ztest compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok
14002026-05-15T18:30:17.450Ztest compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok
14012026-05-15T18:30:17.450Ztest compression::tests::test_accepts_gzip_encoding_with_spaces ... ok
14022026-05-15T18:30:17.450Ztest compression::tests::test_should_compress_response_already_encoded ... ok
14032026-05-15T18:30:17.453Ztest compression::tests::test_should_compress_response_basic ... ok
14042026-05-15T18:30:17.453Ztest compression::tests::test_should_compress_response_head_method ... ok
14052026-05-15T18:30:17.453Ztest compression::tests::test_should_compress_response_no_accept_encoding ... ok
14062026-05-15T18:30:17.453Ztest compression::tests::test_should_compress_response_compressible_content_types ... ok
14072026-05-15T18:30:17.453Ztest compression::tests::test_should_compress_response_no_content_type ... ok
14082026-05-15T18:30:17.453Ztest compression::tests::test_should_compress_response_no_content ... ok
14092026-05-15T18:30:17.453Ztest compression::tests::test_should_compress_response_rejects_content_range ... ok
14102026-05-15T18:30:17.453Ztest compression::tests::test_should_compress_response_non_compressible_content_types ... ok
14112026-05-15T18:30:17.454Ztest compression::tests::test_should_compress_response_no_compression_extension ... ok
14122026-05-15T18:30:17.454Ztest compression::tests::test_should_compress_response_partial_content ... ok
14132026-05-15T18:30:17.454Ztest compression::tests::test_should_compress_response_not_modified ... ok
14142026-05-15T18:30:17.454Ztest compression::tests::test_should_compress_response_respects_content_length_threshold ... ok
14152026-05-15T18:30:17.454Ztest compression::tests::test_should_compress_response_sse ... ok
14162026-05-15T18:30:17.454Ztest extractor::body::tests::test_typed_body_from ... ok
14172026-05-15T18:30:17.454Ztest error::test::test_serialize_error_response_body ... ok
14182026-05-15T18:30:17.454Ztest extractor::header::tests::test_header_parsing ... ok
14192026-05-15T18:30:17.454Ztest extractor::metadata::test::test_metadata_pagination ... ok
14202026-05-15T18:30:17.454Ztest extractor::metadata::test::test_metadata_flattened ... ok
14212026-05-15T18:30:17.454Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
14222026-05-15T18:30:17.454Ztest from_map::test::test_deep ... ok
14232026-05-15T18:30:17.454Ztest from_map::test::test_lone_literal ... ok
14242026-05-15T18:30:17.454Ztest from_map::test::test_case_insensitive ... ok
14252026-05-15T18:30:17.454Ztest extractor::metadata::test::test_metadata_simple ... ok
14262026-05-15T18:30:17.454Ztest from_map::test::test_missing_data1 ... ok
14272026-05-15T18:30:17.454Ztest from_map::test::test_missing_data2 ... ok
14282026-05-15T18:30:17.454Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14292026-05-15T18:30:17.454Ztest compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok
14302026-05-15T18:30:17.454Ztest from_map::test::test_types ... ok
14312026-05-15T18:30:17.454Ztest compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok
14322026-05-15T18:30:17.454Ztest extractor::body::tests::test_content_plus_json ... ok
14332026-05-15T18:30:17.454Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14342026-05-15T18:30:17.454Ztest logging::test::test_config_bad_file_no_level ... ok
14352026-05-15T18:30:17.454Ztest logging::test::test_config_bad_file_no_file ... ok
14362026-05-15T18:30:17.454Ztest logging::test::test_config_bad_log_mode ... ok
14372026-05-15T18:30:17.454Ztest logging::test::test_config_bad_terminal_no_level ... ok
14382026-05-15T18:30:17.454Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14392026-05-15T18:30:17.454Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14402026-05-15T18:30:17.454Ztest pagination::test::test_pagination_schema ... ok
14412026-05-15T18:30:17.454Ztest api_description::test::test_tags_set ... ok
14422026-05-15T18:30:17.454Ztest pagination::test::test_results_page ... ok
14432026-05-15T18:30:17.454Ztest router::test::test_bad_path_segment1 - should panic ... ok
14442026-05-15T18:30:17.454Ztest router::test::test_bad_path_segment2 - should panic ... ok
14452026-05-15T18:30:17.454Ztest pagination::test::test_page_token_serialization ... ok
14462026-05-15T18:30:17.454Znote: configured to log to "/tmp/dropshot-8307d7eee8403dba.3073.file_dir/log.out"
14472026-05-15T18:30:17.454Ztest router::test::test_bad_path_segment4 - should panic ... ok
14482026-05-15T18:30:17.455Ztest router::test::test_bad_path_segment3 - should panic ... ok
14492026-05-15T18:30:17.455Ztest router::test::test_bogus_regex - should panic ... ok
14502026-05-15T18:30:17.455Ztest pagination::test::test_pagparams_parsing ... ok
14512026-05-15T18:30:17.455Ztest router::test::test_duplicate_route1 - should panic ... ok
14522026-05-15T18:30:17.455Ztest router::test::test_duplicate_route2 - should panic ... ok
14532026-05-15T18:30:17.455Ztest router::test::test_duplicate_route3 - should panic ... ok
14542026-05-15T18:30:17.455Ztest logging::test::test_config_stderr_terminal ... ok
14552026-05-15T18:30:17.455Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14562026-05-15T18:30:17.455Ztest router::test::test_duplicate_varname - should panic ... ok
14572026-05-15T18:30:17.455Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14582026-05-15T18:30:17.455Ztest router::test::test_embedded_non_variable ... ok
14592026-05-15T18:30:17.455Ztest router::test::test_iter_null ... ok
14602026-05-15T18:30:17.458Ztest router::test::test_empty_variable ... ok
14612026-05-15T18:30:17.458Ztest router::test::test_inconsistent_varname - should panic ... ok
14622026-05-15T18:30:17.458Ztest router::test::test_iter ... ok
14632026-05-15T18:30:17.458Ztest router::test::test_iter2 ... ok
14642026-05-15T18:30:17.458Ztest router::test::test_error_cases ... ok
14652026-05-15T18:30:17.458Ztest router::test::test_literal_after_variable - should panic ... ok
14662026-05-15T18:30:17.458Ztest router::test::test_literal_after_regex - should panic ... ok
14672026-05-15T18:30:17.458Ztest router::test::test_map ... ok
14682026-05-15T18:30:17.458Ztest router::test::test_path_segment ... ok
14692026-05-15T18:30:17.458Ztest router::test::test_more_after_regex - should panic ... ok
14702026-05-15T18:30:17.458Ztest router::test::test_map_bad_seq ... ok
14712026-05-15T18:30:17.459Znote: configured to log to "/tmp/dropshot-8307d7eee8403dba.3073.file_dir/log.out"
14722026-05-15T18:30:17.459Ztest router::test::test_map_bad_value ... ok
14732026-05-15T18:30:17.459Ztest router::test::test_router_versioned ... ok
14742026-05-15T18:30:17.459Ztest router::test::test_segments ... ok
14752026-05-15T18:30:17.459Ztest router::test::test_router_basic ... ok
14762026-05-15T18:30:17.459Ztest router::test::test_variable_after_literal - should panic ... ok
14772026-05-15T18:30:17.459Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14782026-05-15T18:30:17.459Ztest router::test::test_variable_name_bad_end - should panic ... ok
14792026-05-15T18:30:17.459Ztest router::test::test_variable_name_bad_start - should panic ... ok
14802026-05-15T18:30:17.459Ztest router::test::test_variable_name_empty - should panic ... ok
14812026-05-15T18:30:17.459Ztest router::test::test_variable_rename ... ok
14822026-05-15T18:30:17.459Ztest router::test::test_variables_basic ... ok
14832026-05-15T18:30:17.459Ztest router::test::test_variables_glob ... ok
14842026-05-15T18:30:17.459Ztest router::test::test_variables_multi ... ok
14852026-05-15T18:30:17.459Ztest schema_util::test::test_empty_struct ... ok
14862026-05-15T18:30:17.459Ztest schema_util::test::test_nullable ... ok
14872026-05-15T18:30:17.459Ztest schema_util::test::test_additional_properties ... ok
14882026-05-15T18:30:17.459Ztest schema_util::test::test_extension_conversion ... ok
14892026-05-15T18:30:17.459Ztest schema_util::test::test_embedded_schema ... ok
14902026-05-15T18:30:17.459Znote: configured to log to "/tmp/dropshot-8307d7eee8403dba.3073.file_dir/log.out"
14912026-05-15T18:30:17.459Ztest schema_util::test::test_two_types - should panic ... ok
14922026-05-15T18:30:17.459Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14932026-05-15T18:30:17.459Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14942026-05-15T18:30:17.459Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14952026-05-15T18:30:17.459Ztest logging::test::test_config_file ... ok
14962026-05-15T18:30:17.459Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14972026-05-15T18:30:17.459Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14982026-05-15T18:30:17.459Ztest test_util::test::test_bunyan_easy_cases ... ok
14992026-05-15T18:30:17.459Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
15002026-05-15T18:30:17.459Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
15012026-05-15T18:30:17.459Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
15022026-05-15T18:30:17.459Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
15032026-05-15T18:30:17.459Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
15042026-05-15T18:30:17.459Ztest to_map::test::test_struct_with_options ... ok
15052026-05-15T18:30:17.459Ztest to_map::test::test_to_map_enum ... ok
15062026-05-15T18:30:17.459Ztest to_map::test::test_to_map_num ... ok
15072026-05-15T18:30:17.459Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
15082026-05-15T18:30:17.459Ztest to_map::test::test_to_map_seq ... ok
15092026-05-15T18:30:17.460Ztest to_map::test::test_to_map_valid ... ok
15102026-05-15T18:30:17.460Ztest to_map::test::test_to_map_vec ... ok
15112026-05-15T18:30:17.460Ztest type_util::tests::test_commented_ref ... ok
15122026-05-15T18:30:17.460Ztest type_util::tests::test_recursive_type - should panic ... ok
15132026-05-15T18:30:17.460Ztest type_util::tests::test_reflexive_type - should panic ... ok
15142026-05-15T18:30:17.460Ztest server::test::test_drop_server_without_close_okay ... ok
15152026-05-15T18:30:17.460Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
15162026-05-15T18:30:17.460Ztest server::test::test_server_run_then_close ... ok
15172026-05-15T18:30:17.460Ztest server::test::test_http_acceptor_happy_path ... ok
15182026-05-15T18:30:17.460Z
15192026-05-15T18:30:17.460Ztest result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15202026-05-15T18:30:17.460Z
15212026-05-15T18:30:17.463Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-d0c6db0f9002e39d`
15222026-05-15T18:30:17.463Z
15232026-05-15T18:30:17.463Zrunning 1 test
15242026-05-15T18:30:17.753Z Compiling proc-macro2 v1.0.106
15252026-05-15T18:30:17.753Z Compiling quote v1.0.45
15262026-05-15T18:30:17.753Z Compiling unicode-ident v1.0.12
15272026-05-15T18:30:17.753Z Compiling libc v0.2.186
15282026-05-15T18:30:17.756Z Checking cfg-if v1.0.0
15292026-05-15T18:30:17.756Z Compiling serde_core v1.0.228
15302026-05-15T18:30:17.756Z Checking itoa v1.0.17
15312026-05-15T18:30:17.846Z Checking pin-project-lite v0.2.12
15322026-05-15T18:30:17.901Z Checking memchr v2.6.0
15332026-05-15T18:30:17.922Z Compiling version_check v0.9.5
15342026-05-15T18:30:17.929Z Compiling autocfg v1.1.0
15352026-05-15T18:30:18.182Z Compiling thiserror v2.0.18
15362026-05-15T18:30:18.297Z Checking smallvec v1.13.2
15372026-05-15T18:30:18.308Z Checking bytes v1.11.1
15382026-05-15T18:30:18.324Z Compiling zmij v1.0.2
15392026-05-15T18:30:18.476Z Checking futures-core v0.3.32
15402026-05-15T18:30:18.596Z Compiling serde v1.0.228
15412026-05-15T18:30:18.636Z Checking once_cell v1.20.1
15422026-05-15T18:30:18.639Z Compiling log v0.4.17
15432026-05-15T18:30:18.693Z Compiling serde_json v1.0.149
15442026-05-15T18:30:18.723Z Compiling jobserver v0.1.34
15452026-05-15T18:30:18.733Z Compiling parking_lot_core v0.9.4
15462026-05-15T18:30:18.799Z Compiling find-msvc-tools v0.1.9
15472026-05-15T18:30:18.962Z Compiling shlex v1.3.0
15482026-05-15T18:30:19.065Z Compiling slab v0.4.9
15492026-05-15T18:30:19.124Z Compiling syn v2.0.117
15502026-05-15T18:30:19.169Z Compiling cc v1.2.60
15512026-05-15T18:30:19.174Z Checking futures-sink v0.3.32
15522026-05-15T18:30:19.245Z Checking scopeguard v1.2.0
15532026-05-15T18:30:19.245Z Compiling typenum v1.19.0
15542026-05-15T18:30:19.293Z Checking lock_api v0.4.6
15552026-05-15T18:30:19.440Z Compiling dunce v1.0.5
15562026-05-15T18:30:19.452Z Compiling fs_extra v1.3.0
15572026-05-15T18:30:19.478Z Checking parking_lot v0.12.1
15582026-05-15T18:30:19.667Z Checking socket2 v0.6.3
15592026-05-15T18:30:19.683Z Checking signal-hook-registry v1.4.0
15602026-05-15T18:30:19.728Z Checking mio v1.2.0
15612026-05-15T18:30:19.872Z Checking stable_deref_trait v1.2.0
15622026-05-15T18:30:19.889Z Checking futures-channel v0.3.32
15632026-05-15T18:30:19.916Z Checking http v1.4.0
15642026-05-15T18:30:19.944Z Compiling ucd-trie v0.1.6
15652026-05-15T18:30:20.040Z Compiling cmake v0.1.58
15662026-05-15T18:30:20.262Z Compiling zerocopy v0.8.27
15672026-05-15T18:30:20.286Z Checking zeroize v1.8.2
15682026-05-15T18:30:20.432Z Checking futures-io v0.3.32
15692026-05-15T18:30:20.473Z Checking futures-task v0.3.32
15702026-05-15T18:30:20.500Z Compiling aws-lc-rs v1.16.3
15712026-05-15T18:30:20.546Z Checking rustls-pki-types v1.14.1
15722026-05-15T18:30:20.621Z Compiling httparse v1.10.0
15732026-05-15T18:30:20.658Z Compiling rustversion v1.0.22
15742026-05-15T18:30:21.104Z Checking writeable v0.5.5
15752026-05-15T18:30:21.135Z Compiling crossbeam-utils v0.8.21
15762026-05-15T18:30:21.171Z Checking litemap v0.7.4
15772026-05-15T18:30:21.236Z Compiling aws-lc-sys v0.40.0
15782026-05-15T18:30:21.400Z Compiling generic-array v0.14.5
15792026-05-15T18:30:21.479Z Compiling time-core v0.1.8
15802026-05-15T18:30:21.491Z Checking hashbrown v0.17.0
15812026-05-15T18:30:21.538Z Checking powerfmt v0.2.0
15822026-05-15T18:30:21.626Z Checking percent-encoding v2.3.2
15832026-05-15T18:30:21.674Z Compiling num-conv v0.2.0
15842026-05-15T18:30:21.694Z Compiling getrandom v0.4.1
15852026-05-15T18:30:21.770Z Checking equivalent v1.0.0
15862026-05-15T18:30:21.808Z Compiling time-macros v0.2.27
15872026-05-15T18:30:21.851Z Checking deranged v0.5.5
15882026-05-15T18:30:21.982Z Checking indexmap v2.14.0
15892026-05-15T18:30:22.084Z Compiling synstructure v0.13.1
15902026-05-15T18:30:22.089Z Compiling slog v2.8.2
15912026-05-15T18:30:22.610Z Checking http-body v1.0.1
15922026-05-15T18:30:22.689Z Checking tracing-core v0.1.32
15932026-05-15T18:30:22.699Z Compiling unicase v2.6.0
15942026-05-15T18:30:22.869Z Checking icu_locid_transform_data v1.5.0
15952026-05-15T18:30:22.875Z Compiling getrandom v0.3.4
15962026-05-15T18:30:22.957Z Checking num_threads v0.1.3
15972026-05-15T18:30:22.957Z Compiling rustls v0.23.40
15982026-05-15T18:30:22.992Z Checking bitflags v2.11.0
15992026-05-15T18:30:23.038Z Checking untrusted v0.9.0
16002026-05-15T18:30:23.120Z Checking atomic-waker v1.1.2
16012026-05-15T18:30:23.149Z Checking tracing v0.1.40
16022026-05-15T18:30:23.202Z Checking time v0.3.47
16032026-05-15T18:30:23.313Z Compiling num-traits v0.2.14
16042026-05-15T18:30:23.434Z Compiling crc32fast v1.5.0
16052026-05-15T18:30:23.576Z Checking subtle v2.5.0
16062026-05-15T18:30:23.635Z Checking tower-service v0.3.3
16072026-05-15T18:30:23.656Z Checking try-lock v0.2.3
16082026-05-15T18:30:23.705Z Checking base64 v0.22.1
16092026-05-15T18:30:23.720Z Checking fnv v1.0.7
16102026-05-15T18:30:23.748Z Checking tower-layer v0.3.3
16112026-05-15T18:30:23.798Z Compiling usdt-impl v0.6.0
16122026-05-15T18:30:23.809Z Checking icu_properties_data v1.5.0
16132026-05-15T18:30:23.936Z Checking want v0.3.0
16142026-05-15T18:30:24.079Z Checking hybrid-array v0.4.8
16152026-05-15T18:30:24.100Z Checking errno v0.3.10
16162026-05-15T18:30:24.168Z Compiling thread-id v5.0.0
16172026-05-15T18:30:24.215Z Compiling rustix v1.1.4
16182026-05-15T18:30:24.235Z Checking utf16_iter v1.0.5
16192026-05-15T18:30:24.243Z Checking plain v0.2.3
16202026-05-15T18:30:24.260Z Checking httpdate v1.0.1
16212026-05-15T18:30:24.318Z Checking adler2 v2.0.1
16222026-05-15T18:30:24.335Z Compiling byteorder v1.4.3
16232026-05-15T18:30:24.338Z Checking icu_normalizer_data v1.5.0
16242026-05-15T18:30:24.402Z Checking write16 v1.0.0
16252026-05-15T18:30:24.419Z Checking simd-adler32 v0.3.7
16262026-05-15T18:30:24.485Z Checking utf8_iter v1.0.4
16272026-05-15T18:30:24.491Z Compiling serde_derive v1.0.228
16282026-05-15T18:30:24.562Z Compiling thiserror-impl v2.0.18
16292026-05-15T18:30:24.567Z Compiling zerofrom-derive v0.1.5
16302026-05-15T18:30:24.567Z Compiling yoke-derive v0.7.5
16312026-05-15T18:30:24.567Z Compiling tokio-macros v2.7.0
16322026-05-15T18:30:24.600Z Compiling zerovec-derive v0.10.3
16332026-05-15T18:30:24.680Z Compiling futures-macro v0.3.32
16342026-05-15T18:30:25.804Z Checking tokio v1.52.3
16352026-05-15T18:30:25.979Z Compiling displaydoc v0.2.5
16362026-05-15T18:30:26.238Z Checking futures-util v0.3.32
16372026-05-15T18:30:26.526Z Compiling zerocopy-derive v0.8.27
16382026-05-15T18:30:26.848Z Compiling pest v2.8.1
16392026-05-15T18:30:26.854Z Checking zerofrom v0.1.5
16402026-05-15T18:30:26.974Z Checking yoke v0.7.5
16412026-05-15T18:30:27.159Z Checking zerovec v0.10.4
16422026-05-15T18:30:27.348Z Compiling icu_provider_macros v1.5.0
16432026-05-15T18:30:27.846Z Checking tinystr v0.7.6
16442026-05-15T18:30:28.024Z Compiling pest_meta v2.8.1
16452026-05-15T18:30:28.150Z Checking icu_locid v1.5.0
16462026-05-15T18:30:28.170Z Checking icu_collections v1.5.0
16472026-05-15T18:30:28.228Z Compiling scroll_derive v0.13.1
16482026-05-15T18:30:28.591Z Compiling pest_generator v2.8.1
16492026-05-15T18:30:28.941Z Checking icu_provider v1.5.0
16502026-05-15T18:30:29.252Z Checking icu_locid_transform v1.5.0
16512026-05-15T18:30:29.439Z Checking erased-serde v0.3.31
16522026-05-15T18:30:29.461Z Checking tokio-util v0.7.18
16532026-05-15T18:30:29.493Z Checking scroll v0.13.0
16542026-05-15T18:30:29.734Z Compiling serde_tokenstream v0.2.3
16552026-05-15T18:30:29.737Z Checking icu_properties v1.5.1
16562026-05-15T18:30:29.888Z Compiling dof v0.4.0
16572026-05-15T18:30:29.965Z Checking h2 v0.4.6
16582026-05-15T18:30:29.976Z Checking goblin v0.10.1
16592026-05-15T18:30:30.117Z Compiling pest_derive v2.8.1
16602026-05-15T18:30:30.367Z Checking miniz_oxide v0.8.9
16612026-05-15T18:30:30.630Z Checking rand_core v0.9.5
16622026-05-15T18:30:30.946Z Checking block-buffer v0.10.2
16632026-05-15T18:30:31.042Z Compiling dtrace-parser v0.3.0
16642026-05-15T18:30:31.064Z Checking crypto-common v0.1.6
16652026-05-15T18:30:31.178Z Checking form_urlencoded v1.2.2
16662026-05-15T18:30:31.188Z Checking pretty-hex v0.4.1
16672026-05-15T18:30:31.213Z Checking icu_normalizer v1.5.0
16682026-05-15T18:30:31.295Z Checking iana-time-zone v0.1.47
16692026-05-15T18:30:31.299Z Checking ipnet v2.10.0
16702026-05-15T18:30:31.523Z Compiling rustix v0.38.44
16712026-05-15T18:30:31.573Z Checking mime v0.3.16
16722026-05-15T18:30:31.581Z Checking openssl-probe v0.2.1
16732026-05-15T18:30:31.685Z Checking ppv-lite86 v0.2.15
16742026-05-15T18:30:31.743Z Checking rustls-native-certs v0.8.3
16752026-05-15T18:30:31.840Z Checking hyper v1.9.0
16762026-05-15T18:30:31.867Z Checking idna_adapter v1.2.0
16772026-05-15T18:30:31.953Z Checking rand_chacha v0.9.0
16782026-05-15T18:30:31.958Z Checking chrono v0.4.44
16792026-05-15T18:30:32.131Z Checking digest v0.10.7
16802026-05-15T18:30:32.188Z Checking flate2 v1.1.9
16812026-05-15T18:30:32.297Z Checking block-buffer v0.12.0
16822026-05-15T18:30:32.436Z Checking crypto-common v0.2.1
16832026-05-15T18:30:32.475Z Checking concurrent-queue v2.5.0
16842026-05-15T18:30:32.653Z Compiling serde_derive_internals v0.29.0
16852026-05-15T18:30:32.714Z Checking thread_local v1.1.4
16862026-05-15T18:30:32.756Z Checking hyper-util v0.1.20
16872026-05-15T18:30:32.869Z Checking sync_wrapper v1.0.1
16882026-05-15T18:30:32.884Z Compiling multer v3.1.0
16892026-05-15T18:30:32.906Z Checking encoding_rs v0.8.32
16902026-05-15T18:30:32.938Z Compiling slog-async v2.8.0
16912026-05-15T18:30:32.965Z Compiling camino v1.2.2
16922026-05-15T18:30:33.141Z Checking parking v2.2.0
16932026-05-15T18:30:33.257Z Checking compression-core v0.4.32
16942026-05-15T18:30:33.304Z Compiling paste v1.0.15
16952026-05-15T18:30:33.381Z Checking cpufeatures v0.2.17
16962026-05-15T18:30:33.392Z Checking match_cfg v0.1.0
16972026-05-15T18:30:33.444Z Checking winnow v1.0.0
16982026-05-15T18:30:33.652Z Compiling schemars v0.8.22
16992026-05-15T18:30:33.672Z Checking const-oid v0.10.2
17002026-05-15T18:30:33.738Z Checking ryu v1.0.23
17012026-05-15T18:30:33.828Z Checking fastrand v2.1.1
17022026-05-15T18:30:33.852Z Compiling schemars_derive v0.8.22
17032026-05-15T18:30:33.864Z Checking digest v0.11.2
17042026-05-15T18:30:33.870Z Checking toml_parser v1.1.2+spec-1.1.0
17052026-05-15T18:30:33.913Z Checking hostname v0.3.1
17062026-05-15T18:30:33.929Z Checking sha1 v0.10.6
17072026-05-15T18:30:34.002Z Checking tempfile v3.27.0
17082026-05-15T18:30:34.005Z Checking compression-codecs v0.4.38
17092026-05-15T18:30:34.079Z Checking event-listener v5.0.0
17102026-05-15T18:30:34.127Z Checking tower v0.5.2
17112026-05-15T18:30:34.165Z Compiling usdt-attr-macro v0.6.0
17122026-05-15T18:30:34.196Z Compiling usdt-macro v0.6.0
17132026-05-15T18:30:34.202Z Compiling mime_guess v2.0.5
17142026-05-15T18:30:34.289Z Checking rand v0.9.2
17152026-05-15T18:30:34.499Z Checking idna v1.0.3
17162026-05-15T18:30:34.779Z Checking slog-json v2.6.1
17172026-05-15T18:30:34.799Z Checking futures-executor v0.3.32
17182026-05-15T18:30:34.938Z Compiling async-stream-impl v0.3.6
17192026-05-15T18:30:34.953Z Checking uuid v1.23.1
17202026-05-15T18:30:35.008Z Checking http-body-util v0.1.3
17212026-05-15T18:30:35.095Z Checking crossbeam-channel v0.5.15
17222026-05-15T18:30:35.228Z Checking serde_spanned v1.1.1
17232026-05-15T18:30:35.249Z Checking toml_datetime v1.1.1+spec-1.1.0
17242026-05-15T18:30:35.364Z Checking is-terminal v0.4.12
17252026-05-15T18:30:35.438Z Checking memmap2 v0.9.8
17262026-05-15T18:30:35.450Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
17272026-05-15T18:30:35.455Z Compiling anyhow v1.0.102
17282026-05-15T18:30:35.460Z Checking iri-string v0.7.8
17292026-05-15T18:30:35.470Z Checking dyn-clone v1.0.4
17302026-05-15T18:30:35.552Z Checking cpufeatures v0.3.0
17312026-05-15T18:30:35.594Z Checking unicode-segmentation v1.10.0
17322026-05-15T18:30:35.620Z Checking take_mut v0.2.2
17332026-05-15T18:30:35.713Z Checking data-encoding v2.4.0
17342026-05-15T18:30:35.718Z Checking lazy_static v1.5.0
17352026-05-15T18:30:35.808Z Checking unicode-width v0.1.9
17362026-05-15T18:30:35.866Z Compiling semver v1.0.28
17372026-05-15T18:30:35.880Z Compiling heck v0.5.0
17382026-05-15T18:30:35.884Z Checking term v1.1.0
17392026-05-15T18:30:35.906Z Checking toml_writer v1.1.1+spec-1.1.0
17402026-05-15T18:30:35.955Z Checking spin v0.9.8
17412026-05-15T18:30:35.973Z Checking tungstenite v0.29.0
17422026-05-15T18:30:36.082Z Checking toml v1.1.2+spec-1.1.0
17432026-05-15T18:30:36.091Z Checking slog-term v2.9.2
17442026-05-15T18:30:36.144Z Checking async-stream v0.3.6
17452026-05-15T18:30:36.210Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17462026-05-15T18:30:36.269Z Checking console v0.15.7
17472026-05-15T18:30:36.348Z Checking newline-converter v0.3.0
17482026-05-15T18:30:36.510Z Checking tower-http v0.6.8
17492026-05-15T18:30:36.575Z Checking sha1 v0.11.0
17502026-05-15T18:30:36.614Z Checking usdt v0.6.0
17512026-05-15T18:30:36.674Z Checking atomicwrites v0.4.4
17522026-05-15T18:30:36.759Z Checking futures v0.3.32
17532026-05-15T18:30:36.765Z Checking slog-bunyan v2.5.0
17542026-05-15T18:30:36.768Z Checking url v2.5.4
17552026-05-15T18:30:36.781Z Checking event-listener-strategy v0.5.4
17562026-05-15T18:30:36.793Z Checking async-compression v0.4.42
17572026-05-15T18:30:36.905Z Checking serde_qs v1.1.1
17582026-05-15T18:30:36.921Z Checking serde_urlencoded v0.7.1
17592026-05-15T18:30:37.034Z Checking openapiv3 v2.2.0
17602026-05-15T18:30:37.081Z Compiling async-trait v0.1.89
17612026-05-15T18:30:37.125Z Checking yasna v0.5.2
17622026-05-15T18:30:37.150Z Checking pem v3.0.6
17632026-05-15T18:30:37.219Z Checking waitgroup v0.1.2
17642026-05-15T18:30:37.311Z Checking rustls-pemfile v2.2.0
17652026-05-15T18:30:37.319Z Checking serde_path_to_error v0.1.20
17662026-05-15T18:30:37.448Z Checking hostname v0.4.2
17672026-05-15T18:30:37.544Z Checking simple-mermaid v0.2.0
17682026-05-15T18:30:37.573Z Checking similar v2.2.1
17692026-05-15T18:30:37.590Z Checking debug-ignore v1.0.5
17702026-05-15T18:30:37.605Z Checking async-channel v2.5.0
17712026-05-15T18:30:37.781Z Checking tokio-tungstenite v0.29.0
17722026-05-15T18:30:37.904Z Checking expectorate v1.2.0
17732026-05-15T18:30:37.922Z Checking buf-list v1.1.2
17742026-05-15T18:30:38.014Z Checking subprocess v1.1.0
17752026-05-15T18:30:43.424Z Checking rustls-webpki v0.103.13
17762026-05-15T18:30:43.425Z Checking rcgen v0.14.7
17772026-05-15T18:30:45.654Z Checking tokio-rustls v0.26.4
17782026-05-15T18:30:45.654Z Checking rustls-platform-verifier v0.6.2
17792026-05-15T18:30:45.840Z Checking hyper-rustls v0.27.9
17802026-05-15T18:30:46.009Z Checking reqwest v0.13.3
17812026-05-15T18:30:47.493Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17822026-05-15T18:30:47.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.06s
17832026-05-15T18:30:47.803Z
17842026-05-15T18:30:47.803Z
17852026-05-15T18:31:13.981Ztest tests/fail/bad_channel10.rs ... ok
17862026-05-15T18:31:13.981Ztest tests/fail/bad_channel11.rs ... ok
17872026-05-15T18:31:13.981Ztest tests/fail/bad_channel12.rs ... ok
17882026-05-15T18:31:13.981Ztest tests/fail/bad_channel13.rs ... ok
17892026-05-15T18:31:13.985Ztest tests/fail/bad_channel14.rs ... ok
17902026-05-15T18:31:13.985Ztest tests/fail/bad_channel15.rs ... ok
17912026-05-15T18:31:13.985Ztest tests/fail/bad_channel17.rs ... ok
17922026-05-15T18:31:13.985Ztest tests/fail/bad_channel18.rs ... ok
17932026-05-15T18:31:13.985Ztest tests/fail/bad_channel19.rs ... ok
17942026-05-15T18:31:13.985Ztest tests/fail/bad_channel1a.rs ... ok
17952026-05-15T18:31:13.985Ztest tests/fail/bad_channel1b.rs ... ok
17962026-05-15T18:31:13.985Ztest tests/fail/bad_channel2.rs ... ok
17972026-05-15T18:31:13.985Ztest tests/fail/bad_channel20.rs ... ok
17982026-05-15T18:31:13.985Ztest tests/fail/bad_channel21.rs ... ok
17992026-05-15T18:31:13.985Ztest tests/fail/bad_channel22.rs ... ok
18002026-05-15T18:31:13.985Ztest tests/fail/bad_channel23.rs ... ok
18012026-05-15T18:31:13.985Ztest tests/fail/bad_channel24.rs ... ok
18022026-05-15T18:31:13.985Ztest tests/fail/bad_channel25.rs ... ok
18032026-05-15T18:31:13.985Ztest tests/fail/bad_channel26.rs ... ok
18042026-05-15T18:31:13.985Ztest tests/fail/bad_channel27.rs ... ok
18052026-05-15T18:31:13.985Ztest tests/fail/bad_channel28.rs ... ok
18062026-05-15T18:31:13.985Ztest tests/fail/bad_channel3.rs ... ok
18072026-05-15T18:31:13.985Ztest tests/fail/bad_channel4.rs ... ok
18082026-05-15T18:31:13.985Ztest tests/fail/bad_channel5.rs ... ok
18092026-05-15T18:31:13.985Ztest tests/fail/bad_channel6.rs ... ok
18102026-05-15T18:31:13.985Ztest tests/fail/bad_channel8.rs ... ok
18112026-05-15T18:31:13.985Ztest tests/fail/bad_channel9.rs ... ok
18122026-05-15T18:31:13.985Ztest tests/fail/bad_endpoint1.rs ... ok
18132026-05-15T18:31:13.985Ztest tests/fail/bad_endpoint10.rs ... ok
18142026-05-15T18:31:13.985Ztest tests/fail/bad_endpoint11.rs ... ok
18152026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint12.rs ... ok
18162026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint13.rs ... ok
18172026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint14.rs ... ok
18182026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint15.rs ... ok
18192026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint16.rs ... ok
18202026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint17.rs ... ok
18212026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint18.rs ... ok
18222026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint19.rs ... ok
18232026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint2.rs ... ok
18242026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint20.rs ... ok
18252026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint21.rs ... ok
18262026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint22.rs ... ok
18272026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint23.rs ... ok
18282026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint24.rs ... ok
18292026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint25.rs ... ok
18302026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint26.rs ... ok
18312026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint27.rs ... ok
18322026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint28.rs ... ok
18332026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint3.rs ... ok
18342026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint4.rs ... ok
18352026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint5.rs ... ok
18362026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint6.rs ... ok
18372026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint7.rs ... ok
18382026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint8.rs ... ok
18392026-05-15T18:31:13.986Ztest tests/fail/bad_endpoint9.rs ... ok
18402026-05-15T18:31:13.986Ztest tests/fail/bad_trait_channel10.rs ... ok
18412026-05-15T18:31:13.986Ztest tests/fail/bad_trait_channel11.rs ... ok
18422026-05-15T18:31:13.986Ztest tests/fail/bad_trait_channel12.rs ... ok
18432026-05-15T18:31:13.986Ztest tests/fail/bad_trait_channel13.rs ... ok
18442026-05-15T18:31:13.986Ztest tests/fail/bad_trait_channel14.rs ... ok
18452026-05-15T18:31:13.986Ztest tests/fail/bad_trait_channel15.rs ... ok
18462026-05-15T18:31:13.986Ztest tests/fail/bad_trait_channel17.rs ... ok
18472026-05-15T18:31:13.986Ztest tests/fail/bad_trait_channel18.rs ... ok
18482026-05-15T18:31:13.986Ztest tests/fail/bad_trait_channel19.rs ... ok
18492026-05-15T18:31:13.986Ztest tests/fail/bad_trait_channel1a.rs ... ok
18502026-05-15T18:31:13.986Ztest tests/fail/bad_trait_channel1b.rs ... ok
18512026-05-15T18:31:13.986Ztest tests/fail/bad_trait_channel2.rs ... ok
18522026-05-15T18:31:13.986Ztest tests/fail/bad_trait_channel20.rs ... ok
18532026-05-15T18:31:13.986Ztest tests/fail/bad_trait_channel21.rs ... ok
18542026-05-15T18:31:13.987Ztest tests/fail/bad_trait_channel22.rs ... ok
18552026-05-15T18:31:13.987Ztest tests/fail/bad_trait_channel23.rs ... ok
18562026-05-15T18:31:13.987Ztest tests/fail/bad_trait_channel24.rs ... ok
18572026-05-15T18:31:13.987Ztest tests/fail/bad_trait_channel25.rs ... ok
18582026-05-15T18:31:13.987Ztest tests/fail/bad_trait_channel26.rs ... ok
18592026-05-15T18:31:13.987Ztest tests/fail/bad_trait_channel28.rs ... ok
18602026-05-15T18:31:13.987Ztest tests/fail/bad_trait_channel3.rs ... ok
18612026-05-15T18:31:13.987Ztest tests/fail/bad_trait_channel4.rs ... ok
18622026-05-15T18:31:13.987Ztest tests/fail/bad_trait_channel5.rs ... ok
18632026-05-15T18:31:13.987Ztest tests/fail/bad_trait_channel6.rs ... ok
18642026-05-15T18:31:13.987Ztest tests/fail/bad_trait_channel8.rs ... ok
18652026-05-15T18:31:13.987Ztest tests/fail/bad_trait_channel9.rs ... ok
18662026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18672026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18682026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18692026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18702026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18712026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18722026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18732026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18742026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18752026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18762026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18772026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18782026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18792026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18802026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18812026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18822026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18832026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18842026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18852026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18862026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18872026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18882026-05-15T18:31:13.987Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18892026-05-15T18:31:13.991Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18902026-05-15T18:31:13.991Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18912026-05-15T18:31:13.991Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18922026-05-15T18:31:13.991Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18932026-05-15T18:31:13.991Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18942026-05-15T18:31:13.991Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18952026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only1.rs ... ok
18962026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only10.rs ... ok
18972026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only11.rs ... ok
18982026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only12.rs ... ok
18992026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only13.rs ... ok
19002026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only14.rs ... ok
19012026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only15.rs ... ok
19022026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only16.rs ... ok
19032026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only17.rs ... ok
19042026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only18.rs ... ok
19052026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only19.rs ... ok
19062026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only2.rs ... ok
19072026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only20.rs ... ok
19082026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only21.rs ... ok
19092026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only22.rs ... ok
19102026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only3.rs ... ok
19112026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only4.rs ... ok
19122026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only5.rs ... ok
19132026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only6.rs ... ok
19142026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only7.rs ... ok
19152026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only8.rs ... ok
19162026-05-15T18:31:13.991Ztest tests/fail/bad_trait_only9.rs ... ok
19172026-05-15T18:31:13.991Ztest tests/fail/bad_version_backwards.rs ... ok
19182026-05-15T18:31:13.991Ztest tests/fail/unused_endpoint.rs ... ok
19192026-05-15T18:31:13.991Z
19202026-05-15T18:31:13.991Z
19212026-05-15T18:31:13.991Ztest fail ... ok
19222026-05-15T18:31:13.991Z
19232026-05-15T18:31:13.991Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 56.52s
19242026-05-15T18:31:13.992Z
19252026-05-15T18:31:13.992Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-24eef6b5870d0b8d`
19262026-05-15T18:31:13.995Z
19272026-05-15T18:31:13.995Zrunning 100 tests
19282026-05-15T18:31:13.995Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
19292026-05-15T18:31:13.995Ztest config::test_config_bad_bind_address_garbage ... ok
19302026-05-15T18:31:13.995Ztest config::test_config_bad_bind_address_port_too_small ... ok
19312026-05-15T18:31:13.995Ztest config::test_config_bad_bind_address_port_too_large ... ok
19322026-05-15T18:31:13.995Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
19332026-05-15T18:31:13.995Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
19342026-05-15T18:31:13.995Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
19352026-05-15T18:31:13.995Ztest api_trait::test_api_trait_with_complex_tags ... ok
19362026-05-15T18:31:13.995Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19372026-05-15T18:31:13.995Ztest config::test_valid_config_all_settings ... ok
19382026-05-15T18:31:13.995Ztest config::test_valid_config_basic ... ok
19392026-05-15T18:31:13.995Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-api_trait_basic.6351.6.log"
19402026-05-15T18:31:13.995Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-config_handler_task_mode_detached.6351.4.log"
19412026-05-15T18:31:13.995Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-config_bind_address_http.6351.2.log"
19422026-05-15T18:31:13.995Ztest config::test_valid_config_empty ... ok
19432026-05-15T18:31:13.995Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-config_handler_task_mode_cancel.6351.1.log"
19442026-05-15T18:31:13.995Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-config_bind_address_https_buffer.6351.3.log"
19452026-05-15T18:31:13.995Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_unversioned_servers_with_versioned_routes.6351.5.log"
19462026-05-15T18:31:13.995Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-config_bind_address_https.6351.0.log"
19472026-05-15T18:31:13.995Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_enum_extractor_error.6351.7.log"
19482026-05-15T18:31:13.999Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19492026-05-15T18:31:13.999Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_enum_user_error.6351.8.log"
19502026-05-15T18:31:13.999Ztest config::test_config_handler_task_mode_cancel ... ok
19512026-05-15T18:31:13.999Ztest config::test_config_handler_task_mode_detached ... ok
19522026-05-15T18:31:13.999Ztest custom_errors::test_enum_user_error ... ok
19532026-05-15T18:31:13.999Ztest custom_errors::test_enum_extractor_error ... ok
19542026-05-15T18:31:13.999Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_struct_user_error.6351.10.log"
19552026-05-15T18:31:14.000Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_struct_extractor_error.6351.9.log"
19562026-05-15T18:31:14.000Ztest custom_errors::test_trait_based_api ... ok
19572026-05-15T18:31:14.000Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_trait_enum_user_error.6351.11.log"
19582026-05-15T18:31:14.000Ztest api_trait::test_api_trait_basic ... ok
19592026-05-15T18:31:14.000Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_trait_struct_user_error.6351.12.log"
19602026-05-15T18:31:14.000Ztest config::test_config_bind_address_http ... ok
19612026-05-15T18:31:14.000Ztest custom_errors::test_struct_user_error ... ok
19622026-05-15T18:31:14.000Ztest custom_errors::test_struct_extractor_error ... ok
19632026-05-15T18:31:14.000Ztest custom_errors::test_trait_enum_user_error ... ok
19642026-05-15T18:31:14.000Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_302_bogus.6351.13.log"
19652026-05-15T18:31:14.000Ztest custom_errors::test_trait_struct_user_error ... ok
19662026-05-15T18:31:14.003Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_307_temporary_redirect.6351.14.log"
19672026-05-15T18:31:14.003Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_delete_request.6351.17.log"
19682026-05-15T18:31:14.003Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_302_found.6351.15.log"
19692026-05-15T18:31:14.003Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_303_see_other.6351.16.log"
19702026-05-15T18:31:14.003Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-demo1.6351.18.log"
19712026-05-15T18:31:14.003Ztest demo::test_302_bogus ... ok
19722026-05-15T18:31:14.003Ztest demo::test_307_temporary_redirect ... ok
19732026-05-15T18:31:14.003Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-demo2json.6351.19.log"
19742026-05-15T18:31:14.003Ztest demo::test_delete_request ... ok
19752026-05-15T18:31:14.003Ztest demo::test_demo1 ... ok
19762026-05-15T18:31:14.003Ztest demo::test_303_see_other ... ok
19772026-05-15T18:31:14.003Ztest demo::test_302_found ... ok
19782026-05-15T18:31:14.003Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-demo2query.6351.20.log"
19792026-05-15T18:31:14.003Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-demo2urlencoded.6351.22.log"
19802026-05-15T18:31:14.003Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-demo3json.6351.21.log"
19812026-05-15T18:31:14.003Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-demo_path_param_string.6351.23.log"
19822026-05-15T18:31:14.003Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-demo_path_param_u32.6351.24.log"
19832026-05-15T18:31:14.003Ztest demo::test_demo_path_param_u32 ... ok
19842026-05-15T18:31:14.004Ztest demo::test_demo3json ... ok
19852026-05-15T18:31:14.007Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-demo_path_param_uuid.6351.25.log"
19862026-05-15T18:31:14.007Ztest demo::test_demo2urlencoded ... ok
19872026-05-15T18:31:14.007Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-demo_websocket.6351.26.log"
19882026-05-15T18:31:14.007Ztest demo::test_demo2query ... ok
19892026-05-15T18:31:14.007Ztest demo::test_demo2json ... ok
19902026-05-15T18:31:14.007Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_head_request.6351.27.log"
19912026-05-15T18:31:14.007Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_header_request.6351.28.log"
19922026-05-15T18:31:14.007Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_large_typed_body.6351.29.log"
19932026-05-15T18:31:14.007Ztest demo::test_demo_path_param_uuid ... ok
19942026-05-15T18:31:14.007Ztest demo::test_demo_path_param_string ... ok
19952026-05-15T18:31:14.007Ztest demo::test_header_request ... ok
19962026-05-15T18:31:14.007Ztest demo::test_head_request ... ok
19972026-05-15T18:31:14.007Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-tet_raw_request.6351.30.log"
19982026-05-15T18:31:14.007Ztest demo::test_demo_websocket ... ok
19992026-05-15T18:31:14.007Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_request_compat.6351.31.log"
20002026-05-15T18:31:14.007Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_request_remote_addr.6351.32.log"
20012026-05-15T18:31:14.007Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_untyped_body.6351.33.log"
20022026-05-15T18:31:14.007Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_streaming_body.6351.34.log"
20032026-05-15T18:31:14.007Ztest demo::test_raw_request ... ok
20042026-05-15T18:31:14.007Ztest demo::test_large_typed_body ... ok
20052026-05-15T18:31:14.007Ztest demo::test_request_compat ... ok
20062026-05-15T18:31:14.007Ztest demo::test_request_remote_addr ... ok
20072026-05-15T18:31:14.007Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-compression_config_disabled.6351.35.log"
20082026-05-15T18:31:14.007Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-graceful_shutdown_with_detached_handler.6351.36.log"
20092026-05-15T18:31:14.007Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-compression_config_enabled.6351.37.log"
20102026-05-15T18:31:14.007Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-compression_disabled_extension.6351.38.log"
20112026-05-15T18:31:14.010Ztest demo::test_streaming_body ... ok
20122026-05-15T18:31:14.010Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-gzip_compression_multiple_encodings.6351.39.log"
20132026-05-15T18:31:14.010Ztest gzip::test_compression_disabled_with_extension ... ok
20142026-05-15T18:31:14.010Ztest demo::test_untyped_body ... ok
20152026-05-15T18:31:14.010Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-gzip_compression_accept_encoding.6351.40.log"
20162026-05-15T18:31:14.010Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-json_suffix_compressed.6351.41.log"
20172026-05-15T18:31:14.012Ztest gzip::test_json_suffix_is_compressed ... ok
20182026-05-15T18:31:14.012Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-no_compression_small_response.6351.42.log"
20192026-05-15T18:31:14.012Ztest gzip::test_no_compression_below_size_threshold ... ok
20202026-05-15T18:31:14.012Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-no_compression_204.6351.43.log"
20212026-05-15T18:31:14.012Ztest gzip::test_no_compression_for_204_no_content ... ok
20222026-05-15T18:31:14.012Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-no_compression_304.6351.44.log"
20232026-05-15T18:31:14.015Ztest gzip::test_no_compression_for_304_not_modified ... ok
20242026-05-15T18:31:14.015Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-no_compression_non_compressible.6351.45.log"
20252026-05-15T18:31:14.015Ztest gzip::test_no_compression_for_non_compressible_content_types ... ok
20262026-05-15T18:31:14.015Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-no_gzip_without_accept.6351.46.log"
20272026-05-15T18:31:14.018Ztest gzip::test_compression_config_disabled ... ok
20282026-05-15T18:31:14.018Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-reject_gzip_quality_zero.6351.47.log"
20292026-05-15T18:31:14.023Ztest gzip::test_no_gzip_without_accept_encoding ... ok
20302026-05-15T18:31:14.026Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-streaming_with_content_type_compressed.6351.48.log"
20312026-05-15T18:31:14.026Ztest gzip::test_compression_config_enabled ... ok
20322026-05-15T18:31:14.026Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-streaming_missing_content_type.6351.49.log"
20332026-05-15T18:31:14.026Ztest gzip::test_streaming_with_content_type_is_compressed ... ok
20342026-05-15T18:31:14.026Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-vary_header_set.6351.50.log"
20352026-05-15T18:31:14.026Ztest gzip::test_gzip_compression_accepts_multiple_encodings ... ok
20362026-05-15T18:31:14.026Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-vary_header_no_gzip.6351.51.log"
20372026-05-15T18:31:14.026Ztest gzip::test_streaming_without_content_type_skips_compression ... ok
20382026-05-15T18:31:14.026Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-xml_suffix_compressed.6351.52.log"
20392026-05-15T18:31:14.029Ztest gzip::test_reject_gzip_with_quality_zero ... ok
20402026-05-15T18:31:14.029Ztest gzip::test_xml_suffix_is_compressed ... ok
20412026-05-15T18:31:14.029Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-multipart_client.6351.53.log"
20422026-05-15T18:31:14.029Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-multipart_client.6351.54.log"
20432026-05-15T18:31:14.029Ztest config::test_config_bind_address_https ... ok
20442026-05-15T18:31:14.029Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-multipart_client.6351.55.log"
20452026-05-15T18:31:14.029Ztest config::test_config_bind_address_https_buffer ... ok
20462026-05-15T18:31:14.029Ztest multipart::missing_boundary ... ok
20472026-05-15T18:31:14.029Ztest multipart::no_content_type ... ok
20482026-05-15T18:31:14.029Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-multipart_client.6351.56.log"
20492026-05-15T18:31:14.029Ztest multipart::test_multipart_client ... ok
20502026-05-15T18:31:14.029Ztest multipart::weird_content_type ... ok
20512026-05-15T18:31:14.029Ztest openapi::test_openapi_custom_error_types ... ok
20522026-05-15T18:31:14.029Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
20532026-05-15T18:31:14.029Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-pagination-basic.6351.57.log"
20542026-05-15T18:31:14.029Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-pagination-multiple-resources.6351.58.log"
20552026-05-15T18:31:14.047Ztest openapi::test_openapi ... ok
20562026-05-15T18:31:14.050Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-pagination-multiple-sorts.6351.59.log"
20572026-05-15T18:31:14.053Ztest openapi::test_openapi_fuller ... ok
20582026-05-15T18:31:14.056Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-basic.6351.60.log"
20592026-05-15T18:31:14.056Ztest gzip::test_vary_header_on_non_gzip_requests ... ok
20602026-05-15T18:31:14.056Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-dictionary.6351.61.log"
20612026-05-15T18:31:14.059Ztest gzip::test_gzip_compression_with_accept_encoding ... ok
20622026-05-15T18:31:14.059Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-empty.6351.62.log"
20632026-05-15T18:31:14.061Ztest gzip::test_vary_header_is_set ... ok
20642026-05-15T18:31:14.062Ztest pagination::test_paginate_empty ... ok
20652026-05-15T18:31:14.062Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-errors.6351.63.log"
20662026-05-15T18:31:14.062Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-extra_params.6351.64.log"
20672026-05-15T18:31:14.064Ztest pagination::test_paginate_errors ... ok
20682026-05-15T18:31:14.064Ztest pagination::test_paginate_extra_params ... ok
20692026-05-15T18:31:14.064Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-required_params.6351.65.log"
20702026-05-15T18:31:14.064Ztest pagination_schema::test_pagination_schema ... ok
20712026-05-15T18:31:14.064Ztest path_names::test_path_names ... ok
20722026-05-15T18:31:14.064Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_no_tls.6351.66.log"
20732026-05-15T18:31:14.067Ztest pagination::test_paginate_with_required_params ... ok
20742026-05-15T18:31:14.067Ztest starter::test_no_tls ... ok
20752026-05-15T18:31:14.067Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_with_tls.6351.67.log"
20762026-05-15T18:31:14.067Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-non_streaming_servers_do_not_use_transfer_encoding.6351.68.log"
20772026-05-15T18:31:14.067Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
20782026-05-15T18:31:14.067Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-streaming_server_buffered_client.6351.69.log"
20792026-05-15T18:31:14.074Ztest streaming::test_streaming_server_buffered_client ... ok
20802026-05-15T18:31:14.077Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-streaming_server_streaming_client.6351.70.log"
20812026-05-15T18:31:14.081Ztest streaming::test_streaming_server_streaming_client ... ok
20822026-05-15T18:31:14.084Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_server_is_http.6351.71.log"
20832026-05-15T18:31:14.084Ztest pagination::test_paginate_basic ... ok
20842026-05-15T18:31:14.085Ztest tls::test_server_is_http ... ok
20852026-05-15T18:31:14.085Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_server_is_https.6351.72.log"
20862026-05-15T18:31:14.085Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_tls_aborted_negotiation.6351.73.log"
20872026-05-15T18:31:14.371Ztest starter::test_with_tls ... ok
20882026-05-15T18:31:14.374Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_tls_certificate_loading.6351.74.log"
20892026-05-15T18:31:14.387Ztest tls::test_server_is_https ... ok
20902026-05-15T18:31:14.390Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_tls_only.6351.75.log"
20912026-05-15T18:31:14.672Ztest pagination::test_paginate_dictionary ... ok
20922026-05-15T18:31:14.675Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_tls_refresh_certificates.6351.76.log"
20932026-05-15T18:31:14.678Ztest tls::test_tls_certificate_loading ... ok
20942026-05-15T18:31:14.678Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_versions.6351.77.log"
20952026-05-15T18:31:14.689Ztest tls::test_tls_aborted_negotiation ... ok
20962026-05-15T18:31:14.692Znote: configured to log to "/tmp/integration_tests-24eef6b5870d0b8d-test_versions_on_missing.6351.78.log"
20972026-05-15T18:31:14.890Ztest pagination::test_example_basic ... ok
20982026-05-15T18:31:14.902Ztest versions::test_versions_openapi ... ok
20992026-05-15T18:31:14.902Ztest versions::test_versions_openapi_same_names ... ok
21002026-05-15T18:31:14.902Ztest versions::test_versions_on_missing ... ok
21012026-05-15T18:31:14.902Ztest versions::test_versions ... ok
21022026-05-15T18:31:17.018Ztest tls::test_tls_only ... ok
21032026-05-15T18:31:17.046Ztest tls::test_tls_refresh_certificates ... ok
21042026-05-15T18:31:17.046Ztest pagination::test_example_multiple_resources ... ok
21052026-05-15T18:31:17.047Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
21062026-05-15T18:31:17.047Ztest pagination::test_example_multiple_sorts ... ok
21072026-05-15T18:31:17.047Z
21082026-05-15T18:31:17.047Ztest result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.24s
21092026-05-15T18:31:17.047Z
21102026-05-15T18:31:17.047Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-b9c625b97bfa0590`
21112026-05-15T18:31:17.047Z
21122026-05-15T18:31:17.047Zrunning 35 tests
21132026-05-15T18:31:17.047Ztest channel::tests::test_channel_operation_id ... ok
21142026-05-15T18:31:17.047Ztest channel::tests::test_channel_with_versions ... ok
21152026-05-15T18:31:17.047Ztest channel::tests::test_channel_with_unnamed_params ... ok
21162026-05-15T18:31:17.047Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
21172026-05-15T18:31:17.047Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
21182026-05-15T18:31:17.047Ztest endpoint::tests::test_endpoint_bad_string ... ok
21192026-05-15T18:31:17.047Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
21202026-05-15T18:31:17.047Ztest doc::tests::test_extract_summary_description ... ok
21212026-05-15T18:31:17.047Ztest endpoint::tests::test_endpoint_bad_versions ... ok
21222026-05-15T18:31:17.047Ztest endpoint::tests::test_endpoint_invalid_item ... ok
21232026-05-15T18:31:17.047Ztest channel::tests::test_channel_with_custom_params ... ok
21242026-05-15T18:31:17.047Ztest endpoint::tests::test_endpoint_no_arguments ... ok
21252026-05-15T18:31:17.047Ztest endpoint::tests::test_endpoint_not_async ... ok
21262026-05-15T18:31:17.047Ztest endpoint::tests::test_endpoint_basic ... ok
21272026-05-15T18:31:17.047Ztest api_trait::tests::test_api_trait_operation_id ... ok
21282026-05-15T18:31:17.047Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
21292026-05-15T18:31:17.047Ztest endpoint::tests::test_endpoint_content_type ... ok
21302026-05-15T18:31:17.047Ztest api_trait::tests::test_api_trait_basic ... ok
21312026-05-15T18:31:17.047Ztest endpoint::tests::test_endpoint_pub_crate ... ok
21322026-05-15T18:31:17.047Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
21332026-05-15T18:31:17.047Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
21342026-05-15T18:31:17.047Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
21352026-05-15T18:31:17.048Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
21362026-05-15T18:31:17.048Ztest endpoint::tests::test_endpoint_with_doc ... ok
21372026-05-15T18:31:17.048Ztest endpoint::tests::test_endpoint_with_query ... ok
21382026-05-15T18:31:17.048Ztest endpoint::tests::test_endpoint_with_tags ... ok
21392026-05-15T18:31:17.048Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
21402026-05-15T18:31:17.048Ztest params::tests::test_extract_rqctx_ty_param ... ok
21412026-05-15T18:31:17.048Ztest syn_parsing::tests::test_busted_function ... ok
21422026-05-15T18:31:17.048Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
21432026-05-15T18:31:17.048Ztest endpoint::tests::test_operation_id ... ok
21442026-05-15T18:31:17.048Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
21452026-05-15T18:31:17.048Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
21462026-05-15T18:31:17.048Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
21472026-05-15T18:31:17.048Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
21482026-05-15T18:31:17.048Z
21492026-05-15T18:31:17.048Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
21502026-05-15T18:31:17.048Z
21512026-05-15T18:31:17.048Z Doc-tests dropshot
21522026-05-15T18:31:17.048Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c74ba8da45e99493.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a3bc3810bd24d862.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-67beb357b0f88e2b.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3ce18c4bd3d9fea4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d25447a587518c78.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-dca5bd5a1007b43e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae4d980fe04d0bf3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ec0f641cfe3a2b8.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-d749a170a3ebf358.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b7503f5a76fdc7dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ed6611ad3cd31398.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-759ecc5c3026d237.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-290e31e21a11c7ce.rlib --extern serde_qs=/work/oxidecomputer/dropshot/target/debug/deps/libserde_qs-126a47dccf88ce09.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ef286609f026e842.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-88b253ecec5bf576.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-6cc54ae43254e438.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-89c8064017d0de10.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4c3696e27c515529.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c4e824125839dfb5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-0f83733cafbce40f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --error-format human`
21532026-05-15T18:31:17.048Z
21542026-05-15T18:31:17.048Zrunning 24 tests
21552026-05-15T18:31:17.048Ztest dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored
21562026-05-15T18:31:18.272Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
21572026-05-15T18:31:18.272Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
21582026-05-15T18:31:18.272Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
21592026-05-15T18:31:18.289Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
21602026-05-15T18:31:21.787Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
21612026-05-15T18:31:21.787Ztest dropshot/src/lib.rs - (line 334) ... ignored
21622026-05-15T18:31:21.790Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
21632026-05-15T18:31:21.910Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok
21642026-05-15T18:31:21.910Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok
21652026-05-15T18:31:21.954Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
21662026-05-15T18:31:22.056Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
21672026-05-15T18:31:22.113Ztest dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok
21682026-05-15T18:31:22.113Ztest dropshot/src/lib.rs - channel (line 1190) ... ignored
21692026-05-15T18:31:22.113Ztest dropshot/src/lib.rs - endpoint (line 1235) ... ignored
21702026-05-15T18:31:23.082Ztest dropshot/src/lib.rs - (line 398) ... ok
21712026-05-15T18:31:23.204Ztest dropshot/src/lib.rs - api_description (line 1055) ... ok
21722026-05-15T18:31:23.250Ztest dropshot/src/lib.rs - (line 661) ... ok
21732026-05-15T18:31:23.314Ztest dropshot/src/lib.rs - api_description (line 1116) ... ok
21742026-05-15T18:31:23.521Ztest dropshot/src/lib.rs - (line 110) ... ok
21752026-05-15T18:31:23.562Ztest dropshot/src/lib.rs - (line 189) ... ok
21762026-05-15T18:31:24.229Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok
21772026-05-15T18:31:26.304Ztest dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok
21782026-05-15T18:31:26.927Ztest dropshot/src/lib.rs - (line 497) ... ok
21792026-05-15T18:31:26.927Z
21802026-05-15T18:31:26.927Ztest result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 9.91s
21812026-05-15T18:31:26.927Z
21822026-05-15T18:31:26.929Zall doctests ran in 10.34s; merged doctests compilation took 0.43s
21832026-05-15T18:31:26.953Z Doc-tests dropshot_endpoint
21842026-05-15T18:31:26.956Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-00990f0d9be884dd.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d62c1f7ce1bee2a6.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-35ee09f2e533313e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-c526d08655933a83.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
21852026-05-15T18:31:27.091Z
21862026-05-15T18:31:27.091Zrunning 0 tests
21872026-05-15T18:31:27.091Z
21882026-05-15T18:31:27.091Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21892026-05-15T18:31:27.091Z
21902026-05-15T18:31:27.126Z
21912026-05-15T18:31:27.129Zreal 2:03.084936141
21922026-05-15T18:31:27.129Zuser 8:55.483007265
21932026-05-15T18:31:27.129Zsys 2:03.175493560
21942026-05-15T18:31:27.129Ztrap 0.379167597
21952026-05-15T18:31:27.129Ztflt 0.199499888
21962026-05-15T18:31:27.129Zdflt 0.214997162
21972026-05-15T18:31:27.129Zkflt 0.000162943
21982026-05-15T18:31:27.129Zlock 36:22.917202262
21992026-05-15T18:31:27.129Zslp 38:45.772137883
22002026-05-15T18:31:27.129Zlat 26.070282685
22012026-05-15T18:31:27.129Zstop 1:05.267671428
22022026-05-15T18:31:27.129Z+ banner docs
22032026-05-15T18:31:27.129Z
22042026-05-15T18:31:27.129Z ##### #### #### ####
22052026-05-15T18:31:27.129Z # # # # # # #
22062026-05-15T18:31:27.129Z # # # # # ####
22072026-05-15T18:31:27.129Z # # # # # #
22082026-05-15T18:31:27.129Z # # # # # # # #
22092026-05-15T18:31:27.129Z ##### #### #### ####
22102026-05-15T18:31:27.129Z
22112026-05-15T18:31:27.129Z+ ptime -m cargo doc --no-deps --lib --bins --examples
22122026-05-15T18:31:27.338Z Compiling proc-macro2 v1.0.106
22132026-05-15T18:31:27.338Z Compiling unicode-ident v1.0.12
22142026-05-15T18:31:27.338Z Checking cfg-if v1.0.0
22152026-05-15T18:31:27.341Z Checking itoa v1.0.17
22162026-05-15T18:31:27.341Z Checking pin-project-lite v0.2.12
22172026-05-15T18:31:27.341Z Compiling quote v1.0.45
22182026-05-15T18:31:27.341Z Checking libc v0.2.186
22192026-05-15T18:31:27.377Z Checking serde_core v1.0.228
22202026-05-15T18:31:27.413Z Checking bytes v1.11.1
22212026-05-15T18:31:27.433Z Checking futures-core v0.3.32
22222026-05-15T18:31:27.455Z Checking smallvec v1.13.2
22232026-05-15T18:31:27.485Z Checking memchr v2.6.0
22242026-05-15T18:31:27.548Z Checking once_cell v1.20.1
22252026-05-15T18:31:27.635Z Checking futures-sink v0.3.32
22262026-05-15T18:31:27.711Z Checking scopeguard v1.2.0
22272026-05-15T18:31:27.725Z Checking slab v0.4.9
22282026-05-15T18:31:27.797Z Checking parking_lot_core v0.9.4
22292026-05-15T18:31:27.806Z Checking lock_api v0.4.6
22302026-05-15T18:31:27.837Z Checking mio v1.2.0
22312026-05-15T18:31:27.867Z Checking signal-hook-registry v1.4.0
22322026-05-15T18:31:27.873Z Checking socket2 v0.6.3
22332026-05-15T18:31:27.979Z Compiling jobserver v0.1.34
22342026-05-15T18:31:27.989Z Checking parking_lot v0.12.1
22352026-05-15T18:31:27.992Z Checking typenum v1.19.0
22362026-05-15T18:31:28.016Z Checking http v1.4.0
22372026-05-15T18:31:28.115Z Checking futures-channel v0.3.32
22382026-05-15T18:31:28.174Z Compiling cc v1.2.60
22392026-05-15T18:31:28.265Z Checking zeroize v1.8.2
22402026-05-15T18:31:28.310Z Compiling syn v2.0.117
22412026-05-15T18:31:28.316Z Checking stable_deref_trait v1.2.0
22422026-05-15T18:31:28.365Z Checking log v0.4.17
22432026-05-15T18:31:28.382Z Checking futures-task v0.3.32
22442026-05-15T18:31:28.403Z Checking futures-io v0.3.32
22452026-05-15T18:31:28.511Z Checking rustls-pki-types v1.14.1
22462026-05-15T18:31:28.518Z Checking httparse v1.10.0
22472026-05-15T18:31:28.518Z Checking zmij v1.0.2
22482026-05-15T18:31:28.601Z Checking writeable v0.5.5
22492026-05-15T18:31:28.648Z Checking litemap v0.7.4
22502026-05-15T18:31:28.680Z Compiling time-core v0.1.8
22512026-05-15T18:31:28.726Z Checking equivalent v1.0.0
22522026-05-15T18:31:28.779Z Checking hashbrown v0.17.0
22532026-05-15T18:31:28.800Z Compiling num-conv v0.2.0
22542026-05-15T18:31:28.806Z Checking powerfmt v0.2.0
22552026-05-15T18:31:28.820Z Checking percent-encoding v2.3.2
22562026-05-15T18:31:28.826Z Checking http-body v1.0.1
22572026-05-15T18:31:28.926Z Compiling cmake v0.1.58
22582026-05-15T18:31:28.936Z Checking serde_json v1.0.149
22592026-05-15T18:31:28.947Z Checking deranged v0.5.5
22602026-05-15T18:31:28.950Z Compiling time-macros v0.2.27
22612026-05-15T18:31:28.957Z Checking crossbeam-utils v0.8.21
22622026-05-15T18:31:29.265Z Checking indexmap v2.14.0
22632026-05-15T18:31:29.277Z Checking tracing-core v0.1.32
22642026-05-15T18:31:29.415Z Checking atomic-waker v1.1.2
22652026-05-15T18:31:29.490Z Compiling aws-lc-sys v0.40.0
22662026-05-15T18:31:29.510Z Checking num_threads v0.1.3
22672026-05-15T18:31:29.557Z Checking untrusted v0.9.0
22682026-05-15T18:31:29.590Z Checking tracing v0.1.40
22692026-05-15T18:31:29.672Z Checking getrandom v0.4.1
22702026-05-15T18:31:29.720Z Checking bitflags v2.11.0
22712026-05-15T18:31:29.771Z Checking icu_locid_transform_data v1.5.0
22722026-05-15T18:31:29.806Z Checking tower-layer v0.3.3
22732026-05-15T18:31:29.837Z Checking base64 v0.22.1
22742026-05-15T18:31:29.849Z Checking try-lock v0.2.3
22752026-05-15T18:31:29.885Z Checking tower-service v0.3.3
22762026-05-15T18:31:29.942Z Checking fnv v1.0.7
22772026-05-15T18:31:29.955Z Checking subtle v2.5.0
22782026-05-15T18:31:29.958Z Checking want v0.3.0
22792026-05-15T18:31:29.971Z Checking generic-array v0.14.5
22802026-05-15T18:31:29.995Z Checking time v0.3.47
22812026-05-15T18:31:30.031Z Checking hybrid-array v0.4.8
22822026-05-15T18:31:30.074Z Checking simd-adler32 v0.3.7
22832026-05-15T18:31:30.082Z Checking httpdate v1.0.1
22842026-05-15T18:31:30.088Z Checking adler2 v2.0.1
22852026-05-15T18:31:30.189Z Checking icu_properties_data v1.5.0
22862026-05-15T18:31:30.213Z Checking miniz_oxide v0.8.9
22872026-05-15T18:31:30.220Z Checking num-traits v0.2.14
22882026-05-15T18:31:30.322Z Checking getrandom v0.3.4
22892026-05-15T18:31:30.413Z Checking crc32fast v1.5.0
22902026-05-15T18:31:30.459Z Checking form_urlencoded v1.2.2
22912026-05-15T18:31:30.480Z Checking errno v0.3.10
22922026-05-15T18:31:30.549Z Checking winnow v1.0.0
22932026-05-15T18:31:30.556Z Checking utf16_iter v1.0.5
22942026-05-15T18:31:30.584Z Checking utf8_iter v1.0.4
22952026-05-15T18:31:30.596Z Checking iana-time-zone v0.1.47
22962026-05-15T18:31:30.664Z Checking icu_normalizer_data v1.5.0
22972026-05-15T18:31:30.672Z Checking ipnet v2.10.0
22982026-05-15T18:31:30.693Z Checking mime v0.3.16
22992026-05-15T18:31:30.699Z Checking write16 v1.0.0
23002026-05-15T18:31:30.722Z Checking flate2 v1.1.9
23012026-05-15T18:31:30.782Z Checking block-buffer v0.12.0
23022026-05-15T18:31:30.835Z Checking toml_parser v1.1.2+spec-1.1.0
23032026-05-15T18:31:30.857Z Checking crypto-common v0.2.1
23042026-05-15T18:31:30.863Z Checking rand_core v0.9.5
23052026-05-15T18:31:30.878Z Checking crypto-common v0.1.6
23062026-05-15T18:31:30.920Z Checking block-buffer v0.10.2
23072026-05-15T18:31:30.988Z Checking toml_datetime v1.1.1+spec-1.1.0
23082026-05-15T18:31:31.017Z Checking serde_spanned v1.1.1
23092026-05-15T18:31:31.022Z Checking thread_local v1.1.4
23102026-05-15T18:31:31.035Z Checking encoding_rs v0.8.32
23112026-05-15T18:31:31.145Z Checking toml_writer v1.1.1+spec-1.1.0
23122026-05-15T18:31:31.170Z Compiling synstructure v0.13.1
23132026-05-15T18:31:31.173Z Compiling serde_derive_internals v0.29.0
23142026-05-15T18:31:31.180Z Checking match_cfg v0.1.0
23152026-05-15T18:31:31.235Z Checking openssl-probe v0.2.1
23162026-05-15T18:31:31.317Z Checking ppv-lite86 v0.2.15
23172026-05-15T18:31:31.339Z Checking compression-core v0.4.32
23182026-05-15T18:31:31.358Z Checking const-oid v0.10.2
23192026-05-15T18:31:31.464Z Checking ryu v1.0.23
23202026-05-15T18:31:31.516Z Checking digest v0.11.2
23212026-05-15T18:31:31.590Z Checking rand_chacha v0.9.0
23222026-05-15T18:31:31.598Z Checking compression-codecs v0.4.38
23232026-05-15T18:31:31.662Z Checking rustls-native-certs v0.8.3
23242026-05-15T18:31:31.691Z Checking toml v1.1.2+spec-1.1.0
23252026-05-15T18:31:31.760Z Checking hostname v0.3.1
23262026-05-15T18:31:31.772Z Checking digest v0.10.7
23272026-05-15T18:31:31.787Z Checking rustix v1.1.4
23282026-05-15T18:31:31.852Z Compiling unicase v2.6.0
23292026-05-15T18:31:31.918Z Checking uuid v1.23.1
23302026-05-15T18:31:31.943Z Checking concurrent-queue v2.5.0
23312026-05-15T18:31:32.023Z Checking crossbeam-channel v0.5.15
23322026-05-15T18:31:32.034Z Checking http-body-util v0.1.3
23332026-05-15T18:31:32.120Z Checking is-terminal v0.4.12
23342026-05-15T18:31:32.202Z Checking sync_wrapper v1.0.1
23352026-05-15T18:31:32.209Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
23362026-05-15T18:31:32.244Z Checking spin v0.9.8
23372026-05-15T18:31:32.288Z Checking fastrand v2.1.1
23382026-05-15T18:31:32.299Z Checking semver v1.0.28
23392026-05-15T18:31:32.350Z Checking parking v2.2.0
23402026-05-15T18:31:32.356Z Checking term v1.1.0
23412026-05-15T18:31:32.412Z Checking take_mut v0.2.2
23422026-05-15T18:31:32.427Z Compiling serde_derive v1.0.228
23432026-05-15T18:31:32.459Z Compiling zerofrom-derive v0.1.5
23442026-05-15T18:31:32.464Z Compiling tokio-macros v2.7.0
23452026-05-15T18:31:32.468Z Compiling yoke-derive v0.7.5
23462026-05-15T18:31:32.495Z Compiling futures-macro v0.3.32
23472026-05-15T18:31:32.506Z Compiling zerovec-derive v0.10.3
23482026-05-15T18:31:32.572Z Compiling displaydoc v0.2.5
23492026-05-15T18:31:33.245Z Checking tokio v1.52.3
23502026-05-15T18:31:33.349Z Compiling icu_provider_macros v1.5.0
23512026-05-15T18:31:33.366Z Checking futures-util v0.3.32
23522026-05-15T18:31:33.522Z Compiling thiserror-impl v2.0.18
23532026-05-15T18:31:33.585Z Compiling schemars_derive v0.8.22
23542026-05-15T18:31:33.688Z Checking zerofrom v0.1.5
23552026-05-15T18:31:33.809Z Checking yoke v0.7.5
23562026-05-15T18:31:33.953Z Compiling async-stream-impl v0.3.6
23572026-05-15T18:31:33.992Z Checking zerovec v0.10.4
23582026-05-15T18:31:34.617Z Checking dyn-clone v1.0.4
23592026-05-15T18:31:34.704Z Checking cpufeatures v0.2.17
23602026-05-15T18:31:34.707Z Checking tinystr v0.7.6
23612026-05-15T18:31:34.810Z Checking icu_collections v1.5.0
23622026-05-15T18:31:34.816Z Checking thiserror v2.0.18
23632026-05-15T18:31:34.909Z Checking cpufeatures v0.3.0
23642026-05-15T18:31:34.924Z Checking icu_locid v1.5.0
23652026-05-15T18:31:34.976Z Checking sha1 v0.11.0
23662026-05-15T18:31:35.145Z Checking sha1 v0.10.6
23672026-05-15T18:31:35.152Z Checking async-stream v0.3.6
23682026-05-15T18:31:35.196Z Checking tempfile v3.27.0
23692026-05-15T18:31:35.208Z Checking serde v1.0.228
23702026-05-15T18:31:35.298Z Checking event-listener v5.0.0
23712026-05-15T18:31:35.377Z Checking icu_provider v1.5.0
23722026-05-15T18:31:35.384Z Checking futures-executor v0.3.32
23732026-05-15T18:31:35.394Z Checking multer v3.1.0
23742026-05-15T18:31:35.503Z Compiling async-trait v0.1.89
23752026-05-15T18:31:35.526Z Checking futures v0.3.32
23762026-05-15T18:31:35.598Z Compiling mime_guess v2.0.5
23772026-05-15T18:31:35.607Z Checking rand v0.9.2
23782026-05-15T18:31:35.635Z Checking erased-serde v0.3.31
23792026-05-15T18:31:35.677Z Checking icu_locid_transform v1.5.0
23802026-05-15T18:31:35.798Z Checking chrono v0.4.44
23812026-05-15T18:31:36.022Z Checking slog v2.8.2
23822026-05-15T18:31:36.073Z Compiling serde_tokenstream v0.2.3
23832026-05-15T18:31:36.147Z Checking serde_urlencoded v0.7.1
23842026-05-15T18:31:36.147Z Checking icu_properties v1.5.1
23852026-05-15T18:31:36.289Z Checking slog-json v2.6.1
23862026-05-15T18:31:36.352Z Checking slog-async v2.8.0
23872026-05-15T18:31:36.367Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23882026-05-15T18:31:36.443Z Checking slog-bunyan v2.5.0
23892026-05-15T18:31:36.470Z Checking tokio-util v0.7.18
23902026-05-15T18:31:36.507Z Checking tower v0.5.2
23912026-05-15T18:31:36.525Z Checking async-compression v0.4.42
23922026-05-15T18:31:36.549Z Checking openapiv3 v2.2.0
23932026-05-15T18:31:36.681Z Checking slog-term v2.9.2
23942026-05-15T18:31:36.784Z Checking schemars v0.8.22
23952026-05-15T18:31:36.889Z Checking h2 v0.4.6
23962026-05-15T18:31:36.914Z Checking serde_qs v1.1.1
23972026-05-15T18:31:36.943Z Checking rustix v0.38.44
23982026-05-15T18:31:37.196Z Checking camino v1.2.2
23992026-05-15T18:31:37.412Z Checking waitgroup v0.1.2
24002026-05-15T18:31:37.442Z Checking serde_path_to_error v0.1.20
24012026-05-15T18:31:37.509Z Checking rustls-pemfile v2.2.0
24022026-05-15T18:31:37.548Z Checking hostname v0.4.2
24032026-05-15T18:31:37.577Z Checking icu_normalizer v1.5.0
24042026-05-15T18:31:37.642Z Checking debug-ignore v1.0.5
24052026-05-15T18:31:37.649Z Checking unicode-segmentation v1.10.0
24062026-05-15T18:31:37.715Z Checking iri-string v0.7.8
24072026-05-15T18:31:37.737Z Checking lazy_static v1.5.0
24082026-05-15T18:31:37.832Z Checking data-encoding v2.4.0
24092026-05-15T18:31:37.885Z Checking unicode-width v0.1.9
24102026-05-15T18:31:37.937Z Checking newline-converter v0.3.0
24112026-05-15T18:31:37.954Z Checking idna_adapter v1.2.0
24122026-05-15T18:31:37.986Z Checking console v0.15.7
24132026-05-15T18:31:38.038Z Checking atomicwrites v0.4.4
24142026-05-15T18:31:38.073Z Checking idna v1.0.3
24152026-05-15T18:31:38.089Z Checking tungstenite v0.29.0
24162026-05-15T18:31:38.172Z Checking target-triple v1.0.0
24172026-05-15T18:31:38.245Z Checking event-listener-strategy v0.5.4
24182026-05-15T18:31:38.253Z Checking yasna v0.5.2
24192026-05-15T18:31:38.329Z Checking url v2.5.4
24202026-05-15T18:31:38.416Z Checking pem v3.0.6
24212026-05-15T18:31:38.519Z Checking similar v2.2.1
24222026-05-15T18:31:38.527Z Checking glob v0.3.0
24232026-05-15T18:31:38.572Z Checking termcolor v1.1.2
24242026-05-15T18:31:38.638Z Checking tokio-tungstenite v0.29.0
24252026-05-15T18:31:38.715Z Checking async-channel v2.5.0
24262026-05-15T18:31:38.755Z Checking trybuild v1.0.116
24272026-05-15T18:31:38.763Z Checking tower-http v0.6.8
24282026-05-15T18:31:38.766Z Checking hyper v1.9.0
24292026-05-15T18:31:38.847Z Checking expectorate v1.2.0
24302026-05-15T18:31:38.885Z Checking anyhow v1.0.102
24312026-05-15T18:31:38.888Z Checking buf-list v1.1.2
24322026-05-15T18:31:38.967Z Checking subprocess v1.1.0
24332026-05-15T18:31:39.050Z Checking heck v0.5.0
24342026-05-15T18:31:39.655Z Checking hyper-util v0.1.20
24352026-05-15T18:31:42.078Z Documenting dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24362026-05-15T18:31:44.794Z Compiling aws-lc-rs v1.16.3
24372026-05-15T18:31:44.807Z Compiling rustls v0.23.40
24382026-05-15T18:31:45.861Z Checking rustls-webpki v0.103.13
24392026-05-15T18:31:45.862Z Checking rcgen v0.14.7
24402026-05-15T18:31:48.083Z Checking tokio-rustls v0.26.4
24412026-05-15T18:31:48.083Z Checking rustls-platform-verifier v0.6.2
24422026-05-15T18:31:48.269Z Checking hyper-rustls v0.27.9
24432026-05-15T18:31:48.273Z Documenting dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
24442026-05-15T18:31:48.442Z Checking reqwest v0.13.3
24452026-05-15T18:31:49.643Zwarning: unresolved link to `Query`
24462026-05-15T18:31:49.643Z --> dropshot/src/extractor/header.rs:26:29
24472026-05-15T18:31:49.643Z |
24482026-05-15T18:31:49.643Z26 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
24492026-05-15T18:31:49.643Z | ^^^^^ no item named `Query` in scope
24502026-05-15T18:31:49.643Z |
24512026-05-15T18:31:49.643Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
24522026-05-15T18:31:49.643Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
24532026-05-15T18:31:49.643Z
24542026-05-15T18:31:49.643Zwarning: unresolved link to `Path`
24552026-05-15T18:31:49.643Z --> dropshot/src/extractor/header.rs:26:43
24562026-05-15T18:31:49.643Z |
24572026-05-15T18:31:49.643Z26 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
24582026-05-15T18:31:49.643Z | ^^^^ no item named `Path` in scope
24592026-05-15T18:31:49.643Z |
24602026-05-15T18:31:49.643Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
24612026-05-15T18:31:49.643Z
24622026-05-15T18:31:49.926Zwarning: `dropshot` (lib doc) generated 2 warnings
24632026-05-15T18:31:53.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.67s
24642026-05-15T18:31:53.856Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
24652026-05-15T18:31:53.872Z
24662026-05-15T18:31:53.874Zreal 26.726056219
24672026-05-15T18:31:53.874Zuser 1:48.253262022
24682026-05-15T18:31:53.874Zsys 30.803757082
24692026-05-15T18:31:53.874Ztrap 0.049185279
24702026-05-15T18:31:53.874Ztflt 0.015284946
24712026-05-15T18:31:53.874Zdflt 0.046776996
24722026-05-15T18:31:53.874Zkflt 0.000073275
24732026-05-15T18:31:53.874Zlock 4:54.283126525
24742026-05-15T18:31:53.874Zslp 5:25.019756328
24752026-05-15T18:31:53.874Zlat 4.482421300
24762026-05-15T18:31:53.874Zstop 13.266963274
24772026-05-15T18:31:53.874Zprocess exited: duration 249319 ms, exit code 0
 
24782026-05-15T18:31:53.880Zfound 0 output files