01KFWAG9G6E6Y4AS2M68HDN13A: build-and-test / illumos

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

Buildomat Job: 01KFWAGMC1TVQSC8WM4V2H59Z2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-26T04:56:52.442Zjob assigned to worker 01KFWAGNWG2Z5XF45FRT7GMA7V [factory aws, i-01a2a1a0041f625f8] (queued for 1 m 13 s)
 
22026-01-26T04:57:00.894Zstarting task 0: "setup"
32026-01-26T04:57:00.899Z++ uname -s
42026-01-26T04:57:00.902Z+ kern=SunOS
52026-01-26T04:57:00.902Z+ build_user=build
62026-01-26T04:57:00.902Z+ build_uid=12345
72026-01-26T04:57:00.902Z+ work_dir=/work
82026-01-26T04:57:00.902Z+ input_dir=/input
92026-01-26T04:57:00.902Z+ [[ 0 == 12345 ]]
102026-01-26T04:57:00.902Z+ case "$kern" in
112026-01-26T04:57:00.902Z+ groupadd -g 12345 build
122026-01-26T04:57:00.905Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-26T04:57:02.912Z+ zfs create -o mountpoint=/work rpool/work
142026-01-26T04:57:03.038Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-26T04:57:03.041Z+ home_fs=zfs
162026-01-26T04:57:03.041Z+ [[ zfs == autofs ]]
172026-01-26T04:57:03.041Z+ mkdir -p /home/build
182026-01-26T04:57:03.044Z+ chown build:build /home/build /work
192026-01-26T04:57:04.046Z+ chmod 0700 /home/build /work
202026-01-26T04:57:04.049Zprocess exited: duration 3156 ms, exit code 0
 
212026-01-26T04:57:04.055Zstarting task 1: "rust-toolchain"
222026-01-26T04:57:04.060Z * rust toolchain channel = "stable"
232026-01-26T04:57:04.060Z * rust toolchain profile = "default"
242026-01-26T04:57:04.060Z+ printf ' * rust toolchain channel = "%s"\n' stable
252026-01-26T04:57:04.060Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-01-26T04:57:04.060Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-26T04:57:04.060Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-26T04:57:04.063Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-26T04:57:04.063Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-01-26T04:57:04.188Zinfo: downloading installer
312026-01-26T04:57:06.149Zwarn: It looks like you have an existing installation of Rust at:
322026-01-26T04:57:06.149Zwarn: /opt/ooce/bin
332026-01-26T04:57:06.149Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-26T04:57:06.149Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-26T04:57:06.149Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-26T04:57:06.149Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-26T04:57:06.149Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-26T04:57:06.149Zerror: cannot install while Rust is installed
392026-01-26T04:57:06.149Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-26T04:57:06.163Zinfo: profile set to 'default'
412026-01-26T04:57:06.163Zinfo: default host triple is x86_64-unknown-illumos
422026-01-26T04:57:06.166Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-01-26T04:57:06.330Zinfo: latest update on 2026-01-22, rust version 1.93.0 (254b59607 2026-01-19)
442026-01-26T04:57:06.330Zinfo: downloading component 'cargo'
452026-01-26T04:57:07.874Zinfo: downloading component 'clippy'
462026-01-26T04:57:08.778Zinfo: downloading component 'rust-docs'
472026-01-26T04:57:10.056Zinfo: downloading component 'rust-std'
482026-01-26T04:57:12.145Zinfo: downloading component 'rustc'
492026-01-26T04:57:22.928Zinfo: downloading component 'rustfmt'
502026-01-26T04:57:23.440Zinfo: installing component 'cargo'
512026-01-26T04:57:24.384Zinfo: installing component 'clippy'
522026-01-26T04:57:24.788Zinfo: installing component 'rust-docs'
532026-01-26T04:57:26.845Zinfo: installing component 'rust-std'
542026-01-26T04:57:28.646Zinfo: installing component 'rustc'
552026-01-26T04:57:35.469Zinfo: installing component 'rustfmt'
562026-01-26T04:57:35.799Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-01-26T04:57:35.799Z
582026-01-26T04:57:36.307Z stable-x86_64-unknown-illumos installed - rustc 1.93.0 (254b59607 2026-01-19)
592026-01-26T04:57:36.307Z
602026-01-26T04:57:36.310Z
612026-01-26T04:57:36.310ZRust is installed now. Great!
622026-01-26T04:57:36.310Z
632026-01-26T04:57:36.310ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-26T04:57:36.310Zenvironment variable. This has not been done automatically.
652026-01-26T04:57:36.310Z
662026-01-26T04:57:36.310ZTo configure your current shell, you need to source
672026-01-26T04:57:36.310Zthe corresponding env file under $HOME/.cargo.
682026-01-26T04:57:36.310Z
692026-01-26T04:57:36.310ZThis is usually done by running one of the following (note the leading DOT):
702026-01-26T04:57:36.310Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-26T04:57:36.310Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-26T04:57:36.311Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-26T04:57:36.407Z+ rustup --version
742026-01-26T04:57:36.419Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-26T04:57:36.422Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-26T04:57:36.498Zinfo: The currently active `rustc` version is `rustc 1.93.0 (254b59607 2026-01-19)`
772026-01-26T04:57:36.502Z+ cargo --version
782026-01-26T04:57:36.561Zcargo 1.93.0 (083ac5135 2025-12-15)
792026-01-26T04:57:36.564Z+ rustc --version
802026-01-26T04:57:36.630Zrustc 1.93.0 (254b59607 2026-01-19)
812026-01-26T04:57:36.635Zprocess exited: duration 32578 ms, exit code 0
 
822026-01-26T04:57:36.641Zstarting task 2: "authentication"
832026-01-26T04:57:36.664Zprocess exited: duration 22 ms, exit code 0
 
842026-01-26T04:57:36.670Zstarting task 3: "clone repository"
852026-01-26T04:57:36.708Z+ mkdir -p /work/oxidecomputer/dropshot
862026-01-26T04:57:36.708Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
872026-01-26T04:57:36.713ZCloning into '/work/oxidecomputer/dropshot'...
882026-01-26T04:57:37.677Z+ cd /work/oxidecomputer/dropshot
892026-01-26T04:57:37.677Z+ git fetch origin 4b1e650bf7e8e69d30514feee7d6012b53f7e830
902026-01-26T04:57:37.962ZFrom https://github.com/oxidecomputer/dropshot
912026-01-26T04:57:37.962Z * branch 4b1e650bf7e8e69d30514feee7d6012b53f7e830 -> FETCH_HEAD
922026-01-26T04:57:37.971Z+ [[ -n '' ]]
932026-01-26T04:57:37.971Z+ git reset --hard 4b1e650bf7e8e69d30514feee7d6012b53f7e830
942026-01-26T04:57:37.994ZHEAD is now at 4b1e650 Bump quote from 1.0.43 to 1.0.44
952026-01-26T04:57:37.997Zprocess exited: duration 1325 ms, exit code 0
 
962026-01-26T04:57:38.003Zstarting task 4: "build"
972026-01-26T04:57:38.008Z+ cargo --version
982026-01-26T04:57:38.016Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
992026-01-26T04:57:38.217Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1002026-01-26T04:57:38.220Zinfo: downloading component 'cargo'
1012026-01-26T04:57:39.433Zinfo: downloading component 'clippy'
1022026-01-26T04:57:40.060Zinfo: downloading component 'rust-docs'
1032026-01-26T04:57:41.293Zinfo: downloading component 'rust-std'
1042026-01-26T04:57:43.755Zinfo: downloading component 'rustc'
1052026-01-26T04:57:54.364Zinfo: downloading component 'rustfmt'
1062026-01-26T04:57:54.893Zinfo: installing component 'cargo'
1072026-01-26T04:57:55.830Zinfo: installing component 'clippy'
1082026-01-26T04:57:56.227Zinfo: installing component 'rust-docs'
1092026-01-26T04:57:58.150Zinfo: installing component 'rust-std'
1102026-01-26T04:57:59.987Zinfo: installing component 'rustc'
1112026-01-26T04:58:06.774Zinfo: installing component 'rustfmt'
1122026-01-26T04:58:07.222Zcargo 1.92.0 (344c4567c 2025-10-21)
1132026-01-26T04:58:07.225Z+ rustc --version
1142026-01-26T04:58:07.313Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1152026-01-26T04:58:07.318Z+ banner build
1162026-01-26T04:58:07.322Z
1172026-01-26T04:58:07.322Z ##### # # # # #####
1182026-01-26T04:58:07.322Z # # # # # # # #
1192026-01-26T04:58:07.322Z ##### # # # # # #
1202026-01-26T04:58:07.322Z # # # # # # # #
1212026-01-26T04:58:07.322Z # # # # # # # #
1222026-01-26T04:58:07.322Z ##### #### # ###### #####
1232026-01-26T04:58:07.322Z
1242026-01-26T04:58:07.325Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1252026-01-26T04:58:07.484Z Updating crates.io index
1262026-01-26T04:58:09.171Z Downloading crates ...
1272026-01-26T04:58:09.237Z Downloaded async-stream-impl v0.3.6
1282026-01-26T04:58:09.244Z Downloaded asn1-rs-derive v0.6.0
1292026-01-26T04:58:09.248Z Downloaded byteorder v1.4.3
1302026-01-26T04:58:09.251Z Downloaded anyhow v1.0.100
1312026-01-26T04:58:09.255Z Downloaded bytes v1.11.0
1322026-01-26T04:58:09.259Z Downloaded asn1-rs v0.7.1
1332026-01-26T04:58:09.266Z Downloaded futures-executor v0.3.31
1342026-01-26T04:58:09.270Z Downloaded debug-ignore v1.0.5
1352026-01-26T04:58:09.274Z Downloaded futures-macro v0.3.31
1362026-01-26T04:58:09.277Z Downloaded getrandom v0.3.1
1372026-01-26T04:58:09.280Z Downloaded futures-io v0.3.31
1382026-01-26T04:58:09.280Z Downloaded displaydoc v0.2.5
1392026-01-26T04:58:09.283Z Downloaded futures-core v0.3.31
1402026-01-26T04:58:09.286Z Downloaded form_urlencoded v1.2.2
1412026-01-26T04:58:09.286Z Downloaded foreign-types-shared v0.1.1
1422026-01-26T04:58:09.290Z Downloaded deranged v0.3.11
1432026-01-26T04:58:09.290Z Downloaded icu_normalizer_data v1.5.0
1442026-01-26T04:58:09.293Z Downloaded hostname v0.4.2
1452026-01-26T04:58:09.296Z Downloaded h2 v0.4.6
1462026-01-26T04:58:09.300Z Downloaded httparse v1.10.0
1472026-01-26T04:58:09.303Z Downloaded litemap v0.7.4
1482026-01-26T04:58:09.307Z Downloaded httpdate v1.0.1
1492026-01-26T04:58:09.310Z Downloaded bitflags v2.4.0
1502026-01-26T04:58:09.310Z Downloaded event-listener v5.0.0
1512026-01-26T04:58:09.314Z Downloaded hostname v0.3.1
1522026-01-26T04:58:09.317Z Downloaded hyper-tls v0.6.0
1532026-01-26T04:58:09.317Z Downloaded foreign-types v0.3.2
1542026-01-26T04:58:09.320Z Downloaded serde_urlencoded v0.7.1
1552026-01-26T04:58:09.323Z Downloaded autocfg v1.1.0
1562026-01-26T04:58:09.323Z Downloaded http-body v1.0.1
1572026-01-26T04:58:09.326Z Downloaded cfg-if v1.0.0
1582026-01-26T04:58:09.327Z Downloaded heck v0.5.0
1592026-01-26T04:58:09.327Z Downloaded camino v1.2.2
1602026-01-26T04:58:09.330Z Downloaded errno v0.3.10
1612026-01-26T04:58:09.333Z Downloaded futures-channel v0.3.31
1622026-01-26T04:58:09.336Z Downloaded event-listener-strategy v0.5.4
1632026-01-26T04:58:09.336Z Downloaded dtrace-parser v0.3.0
1642026-01-26T04:58:09.340Z Downloaded equivalent v1.0.0
1652026-01-26T04:58:09.340Z Downloaded crypto-common v0.1.6
1662026-01-26T04:58:09.340Z Downloaded asn1-rs-impl v0.2.0
1672026-01-26T04:58:09.343Z Downloaded data-encoding v2.4.0
1682026-01-26T04:58:09.343Z Downloaded glob v0.3.0
1692026-01-26T04:58:09.347Z Downloaded itoa v1.0.1
1702026-01-26T04:58:09.347Z Downloaded atomic-waker v1.1.2
1712026-01-26T04:58:09.350Z Downloaded block-buffer v0.10.2
1722026-01-26T04:58:09.350Z Downloaded scroll_derive v0.13.1
1732026-01-26T04:58:09.354Z Downloaded http-range v0.1.4
1742026-01-26T04:58:09.354Z Downloaded lazy_static v1.5.0
1752026-01-26T04:58:09.357Z Downloaded icu_provider_macros v1.5.0
1762026-01-26T04:58:09.357Z Downloaded fastrand v2.1.1
1772026-01-26T04:58:09.360Z Downloaded futures-task v0.3.31
1782026-01-26T04:58:09.360Z Downloaded serde_derive_internals v0.29.0
1792026-01-26T04:58:09.363Z Downloaded hyper-staticfile v0.10.1
1802026-01-26T04:58:09.367Z Downloaded digest v0.10.7
1812026-01-26T04:58:09.367Z Downloaded cpufeatures v0.2.2
1822026-01-26T04:58:09.370Z Downloaded sha2 v0.10.8
1832026-01-26T04:58:09.373Z Downloaded dof v0.4.0
1842026-01-26T04:58:09.373Z Downloaded is-terminal v0.4.12
1852026-01-26T04:58:09.373Z Downloaded atomicwrites v0.4.4
1862026-01-26T04:58:09.377Z Downloaded async-stream v0.3.6
1872026-01-26T04:58:09.380Z Downloaded schema-derive v0.1.0
1882026-01-26T04:58:09.380Z Downloaded parking_lot v0.12.1
1892026-01-26T04:58:09.383Z Downloaded subtle v2.5.0
1902026-01-26T04:58:09.383Z Downloaded target-triple v1.0.0
1912026-01-26T04:58:09.387Z Downloaded native-tls v0.2.12
1922026-01-26T04:58:09.387Z Downloaded num-traits v0.2.14
1932026-01-26T04:58:09.391Z Downloaded take_mut v0.2.2
1942026-01-26T04:58:09.391Z Downloaded futures-sink v0.3.31
1952026-01-26T04:58:09.395Z Downloaded idna_adapter v1.2.0
1962026-01-26T04:58:09.395Z Downloaded schemars_derive v0.8.22
1972026-01-26T04:58:09.395Z Downloaded socket2 v0.6.0
1982026-01-26T04:58:09.398Z Downloaded time-core v0.1.2
1992026-01-26T04:58:09.398Z Downloaded proc-macro2 v1.0.105
2002026-01-26T04:58:09.403Z Downloaded thread-id v5.0.0
2012026-01-26T04:58:09.406Z Downloaded async-channel v2.5.0
2022026-01-26T04:58:09.406Z Downloaded rustls-native-certs v0.7.0
2032026-01-26T04:58:09.410Z Downloaded icu_locid_transform v1.5.0
2042026-01-26T04:58:09.410Z Downloaded fnv v1.0.7
2052026-01-26T04:58:09.413Z Downloaded base64 v0.22.1
2062026-01-26T04:58:09.417Z Downloaded rand v0.8.4
2072026-01-26T04:58:09.420Z Downloaded tinyvec_macros v0.1.0
2082026-01-26T04:58:09.420Z Downloaded num-bigint v0.4.3
2092026-01-26T04:58:09.425Z Downloaded pest_derive v2.8.1
2102026-01-26T04:58:09.428Z Downloaded icu_properties v1.5.1
2112026-01-26T04:58:09.434Z Downloaded version_check v0.9.5
2122026-01-26T04:58:09.434Z Downloaded portable-atomic v1.9.0
2132026-01-26T04:58:09.438Z Downloaded tower-service v0.3.3
2142026-01-26T04:58:09.442Z Downloaded pin-utils v0.1.0
2152026-01-26T04:58:09.442Z Downloaded mio v1.0.3
2162026-01-26T04:58:09.445Z Downloaded dyn-clone v1.0.4
2172026-01-26T04:58:09.452Z Downloaded mime v0.3.16
2182026-01-26T04:58:09.452Z Downloaded iana-time-zone v0.1.47
2192026-01-26T04:58:09.457Z Downloaded http-body-util v0.1.3
2202026-01-26T04:58:09.457Z Downloaded rustls-webpki v0.102.8
2212026-01-26T04:58:09.471Z Downloaded zerofrom v0.1.5
2222026-01-26T04:58:09.474Z Downloaded memmap2 v0.9.8
2232026-01-26T04:58:09.474Z Downloaded try-lock v0.2.3
2242026-01-26T04:58:09.477Z Downloaded time-macros v0.2.18
2252026-01-26T04:58:09.477Z Downloaded thiserror-impl v2.0.18
2262026-01-26T04:58:09.480Z Downloaded usdt v0.6.0
2272026-01-26T04:58:09.480Z Downloaded async-trait v0.1.89
2282026-01-26T04:58:09.483Z Downloaded similar v2.2.1
2292026-01-26T04:58:09.489Z Downloaded utf8_iter v1.0.4
2302026-01-26T04:58:09.491Z Downloaded utf-8 v0.7.6
2312026-01-26T04:58:09.492Z Downloaded usdt-macro v0.6.0
2322026-01-26T04:58:09.495Z Downloaded want v0.3.0
2332026-01-26T04:58:09.495Z Downloaded console v0.15.7
2342026-01-26T04:58:09.498Z Downloaded tokio-rustls v0.25.0
2352026-01-26T04:58:09.501Z Downloaded scopeguard v1.2.0
2362026-01-26T04:58:09.501Z Downloaded tokio-tungstenite v0.24.0
2372026-01-26T04:58:09.504Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2382026-01-26T04:58:09.504Z Downloaded thiserror v2.0.18
2392026-01-26T04:58:09.510Z Downloaded write16 v1.0.0
2402026-01-26T04:58:09.513Z Downloaded toml_writer v1.0.6+spec-1.1.0
2412026-01-26T04:58:09.513Z Downloaded ppv-lite86 v0.2.15
2422026-01-26T04:58:09.516Z Downloaded powerfmt v0.2.0
2432026-01-26T04:58:09.516Z Downloaded serde v1.0.228
2442026-01-26T04:58:09.519Z Downloaded plain v0.2.3
2452026-01-26T04:58:09.522Z Downloaded log v0.4.17
2462026-01-26T04:58:09.522Z Downloaded ipnet v2.10.0
2472026-01-26T04:58:09.525Z Downloaded signal-hook-registry v1.4.0
2482026-01-26T04:58:09.528Z Downloaded serde_path_to_error v0.1.20
2492026-01-26T04:58:09.528Z Downloaded tempfile v3.24.0
2502026-01-26T04:58:09.531Z Downloaded rand_core v0.6.3
2512026-01-26T04:58:09.531Z Downloaded pkg-config v0.3.31
2522026-01-26T04:58:09.534Z Downloaded termcolor v1.1.2
2532026-01-26T04:58:09.537Z Downloaded schema v0.1.0
2542026-01-26T04:58:09.537Z Downloaded rustc-hash v2.0.0
2552026-01-26T04:58:09.537Z Downloaded icu_locid_transform_data v1.5.0
2562026-01-26T04:58:09.540Z Downloaded generic-array v0.14.5
2572026-01-26T04:58:09.540Z Downloaded openssl-macros v0.1.1
2582026-01-26T04:58:09.543Z Downloaded unicase v2.6.0
2592026-01-26T04:58:09.543Z Downloaded num-integer v0.1.46
2602026-01-26T04:58:09.546Z Downloaded match_cfg v0.1.0
2612026-01-26T04:58:09.546Z Downloaded stable_deref_trait v1.2.0
2622026-01-26T04:58:09.546Z Downloaded sha1 v0.10.6
2632026-01-26T04:58:09.550Z Downloaded untrusted v0.9.0
2642026-01-26T04:58:09.550Z Downloaded synstructure v0.13.1
2652026-01-26T04:58:09.553Z Downloaded serde_spanned v1.0.4
2662026-01-26T04:58:09.553Z Downloaded openssl-probe v0.1.4
2672026-01-26T04:58:09.553Z Downloaded term v1.1.0
2682026-01-26T04:58:09.556Z Downloaded tinyvec v1.5.1
2692026-01-26T04:58:09.559Z Downloaded tokio-rustls v0.26.0
2702026-01-26T04:58:09.562Z Downloaded toml_parser v1.0.6+spec-1.1.0
2712026-01-26T04:58:09.565Z Downloaded tokio-native-tls v0.3.1
2722026-01-26T04:58:09.565Z Downloaded yoke v0.7.5
2732026-01-26T04:58:09.567Z Downloaded lock_api v0.4.6
2742026-01-26T04:58:09.567Z Downloaded slog-json v2.6.1
2752026-01-26T04:58:09.570Z Downloaded trybuild v1.0.114
2762026-01-26T04:58:09.573Z Downloaded simple-mermaid v0.2.0
2772026-01-26T04:58:09.576Z Downloaded slab v0.4.9
2782026-01-26T04:58:09.579Z Downloaded semver v1.0.27
2792026-01-26T04:58:09.579Z Downloaded slog-async v2.8.0
2802026-01-26T04:58:09.582Z Downloaded rustls-pemfile v2.2.0
2812026-01-26T04:58:09.582Z Downloaded icu_provider v1.5.0
2822026-01-26T04:58:09.585Z Downloaded ucd-trie v0.1.6
2832026-01-26T04:58:09.588Z Downloaded typenum v1.14.0
2842026-01-26T04:58:09.591Z Downloaded yoke-derive v0.7.5
2852026-01-26T04:58:09.591Z Downloaded tower-layer v0.3.3
2862026-01-26T04:58:09.591Z Downloaded zerovec-derive v0.10.3
2872026-01-26T04:58:09.594Z Downloaded slog-bunyan v2.5.0
2882026-01-26T04:58:09.594Z Downloaded rustversion v1.0.22
2892026-01-26T04:58:09.597Z Downloaded usdt-impl v0.6.0
2902026-01-26T04:58:09.600Z Downloaded unicode-ident v1.0.12
2912026-01-26T04:58:09.600Z Downloaded serde_core v1.0.228
2922026-01-26T04:58:09.603Z Downloaded slog-term v2.9.2
2932026-01-26T04:58:09.606Z Downloaded toml v0.9.11+spec-1.1.0
2942026-01-26T04:58:09.610Z Downloaded zeroize v1.7.0
2952026-01-26T04:58:09.614Z Downloaded zerofrom-derive v0.1.5
2962026-01-26T04:58:09.614Z Downloaded der-parser v10.0.0
2972026-01-26T04:58:09.617Z Downloaded yasna v0.5.2
2982026-01-26T04:58:09.617Z Downloaded utf16_iter v1.0.5
2992026-01-26T04:58:09.620Z Downloaded tracing-core v0.1.32
3002026-01-26T04:58:09.623Z Downloaded shlex v1.3.0
3012026-01-26T04:58:09.623Z Downloaded tungstenite v0.24.0
3022026-01-26T04:58:09.626Z Downloaded quinn-udp v0.5.5
3032026-01-26T04:58:09.630Z Downloaded oid-registry v0.8.1
3042026-01-26T04:58:09.630Z Downloaded quote v1.0.44
3052026-01-26T04:58:09.632Z Downloaded http v1.4.0
3062026-01-26T04:58:09.636Z Downloaded zmij v1.0.2
3072026-01-26T04:58:09.639Z Downloaded ryu v1.0.5
3082026-01-26T04:58:09.639Z Downloaded scroll v0.13.0
3092026-01-26T04:58:09.642Z Downloaded pretty-hex v0.4.1
3102026-01-26T04:58:09.642Z Downloaded percent-encoding v2.3.2
3112026-01-26T04:58:09.645Z Downloaded writeable v0.5.5
3122026-01-26T04:58:09.645Z Downloaded openssl v0.10.72
3132026-01-26T04:58:09.652Z Downloaded subprocess v0.2.13
3142026-01-26T04:58:09.656Z Downloaded url v2.5.4
3152026-01-26T04:58:09.660Z Downloaded serde_derive v1.0.228
3162026-01-26T04:58:09.663Z Downloaded uuid v1.19.0
3172026-01-26T04:58:09.666Z Downloaded socket2 v0.5.9
3182026-01-26T04:58:09.669Z Downloaded tracing v0.1.40
3192026-01-26T04:58:09.674Z Downloaded hyper-util v0.1.19
3202026-01-26T04:58:09.677Z Downloaded indexmap v2.13.0
3212026-01-26T04:58:09.702Z Downloaded tokio-util v0.7.7
3222026-01-26T04:58:09.706Z Downloaded expectorate v1.2.0
3232026-01-26T04:58:09.706Z Downloaded cc v1.2.16
3242026-01-26T04:58:09.706Z Downloaded schemars v0.8.22
3252026-01-26T04:58:09.706Z Downloaded unicode-segmentation v1.10.0
3262026-01-26T04:58:09.709Z Downloaded slog v2.8.2
3272026-01-26T04:58:09.712Z Downloaded time v0.3.36
3282026-01-26T04:58:09.717Z Downloaded minimal-lexical v0.2.1
3292026-01-26T04:58:09.721Z Downloaded zerocopy-derive v0.8.27
3302026-01-26T04:58:09.728Z Downloaded zerovec v0.10.4
3312026-01-26T04:58:09.733Z Downloaded rustls v0.22.4
3322026-01-26T04:58:09.744Z Downloaded x509-parser v0.18.0
3332026-01-26T04:58:09.749Z Downloaded nom v7.1.3
3342026-01-26T04:58:09.753Z Downloaded pest v2.8.1
3352026-01-26T04:58:09.758Z Downloaded serde_json v1.0.149
3362026-01-26T04:58:09.764Z Downloaded goblin v0.10.1
3372026-01-26T04:58:09.771Z Downloaded vcpkg v0.2.15
3382026-01-26T04:58:09.810Z Downloaded webpki-roots v0.26.5
3392026-01-26T04:58:09.813Z Downloaded quinn-proto v0.11.8
3402026-01-26T04:58:09.818Z Downloaded syn v2.0.114
3412026-01-26T04:58:09.828Z Downloaded winnow v0.7.13
3422026-01-26T04:58:09.836Z Downloaded chrono v0.4.43
3432026-01-26T04:58:09.842Z Downloaded reqwest v0.12.28
3442026-01-26T04:58:09.848Z Downloaded icu_properties_data v1.5.0
3452026-01-26T04:58:09.857Z Downloaded memchr v2.6.0
3462026-01-26T04:58:09.862Z Downloaded zerocopy v0.8.27
3472026-01-26T04:58:09.881Z Downloaded hyper v1.8.1
3482026-01-26T04:58:09.886Z Downloaded webpki-roots v1.0.0
3492026-01-26T04:58:09.889Z Downloaded tower-http v0.6.8
3502026-01-26T04:58:09.897Z Downloaded hashbrown v0.16.1
3512026-01-26T04:58:09.901Z Downloaded futures-util v0.3.31
3522026-01-26T04:58:09.911Z Downloaded rustls v0.23.13
3532026-01-26T04:58:09.923Z Downloaded quinn v0.11.4
3542026-01-26T04:58:09.926Z Downloaded rustix v0.38.44
3552026-01-26T04:58:09.945Z Downloaded rustix v1.1.3
3562026-01-26T04:58:09.965Z Downloaded openapiv3 v2.2.0
3572026-01-26T04:58:09.974Z Downloaded iri-string v0.7.8
3582026-01-26T04:58:09.979Z Downloaded idna v1.0.3
3592026-01-26T04:58:09.983Z Downloaded tower v0.5.2
3602026-01-26T04:58:09.990Z Downloaded prettyplease v0.2.37
3612026-01-26T04:58:09.993Z Downloaded openssl-sys v0.9.107
3622026-01-26T04:58:10.000Z Downloaded unicode-width v0.1.9
3632026-01-26T04:58:10.003Z Downloaded crossbeam-channel v0.5.1
3642026-01-26T04:58:10.003Z Downloaded spin v0.9.8
3652026-01-26T04:58:10.006Z Downloaded smallvec v1.13.2
3662026-01-26T04:58:10.009Z Downloaded icu_collections v1.5.0
3672026-01-26T04:58:10.012Z Downloaded rusticata-macros v4.1.0
3682026-01-26T04:58:10.015Z Downloaded newline-converter v0.3.0
3692026-01-26T04:58:10.015Z Downloaded icu_locid v1.5.0
3702026-01-26T04:58:10.018Z Downloaded libc v0.2.180
3712026-01-26T04:58:10.047Z Downloaded pem v3.0.6
3722026-01-26T04:58:10.050Z Downloaded once_cell v1.20.1
3732026-01-26T04:58:10.053Z Downloaded tokio v1.49.0
3742026-01-26T04:58:10.085Z Downloaded pin-project-lite v0.2.12
3752026-01-26T04:58:10.089Z Downloaded multer v3.1.0
3762026-01-26T04:58:10.091Z Downloaded tokio-macros v2.6.0
3772026-01-26T04:58:10.091Z Downloaded rand_chacha v0.3.1
3782026-01-26T04:58:10.094Z Downloaded tinystr v0.7.6
3792026-01-26T04:58:10.094Z Downloaded waitgroup v0.1.2
3802026-01-26T04:58:10.097Z Downloaded usdt-attr-macro v0.6.0
3812026-01-26T04:58:10.097Z Downloaded futures v0.3.31
3822026-01-26T04:58:10.100Z Downloaded serde_tokenstream v0.2.2
3832026-01-26T04:58:10.104Z Downloaded rcgen v0.14.6
3842026-01-26T04:58:10.107Z Downloaded paste v1.0.15
3852026-01-26T04:58:10.107Z Downloaded parking v2.2.0
3862026-01-26T04:58:10.107Z Downloaded hyper-rustls v0.27.3
3872026-01-26T04:58:10.110Z Downloaded crossbeam-utils v0.8.15
3882026-01-26T04:58:10.113Z Downloaded thiserror-impl v1.0.69
3892026-01-26T04:58:10.117Z Downloaded thiserror v1.0.69
3902026-01-26T04:58:10.119Z Downloaded rustls-pki-types v1.14.0
3912026-01-26T04:58:10.122Z Downloaded pest_generator v2.8.1
3922026-01-26T04:58:10.122Z Downloaded parking_lot_core v0.9.4
3932026-01-26T04:58:10.126Z Downloaded hyper-rustls v0.26.0
3942026-01-26T04:58:10.126Z Downloaded getrandom v0.2.11
3952026-01-26T04:58:10.129Z Downloaded thread_local v1.1.4
3962026-01-26T04:58:10.129Z Downloaded icu_normalizer v1.5.0
3972026-01-26T04:58:10.132Z Downloaded sync_wrapper v1.0.1
3982026-01-26T04:58:10.132Z Downloaded num_threads v0.1.3
3992026-01-26T04:58:10.134Z Downloaded num-conv v0.1.0
4002026-01-26T04:58:10.134Z Downloaded buf-list v1.1.2
4012026-01-26T04:58:10.137Z Downloaded pest_meta v2.8.1
4022026-01-26T04:58:10.137Z Downloaded mime_guess v2.0.5
4032026-01-26T04:58:10.140Z Downloaded encoding_rs v0.8.32
4042026-01-26T04:58:10.155Z Downloaded erased-serde v0.3.31
4052026-01-26T04:58:10.158Z Downloaded concurrent-queue v2.5.0
4062026-01-26T04:58:10.167Z Downloaded ring v0.17.13
4072026-01-26T04:58:10.337Z Compiling proc-macro2 v1.0.105
4082026-01-26T04:58:10.337Z Compiling unicode-ident v1.0.12
4092026-01-26T04:58:10.341Z Compiling quote v1.0.44
4102026-01-26T04:58:10.341Z Compiling libc v0.2.180
4112026-01-26T04:58:10.341Z Compiling cfg-if v1.0.0
4122026-01-26T04:58:10.341Z Compiling itoa v1.0.1
4132026-01-26T04:58:10.341Z Compiling serde_core v1.0.228
4142026-01-26T04:58:10.341Z Compiling memchr v2.6.0
4152026-01-26T04:58:10.341Z Running `/home/build/.rustup/toolchains/1.92.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.105/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=2e8720435d5fcbb1 -C extra-filename=-dc3e6441c056ebef --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-dc3e6441c056ebef -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4162026-01-26T04:58:10.341Z Running `/home/build/.rustup/toolchains/1.92.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=b11df14ad5dfa7c4 -C extra-filename=-34998c1384dce2fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4172026-01-26T04:58:10.446Z Running `/home/build/.rustup/toolchains/1.92.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.44/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=553da61e643b2744 -C extra-filename=-dbc7373a024f4b96 --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-dbc7373a024f4b96 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4182026-01-26T04:58:10.449Z Running `/home/build/.rustup/toolchains/1.92.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.180/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=cc21701c44ce0aa6 -C extra-filename=-af5ab3e86d3cdf7f --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-af5ab3e86d3cdf7f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192026-01-26T04:58:10.449Z Running `/home/build/.rustup/toolchains/1.92.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=78264587f515371c -C extra-filename=-d9f3e49df05053f1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4202026-01-26T04:58:10.483Z Running `/home/build/.rustup/toolchains/1.92.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=f927b9e28ebde9af -C extra-filename=-e21694cb7552ee9a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212026-01-26T04:58:10.487Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edd8d0f2fe0b9525 -C extra-filename=-2a6214e7bd6abaee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4222026-01-26T04:58:10.487Z Running `/home/build/.rustup/toolchains/1.92.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=320d203e94d0a597 -C extra-filename=-7ede8ebcc6f5b66f --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-7ede8ebcc6f5b66f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4232026-01-26T04:58:10.566Z Compiling pin-project-lite v0.2.12
4242026-01-26T04:58:10.609Z Running `/home/build/.rustup/toolchains/1.92.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=53af2b67eb7b3250 -C extra-filename=-f2e925eb377ed176 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4252026-01-26T04:58:10.644Z Compiling shlex v1.3.0
4262026-01-26T04:58:10.683Z Running `/home/build/.rustup/toolchains/1.92.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=8d4ee061e0bf1eac -C extra-filename=-8e68deddde749c86 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4272026-01-26T04:58:10.701Z Compiling autocfg v1.1.0
4282026-01-26T04:58:10.713Z Running `/home/build/.rustup/toolchains/1.92.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=d2206706649e96bb -C extra-filename=-e1581779f99d8cf3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4292026-01-26T04:58:10.719Z Compiling bytes v1.11.0
4302026-01-26T04:58:10.743Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.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(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=bbd122273dfe601c -C extra-filename=-5ecd5f1916a6d7e9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312026-01-26T04:58:10.972Z Compiling cc v1.2.16
4322026-01-26T04:58:11.011Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=fe6142401967f85a -C extra-filename=-35472e3603a6003c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-8e68deddde749c86.rmeta --cap-lints allow`
4332026-01-26T04:58:11.056Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-dbc7373a024f4b96/build-script-build`
4342026-01-26T04:58:11.072Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-dc3e6441c056ebef/build-script-build`
4352026-01-26T04:58:11.085Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-7ede8ebcc6f5b66f/build-script-build`
4362026-01-26T04:58:11.117Z Compiling once_cell v1.20.1
4372026-01-26T04:58:11.120Z Running `/home/build/.rustup/toolchains/1.92.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=87702913ddfae7d4 -C extra-filename=-bcf0c78fdafaa0ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4382026-01-26T04:58:11.156Z Running `/home/build/.rustup/toolchains/1.92.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=80698c3d8a934873 -C extra-filename=-cbe5626542001e99 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
4392026-01-26T04:58:11.255Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-af5ab3e86d3cdf7f/build-script-build`
4402026-01-26T04:58:11.308Z Compiling smallvec v1.13.2
4412026-01-26T04:58:11.311Z Running `/home/build/.rustup/toolchains/1.92.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=53113ce4a438c78d -C extra-filename=-49dd8f4c7a263819 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4422026-01-26T04:58:11.321Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/lib.rs --error-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=6442a6b8549b307b -C extra-filename=-d91a6b01eb2cb91d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4432026-01-26T04:58:11.498Z Compiling version_check v0.9.5
4442026-01-26T04:58:11.501Z Running `/home/build/.rustup/toolchains/1.92.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=765c778ae35ca858 -C extra-filename=-fa8a923cfd6ca6bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4452026-01-26T04:58:11.669Z Running `/home/build/.rustup/toolchains/1.92.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.105/src/lib.rs --error-format=json --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=81d4bd2f248c9062 -C extra-filename=-d218ed60daceb981 --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-34998c1384dce2fd.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)'`
4462026-01-26T04:58:11.709Z Compiling futures-core v0.3.31
4472026-01-26T04:58:11.720Z Running `/home/build/.rustup/toolchains/1.92.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.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 --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=46a8edfeb90d5afb -C extra-filename=-1f9e330bb92d952e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4482026-01-26T04:58:11.967Z Compiling log v0.4.17
4492026-01-26T04:58:11.971Z Running `/home/build/.rustup/toolchains/1.92.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=eeaeeb21a524e102 -C extra-filename=-2f5d62fda4534c74 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-2f5d62fda4534c74 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4502026-01-26T04:58:12.022Z Compiling parking_lot_core v0.9.4
4512026-01-26T04:58:12.024Z Running `/home/build/.rustup/toolchains/1.92.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=63414a4fceee1d7f -C extra-filename=-3395379f78e3989f --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-3395379f78e3989f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4522026-01-26T04:58:12.097Z Compiling scopeguard v1.2.0
4532026-01-26T04:58:12.100Z Running `/home/build/.rustup/toolchains/1.92.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=d5b475d596f90eab -C extra-filename=-14ccd81d18a609dd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4542026-01-26T04:58:12.224Z Compiling slab v0.4.9
4552026-01-26T04:58:12.227Z Running `/home/build/.rustup/toolchains/1.92.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=e159d6d59e607816 -C extra-filename=-b5a0a0dca441fb0c --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-b5a0a0dca441fb0c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-e1581779f99d8cf3.rlib --cap-lints allow`
4562026-01-26T04:58:12.269Z Compiling lock_api v0.4.6
4572026-01-26T04:58:12.272Z Running `/home/build/.rustup/toolchains/1.92.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=bae7e141f622cad6 -C extra-filename=-da38682ad4984caf --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-14ccd81d18a609dd.rmeta --cap-lints allow`
4582026-01-26T04:58:12.388Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-2f5d62fda4534c74/build-script-build`
4592026-01-26T04:58:12.407Z Running `/home/build/.rustup/toolchains/1.92.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=372eedcfd52026c4 -C extra-filename=-aaa7dec7979a9811 --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-d9f3e49df05053f1.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4602026-01-26T04:58:12.511Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=2acef1c9a058dc0b -C extra-filename=-b0db575668047dc5 --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-d218ed60daceb981.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4612026-01-26T04:58:12.632Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-3395379f78e3989f/build-script-build`
4622026-01-26T04:58:12.657Z Running `/home/build/.rustup/toolchains/1.92.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=49a6d86846d3d1b2 -C extra-filename=-567f6dd2380a795c --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-d9f3e49df05053f1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-49dd8f4c7a263819.rmeta --cap-lints allow`
4632026-01-26T04:58:12.696Z Compiling futures-sink v0.3.31
4642026-01-26T04:58:12.707Z Running `/home/build/.rustup/toolchains/1.92.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.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 --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=1b8558b30588a461 -C extra-filename=-a59d605fba7e7623 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4652026-01-26T04:58:12.809Z Compiling serde v1.0.228
4662026-01-26T04:58:12.812Z Running `/home/build/.rustup/toolchains/1.92.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=ee5a328690a61c2b -C extra-filename=-7392e1a2319e555d --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-7392e1a2319e555d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4672026-01-26T04:58:12.827Z Compiling zmij v1.0.2
4682026-01-26T04:58:12.830Z Running `/home/build/.rustup/toolchains/1.92.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=4902d757bb4389c6 -C extra-filename=-a922cc4c97ac6640 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-a922cc4c97ac6640 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4692026-01-26T04:58:12.861Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-b5a0a0dca441fb0c/build-script-build`
4702026-01-26T04:58:13.008Z Compiling syn v2.0.114
4712026-01-26T04:58:13.011Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/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=dfe506942ca85fff -C extra-filename=-6d845013867d21e1 --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-d218ed60daceb981.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-34998c1384dce2fd.rmeta --cap-lints allow`
4722026-01-26T04:58:13.234Z Compiling parking_lot v0.12.1
4732026-01-26T04:58:13.237Z Running `/home/build/.rustup/toolchains/1.92.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=a6a453357201cdd0 -C extra-filename=-c152a05d24e76f79 --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-da38682ad4984caf.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-567f6dd2380a795c.rmeta --cap-lints allow`
4742026-01-26T04:58:13.339Z Compiling mio v1.0.3
4752026-01-26T04:58:13.342Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-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 --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=ffffc5d209b7c9dc -C extra-filename=-8afe31f81db69d9a --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-d91a6b01eb2cb91d.rmeta --cap-lints allow`
4762026-01-26T04:58:13.406Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-a922cc4c97ac6640/build-script-build`
4772026-01-26T04:58:13.422Z Compiling socket2 v0.6.0
4782026-01-26T04:58:13.425Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=f0f177fe19ad1f6c -C extra-filename=-e2e3b0bd45e1787c --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-d91a6b01eb2cb91d.rmeta --cap-lints allow`
4792026-01-26T04:58:13.452Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-7392e1a2319e555d/build-script-build`
4802026-01-26T04:58:13.459Z Compiling getrandom v0.2.11
4812026-01-26T04:58:13.462Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=4e4b38709c42016a -C extra-filename=-b15f3bb5297798e5 --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-d9f3e49df05053f1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rmeta --cap-lints allow`
4822026-01-26T04:58:13.502Z Compiling signal-hook-registry v1.4.0
4832026-01-26T04:58:13.505Z Running `/home/build/.rustup/toolchains/1.92.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=dea2c86a7e9fbf7f -C extra-filename=-6208cd3dd09c55f2 --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-d91a6b01eb2cb91d.rmeta --cap-lints allow`
4842026-01-26T04:58:13.868Z Compiling serde_json v1.0.149
4852026-01-26T04:58:13.881Z Running `/home/build/.rustup/toolchains/1.92.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=a7d74f4a4347fbf2 -C extra-filename=-7546de3c79a3834b --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-7546de3c79a3834b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4862026-01-26T04:58:14.007Z Running `/home/build/.rustup/toolchains/1.92.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=01aec96bc90f19b9 -C extra-filename=-01849675c2cb2539 --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)'`
4872026-01-26T04:58:14.186Z Running `/home/build/.rustup/toolchains/1.92.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=dc93d96235522ed8 -C extra-filename=-02f5df2a920989d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4882026-01-26T04:58:14.301Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-7546de3c79a3834b/build-script-build`
4892026-01-26T04:58:14.320Z Compiling futures-channel v0.3.31
4902026-01-26T04:58:14.324Z Running `/home/build/.rustup/toolchains/1.92.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.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 --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=e470bee4fc4f9f8f -C extra-filename=-c12409cd2aa547f6 --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-1f9e330bb92d952e.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a59d605fba7e7623.rmeta --cap-lints allow`
4912026-01-26T04:58:14.363Z Compiling http v1.4.0
4922026-01-26T04:58:14.366Z Running `/home/build/.rustup/toolchains/1.92.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=a1d069e36fe04725 -C extra-filename=-ed9a5b50ef325b97 --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-5ecd5f1916a6d7e9.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-2a6214e7bd6abaee.rmeta --cap-lints allow`
4932026-01-26T04:58:14.398Z Compiling bitflags v2.4.0
4942026-01-26T04:58:14.398Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=865698d8d3409da1 -C extra-filename=-03b97606ae84b231 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4952026-01-26T04:58:14.482Z Compiling zeroize v1.7.0
4962026-01-26T04:58:14.485Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=4084bb0258c6ca0a -C extra-filename=-43179ed41b445ef9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4972026-01-26T04:58:14.513Z Compiling thiserror v2.0.18
4982026-01-26T04:58:14.517Z Running `/home/build/.rustup/toolchains/1.92.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=835c00e488e988eb -C extra-filename=-77afa8060141ddf6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-77afa8060141ddf6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4992026-01-26T04:58:14.553Z Compiling pin-utils v0.1.0
5002026-01-26T04:58:14.565Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fe0a78e08252aaa -C extra-filename=-b878c6d60e538515 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5012026-01-26T04:58:14.657Z Compiling ring v0.17.13
5022026-01-26T04:58:14.662Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=9910d45560039499 -C extra-filename=-f089498b64e5968f --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-f089498b64e5968f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-35472e3603a6003c.rlib --cap-lints allow`
5032026-01-26T04:58:14.802Z Compiling rustls-pki-types v1.14.0
5042026-01-26T04:58:14.806Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=c16d6a3c86e79f27 -C extra-filename=-8e0cf7eb9d277db1 --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-43179ed41b445ef9.rmeta --cap-lints allow`
5052026-01-26T04:58:14.817Z Compiling futures-io v0.3.31
5062026-01-26T04:58:14.828Z Running `/home/build/.rustup/toolchains/1.92.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.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 --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=8258f277cec4d58f -C extra-filename=-a8037fb04114235f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5072026-01-26T04:58:14.831Z Compiling stable_deref_trait v1.2.0
5082026-01-26T04:58:14.831Z Running `/home/build/.rustup/toolchains/1.92.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=093c0fe3b8aa5285 -C extra-filename=-eb7e57ae6664c5f9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092026-01-26T04:58:14.943Z Compiling futures-task v0.3.31
5102026-01-26T04:58:14.947Z Running `/home/build/.rustup/toolchains/1.92.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.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 --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=4aff9cf4a0f43b55 -C extra-filename=-4300c4d0f434c5ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5112026-01-26T04:58:15.119Z Compiling httparse v1.10.0
5122026-01-26T04:58:15.122Z Running `/home/build/.rustup/toolchains/1.92.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=a2062598c74911fc -C extra-filename=-639a03dbc331d55c --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-639a03dbc331d55c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5132026-01-26T04:58:15.190Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-77afa8060141ddf6/build-script-build`
5142026-01-26T04:58:15.270Z Running `/home/build/.rustup/toolchains/1.92.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=15b5bfe8201c3c8b -C extra-filename=-b63881afe3a0ff52 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-b63881afe3a0ff52 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5152026-01-26T04:58:15.587Z Compiling getrandom v0.3.1
5162026-01-26T04:58:15.590Z Running `/home/build/.rustup/toolchains/1.92.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.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=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=5a3887e7dbedcec6 -C extra-filename=-241ed2b408d6f6fa --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-241ed2b408d6f6fa -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5172026-01-26T04:58:15.701Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-f089498b64e5968f/build-script-build`
5182026-01-26T04:58:15.792Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-639a03dbc331d55c/build-script-build`
5192026-01-26T04:58:15.842Z Compiling tracing-core v0.1.32
5202026-01-26T04:58:15.845Z Running `/home/build/.rustup/toolchains/1.92.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=d40d6fee0f22863d -C extra-filename=-79f5add635097813 --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-bcf0c78fdafaa0ad.rmeta --cap-lints allow`
5212026-01-26T04:58:15.857Z Running `/home/build/.rustup/toolchains/1.92.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=b51f874a185c5fc7 -C extra-filename=-a23521c4f33a3866 --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`
5222026-01-26T04:58:15.893Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-b63881afe3a0ff52/build-script-build`
5232026-01-26T04:58:15.951Z Running `/home/build/.rustup/toolchains/1.92.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=7fb5a4327427d099 -C extra-filename=-2cd86c14576cf4f5 --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)'`
5242026-01-26T04:58:16.085Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-241ed2b408d6f6fa/build-script-build`
5252026-01-26T04:58:16.092Z Compiling ucd-trie v0.1.6
5262026-01-26T04:58:16.096Z Running `/home/build/.rustup/toolchains/1.92.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=5099a1d53b00660c -C extra-filename=-17a9ade75285a27e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5272026-01-26T04:58:16.215Z Running `/home/build/.rustup/toolchains/1.92.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=26c6f87cb9aa7d73 -C extra-filename=-35701dae52e1879c --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-35701dae52e1879c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5282026-01-26T04:58:16.482Z Compiling equivalent v1.0.0
5292026-01-26T04:58:16.486Z Running `/home/build/.rustup/toolchains/1.92.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=12dc471bb501b6f3 -C extra-filename=-265c18e794011b44 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5302026-01-26T04:58:16.615Z Compiling hashbrown v0.16.1
5312026-01-26T04:58:16.618Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=048ec6be1c2aa4d2 -C extra-filename=-5ea294fa9281317e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5322026-01-26T04:58:16.659Z Compiling untrusted v0.9.0
5332026-01-26T04:58:16.671Z Running `/home/build/.rustup/toolchains/1.92.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=4507f5908e4d559a -C extra-filename=-c8177221da29ea4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5342026-01-26T04:58:16.716Z Compiling tracing v0.1.40
5352026-01-26T04:58:16.719Z Running `/home/build/.rustup/toolchains/1.92.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=f899932d8c2774e0 -C extra-filename=-2fac1e82ca739178 --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-f2e925eb377ed176.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-79f5add635097813.rmeta --cap-lints allow`
5362026-01-26T04:58:16.819Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-35701dae52e1879c/build-script-build`
5372026-01-26T04:58:16.871Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=1590e9fb3e4c1c8b -C extra-filename=-4046824fbf4a5171 --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-d9f3e49df05053f1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rmeta --cap-lints allow`
5382026-01-26T04:58:16.875Z Running `/home/build/.rustup/toolchains/1.92.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=830ffdc532a5f429 -C extra-filename=-a58d8ab2c3840a45 --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-2a6214e7bd6abaee.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e21694cb7552ee9a.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-01849675c2cb2539.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5392026-01-26T04:58:17.147Z Compiling http-body v1.0.1
5402026-01-26T04:58:17.152Z Running `/home/build/.rustup/toolchains/1.92.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=6cf9787318ab6eb4 -C extra-filename=-5896181714a67144 --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-5ecd5f1916a6d7e9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --cap-lints allow`
5412026-01-26T04:58:17.160Z Compiling litemap v0.7.4
5422026-01-26T04:58:17.163Z Running `/home/build/.rustup/toolchains/1.92.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=5e952712e37e2bf5 -C extra-filename=-9716f9529f530590 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5432026-01-26T04:58:17.187Z Compiling pkg-config v0.3.31
5442026-01-26T04:58:17.190Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5846b07cc46551f -C extra-filename=-d56ed2da55213b4a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5452026-01-26T04:58:17.407Z Compiling vcpkg v0.2.15
5462026-01-26T04:58:17.410Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36679331ecdb7e6d -C extra-filename=-0da95a37ee398901 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5472026-01-26T04:58:17.550Z Compiling percent-encoding v2.3.2
5482026-01-26T04:58:17.553Z Running `/home/build/.rustup/toolchains/1.92.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=d409866748b98b5a -C extra-filename=-a56d4c653a00f37e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5492026-01-26T04:58:17.817Z Compiling indexmap v2.13.0
5502026-01-26T04:58:17.820Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 --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=3d7e537c00e51d9c -C extra-filename=-5356e71eac6a0ec5 --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-265c18e794011b44.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-5ea294fa9281317e.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow`
5512026-01-26T04:58:17.964Z Compiling zerocopy v0.8.27
5522026-01-26T04:58:17.968Z Running `/home/build/.rustup/toolchains/1.92.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=12ca58f9679f33d8 -C extra-filename=-413f375278015f7c --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-413f375278015f7c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5532026-01-26T04:58:18.268Z Compiling atomic-waker v1.1.2
5542026-01-26T04:58:18.271Z Running `/home/build/.rustup/toolchains/1.92.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=dae6c7a286b8cbf0 -C extra-filename=-9ac8fd3889a1fc7b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5552026-01-26T04:58:18.470Z Compiling rustversion v1.0.22
5562026-01-26T04:58:18.474Z Running `/home/build/.rustup/toolchains/1.92.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=eecda1b751fee61f -C extra-filename=-d2da51f42301bf6e --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-d2da51f42301bf6e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5572026-01-26T04:58:18.768Z Compiling typenum v1.14.0
5582026-01-26T04:58:18.771Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=6da081f399bf3146 -C extra-filename=-916d497215e450f0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-916d497215e450f0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5592026-01-26T04:58:18.802Z Compiling writeable v0.5.5
5602026-01-26T04:58:18.805Z Running `/home/build/.rustup/toolchains/1.92.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=fec6fa6ffdd69993 -C extra-filename=-587f6c7889c2b70f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5612026-01-26T04:58:18.900Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=d8e9e9af70bc38a8 -C extra-filename=-a7aec3e05e225fa8 --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-d9f3e49df05053f1.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-b15f3bb5297798e5.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-c8177221da29ea4f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test`
5622026-01-26T04:58:19.161Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-d2da51f42301bf6e/build-script-build`
5632026-01-26T04:58:19.225Z Compiling openssl-sys v0.9.107
5642026-01-26T04:58:19.227Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=dce617fc1de1c268 -C extra-filename=-71347c0f764f7a60 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-71347c0f764f7a60 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-35472e3603a6003c.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-d56ed2da55213b4a.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-0da95a37ee398901.rlib --cap-lints allow`
5652026-01-26T04:58:19.356Z Compiling errno v0.3.10
5662026-01-26T04:58:19.359Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-413f375278015f7c/build-script-build`
5672026-01-26T04:58:19.359Z Running `/home/build/.rustup/toolchains/1.92.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=2f8e6a2b1942b37b -C extra-filename=-fa4406c2468ed2f1 --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-d91a6b01eb2cb91d.rmeta --cap-lints allow`
5682026-01-26T04:58:19.417Z Compiling generic-array v0.14.5
5692026-01-26T04:58:19.420Z Running `/home/build/.rustup/toolchains/1.92.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=88bc2f78cc444213 -C extra-filename=-c7358b0482349647 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-c7358b0482349647 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-fa8a923cfd6ca6bd.rlib --cap-lints allow`
5702026-01-26T04:58:19.632Z Compiling fnv v1.0.7
5712026-01-26T04:58:19.635Z Running `/home/build/.rustup/toolchains/1.92.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=e0f4fc30df7d0c5b -C extra-filename=-4448a40bb35d7eef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5722026-01-26T04:58:19.718Z Compiling try-lock v0.2.3
5732026-01-26T04:58:19.721Z Running `/home/build/.rustup/toolchains/1.92.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=e041a872ced4f0ff -C extra-filename=-282d283949e4309b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5742026-01-26T04:58:19.743Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-916d497215e450f0/build-script-main`
5752026-01-26T04:58:19.779Z Compiling crossbeam-utils v0.8.15
5762026-01-26T04:58:19.782Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.15/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=bb3f2881ecb693ba -C extra-filename=-29b29cf11b71aabc --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-29b29cf11b71aabc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5772026-01-26T04:58:19.817Z Compiling rustix v1.1.3
5782026-01-26T04:58:19.829Z Running `/home/build/.rustup/toolchains/1.92.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.3/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=62a407b0e028ee3f -C extra-filename=-1dd647bdb58b7023 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-1dd647bdb58b7023 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5792026-01-26T04:58:19.889Z Compiling want v0.3.0
5802026-01-26T04:58:19.892Z Running `/home/build/.rustup/toolchains/1.92.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=d4facd8c08f64325 -C extra-filename=-72c27f76ab1fcf03 --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-aaa7dec7979a9811.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-282d283949e4309b.rmeta --cap-lints allow`
5812026-01-26T04:58:19.902Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=989c972804a86c03 -C extra-filename=-53d886db1813acf4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5822026-01-26T04:58:20.186Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-c7358b0482349647/build-script-build`
5832026-01-26T04:58:20.234Z Running `/home/build/.rustup/toolchains/1.92.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=c0f0333d4fbe2247 -C extra-filename=-6ca62ce83b3d60ea --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"))'`
5842026-01-26T04:58:20.258Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-71347c0f764f7a60/build-script-main`
5852026-01-26T04:58:20.304Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-29b29cf11b71aabc/build-script-build`
5862026-01-26T04:58:20.327Z Compiling num-conv v0.1.0
5872026-01-26T04:58:20.330Z Running `/home/build/.rustup/toolchains/1.92.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.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=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=681be120d99ee7c5 -C extra-filename=-75741bd77ea0a8b1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5882026-01-26T04:58:20.380Z Compiling base64 v0.22.1
5892026-01-26T04:58:20.383Z Running `/home/build/.rustup/toolchains/1.92.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=7a520eee8ba066f0 -C extra-filename=-18af7d7230f35e32 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5902026-01-26T04:58:20.530Z Compiling synstructure v0.13.1
5912026-01-26T04:58:20.533Z Running `/home/build/.rustup/toolchains/1.92.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=7c4a251265798cb8 -C extra-filename=-377fa44251779917 --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-d218ed60daceb981.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rmeta --cap-lints allow`
5922026-01-26T04:58:20.641Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-1dd647bdb58b7023/build-script-build`
5932026-01-26T04:58:20.799Z Compiling tower-service v0.3.3
5942026-01-26T04:58:20.802Z Running `/home/build/.rustup/toolchains/1.92.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=4c99fa1466a95afd -C extra-filename=-fa2a7b03ae5924ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5952026-01-26T04:58:20.939Z Compiling powerfmt v0.2.0
5962026-01-26T04:58:20.942Z Running `/home/build/.rustup/toolchains/1.92.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=9a705711546748d0 -C extra-filename=-a5173583f8885fa3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5972026-01-26T04:58:20.974Z Compiling tower-layer v0.3.3
5982026-01-26T04:58:20.977Z Running `/home/build/.rustup/toolchains/1.92.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=bcede2620284f41d -C extra-filename=-5bd16f5b029f7406 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5992026-01-26T04:58:21.066Z Compiling httpdate v1.0.1
6002026-01-26T04:58:21.078Z Running `/home/build/.rustup/toolchains/1.92.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=0ba40e7e4e538327 -C extra-filename=-b6ded7f23f87f621 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6012026-01-26T04:58:21.111Z Compiling byteorder v1.4.3
6022026-01-26T04:58:21.114Z Running `/home/build/.rustup/toolchains/1.92.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=e8b71488d7e0d059 -C extra-filename=-e0ec86222b213173 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6032026-01-26T04:58:21.278Z Compiling icu_locid_transform_data v1.5.0
6042026-01-26T04:58:21.281Z Running `/home/build/.rustup/toolchains/1.92.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=4df0b936252f8d5b -C extra-filename=-6994f298582f665f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6052026-01-26T04:58:21.343Z Compiling time-core v0.1.2
6062026-01-26T04:58:21.347Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-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=2927c8889340973b -C extra-filename=-78eed000a90d4839 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6072026-01-26T04:58:21.385Z Compiling subtle v2.5.0
6082026-01-26T04:58:21.388Z Running `/home/build/.rustup/toolchains/1.92.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=72730dfd446c263f -C extra-filename=-23c10a0749295ab8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6092026-01-26T04:58:21.401Z Compiling slog v2.8.2
6102026-01-26T04:58:21.404Z Running `/home/build/.rustup/toolchains/1.92.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=7501d2346628e679 -C extra-filename=-d1ae81c03015859e --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-d1ae81c03015859e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-6ca62ce83b3d60ea.so --cap-lints allow`
6112026-01-26T04:58:21.519Z Compiling rustls-webpki v0.102.8
6122026-01-26T04:58:21.522Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=211b64cb680bee37 -C extra-filename=-2eae4d21546d15aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-a7aec3e05e225fa8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-c8177221da29ea4f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
6132026-01-26T04:58:21.539Z Compiling time-macros v0.2.18
6142026-01-26T04:58:21.542Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.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 --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 --warn=unused --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=temporary-cstring-as-ptr --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=clippy::nursery' --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=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=5e88781c6d932981 -C extra-filename=-73a707b09d838b2f --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-75741bd77ea0a8b1.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-78eed000a90d4839.rlib --extern proc_macro --cap-lints allow`
6152026-01-26T04:58:21.585Z Compiling deranged v0.3.11
6162026-01-26T04:58:21.588Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=3f86b46a54e2967a -C extra-filename=-3eff810ddca4f88f --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-a5173583f8885fa3.rmeta --cap-lints allow`
6172026-01-26T04:58:21.673Z Running `/home/build/.rustup/toolchains/1.92.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=7891de64a4db4556 -C extra-filename=-6a64513162ee73ed --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-53d886db1813acf4.rmeta --cap-lints allow --cfg relaxed_coherence`
6182026-01-26T04:58:21.770Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.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 --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=80cf51fd20d09571 -C extra-filename=-f7cecb3bc325deb3 --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-03b97606ae84b231.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-fa4406c2468ed2f1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
6192026-01-26T04:58:21.794Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=f70fcf6f632ca387 -C extra-filename=-0c937afeade36510 --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-d9f3e49df05053f1.rmeta --cap-lints allow`
6202026-01-26T04:58:22.811Z Compiling fastrand v2.1.1
6212026-01-26T04:58:22.814Z Running `/home/build/.rustup/toolchains/1.92.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=f0918ce984b6b8eb -C extra-filename=-b4d2da2fd35b10de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6222026-01-26T04:58:23.001Z Compiling icu_properties_data v1.5.0
6232026-01-26T04:58:23.013Z Running `/home/build/.rustup/toolchains/1.92.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=149f1f9211e2cd87 -C extra-filename=-1a172109d3452741 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6242026-01-26T04:58:23.112Z Compiling num_threads v0.1.3
6252026-01-26T04:58:23.116Z Running `/home/build/.rustup/toolchains/1.92.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=ed3631b4c7be1820 -C extra-filename=-a85ba45e7c253d31 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6262026-01-26T04:58:23.262Z Compiling rustix v0.38.44
6272026-01-26T04:58:23.262Z Running `/home/build/.rustup/toolchains/1.92.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=9d31e9f86d664a18 -C extra-filename=-c4499ae851a4d793 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-c4499ae851a4d793 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6282026-01-26T04:58:23.275Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-d1ae81c03015859e/build-script-build`
6292026-01-26T04:58:23.294Z Running `/home/build/.rustup/toolchains/1.92.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=93fce4dc1554f607 -C extra-filename=-0fff2545b0051de5 --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-2a6214e7bd6abaee.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e21694cb7552ee9a.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-2cd86c14576cf4f5.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-01849675c2cb2539.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6302026-01-26T04:58:23.382Z Compiling thread-id v5.0.0
6312026-01-26T04:58:23.385Z Running `/home/build/.rustup/toolchains/1.92.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=5dfd3d81e90da123 -C extra-filename=-5871d7024d40eea6 --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-d91a6b01eb2cb91d.rmeta --cap-lints allow`
6322026-01-26T04:58:23.506Z Compiling unicase v2.6.0
6332026-01-26T04:58:23.509Z Running `/home/build/.rustup/toolchains/1.92.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=9852a5f9ee414882 -C extra-filename=-9c72ec6efb4903ff --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-9c72ec6efb4903ff -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-fa8a923cfd6ca6bd.rlib --cap-lints allow`
6342026-01-26T04:58:23.626Z Compiling num-traits v0.2.14
6352026-01-26T04:58:23.629Z Running `/home/build/.rustup/toolchains/1.92.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=b3219405e97475bf -C extra-filename=-a9838e6953e4558e --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-a9838e6953e4558e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-e1581779f99d8cf3.rlib --cap-lints allow`
6362026-01-26T04:58:23.740Z Compiling ipnet v2.10.0
6372026-01-26T04:58:23.743Z Running `/home/build/.rustup/toolchains/1.92.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=8cd61fd9f2080ec0 -C extra-filename=-e8680fc069cdafc7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6382026-01-26T04:58:23.902Z Compiling utf8_iter v1.0.4
6392026-01-26T04:58:23.905Z Running `/home/build/.rustup/toolchains/1.92.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=6df53b7d96330ed6 -C extra-filename=-c8a7bbf3e2d688c8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6402026-01-26T04:58:23.915Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-c4499ae851a4d793/build-script-build`
6412026-01-26T04:58:24.008Z Compiling write16 v1.0.0
6422026-01-26T04:58:24.011Z Running `/home/build/.rustup/toolchains/1.92.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=81e3bedc70bedac2 -C extra-filename=-33d571a18024c08b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6432026-01-26T04:58:24.039Z Compiling paste v1.0.15
6442026-01-26T04:58:24.043Z Running `/home/build/.rustup/toolchains/1.92.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=d5d8cabcf2768874 -C extra-filename=-33a0a173cdbabd7c --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-33a0a173cdbabd7c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6452026-01-26T04:58:24.125Z Compiling openssl v0.10.72
6462026-01-26T04:58:24.125Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=b038218d24bda6b1 -C extra-filename=-4d48977c01555948 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-4d48977c01555948 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6472026-01-26T04:58:24.146Z Compiling icu_normalizer_data v1.5.0
6482026-01-26T04:58:24.149Z Running `/home/build/.rustup/toolchains/1.92.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=5ceffb0ea6ea2a1d -C extra-filename=-dfa8907b9e4291c9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6492026-01-26T04:58:24.158Z Compiling utf16_iter v1.0.5
6502026-01-26T04:58:24.169Z Running `/home/build/.rustup/toolchains/1.92.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=56dcfba9e5cbf7dc -C extra-filename=-fb16a39c19565682 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6512026-01-26T04:58:24.172Z Compiling time v0.3.36
6522026-01-26T04:58:24.172Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.36/src/lib.rs --error-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=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 --warn=unused --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=temporary-cstring-as-ptr --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=clippy::nursery' --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=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --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", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=5cbb8161b55718f0 -C extra-filename=-00e85bed17f58ad4 --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-3eff810ddca4f88f.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-2a6214e7bd6abaee.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-75741bd77ea0a8b1.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-a85ba45e7c253d31.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-a5173583f8885fa3.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-78eed000a90d4839.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-73a707b09d838b2f.so --cap-lints allow`
6532026-01-26T04:58:24.189Z Compiling serde_derive v1.0.228
6542026-01-26T04:58:24.192Z Running `/home/build/.rustup/toolchains/1.92.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=de5ae682c6eb0fa7 -C extra-filename=-a6fa8564c519feb9 --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-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern proc_macro --cap-lints allow`
6552026-01-26T04:58:24.250Z Compiling tokio-macros v2.6.0
6562026-01-26T04:58:24.253Z Running `/home/build/.rustup/toolchains/1.92.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.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 --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=f7a1883d89c22d56 -C extra-filename=-7c6bda764af05b27 --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-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern proc_macro --cap-lints allow`
6572026-01-26T04:58:24.368Z Compiling zerofrom-derive v0.1.5
6582026-01-26T04:58:24.372Z Running `/home/build/.rustup/toolchains/1.92.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=fa73ff418d6a9204 -C extra-filename=-00030fac102b1e1d --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-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-377fa44251779917.rlib --extern proc_macro --cap-lints allow`
6592026-01-26T04:58:24.581Z Compiling futures-macro v0.3.31
6602026-01-26T04:58:24.584Z Running `/home/build/.rustup/toolchains/1.92.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.31/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=aa1688a5bb069f80 -C extra-filename=-aaca5bc3ce7d61d2 --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-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern proc_macro --cap-lints allow`
6612026-01-26T04:58:24.627Z Compiling yoke-derive v0.7.5
6622026-01-26T04:58:24.630Z Running `/home/build/.rustup/toolchains/1.92.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=677a429385b0c1f8 -C extra-filename=-f10076d40f106cd5 --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-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-377fa44251779917.rlib --extern proc_macro --cap-lints allow`
6632026-01-26T04:58:24.899Z Compiling thiserror-impl v2.0.18
6642026-01-26T04:58:24.911Z Running `/home/build/.rustup/toolchains/1.92.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=8abe6dd48eb8677b -C extra-filename=-40e79b9f63a3bc99 --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-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern proc_macro --cap-lints allow`
6652026-01-26T04:58:25.851Z Compiling tokio v1.49.0
6662026-01-26T04:58:25.854Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs --error-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=c9f9d38f9463c9cd -C extra-filename=-01f28d77074a8614 --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-5ecd5f1916a6d7e9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-8afe31f81db69d9a.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-c152a05d24e76f79.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-6208cd3dd09c55f2.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-e2e3b0bd45e1787c.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-7c6bda764af05b27.so --cap-lints allow`
6672026-01-26T04:58:25.996Z Compiling zerovec-derive v0.10.3
6682026-01-26T04:58:26.008Z Running `/home/build/.rustup/toolchains/1.92.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=92e53622aef267f9 -C extra-filename=-d2d7dd6e345056d3 --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-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern proc_macro --cap-lints allow`
6692026-01-26T04:58:26.441Z Compiling futures-util v0.3.31
6702026-01-26T04:58:26.444Z Running `/home/build/.rustup/toolchains/1.92.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.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=5786d0f84ffe44dd -C extra-filename=-8fdcf2d7fdcc9494 --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-c12409cd2aa547f6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-a8037fb04114235f.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-aaca5bc3ce7d61d2.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a59d605fba7e7623.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4300c4d0f434c5ef.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e21694cb7552ee9a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-b878c6d60e538515.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-02f5df2a920989d3.rmeta --cap-lints allow`
6712026-01-26T04:58:27.046Z Compiling displaydoc v0.2.5
6722026-01-26T04:58:27.051Z Running `/home/build/.rustup/toolchains/1.92.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=10f7b031607ae0f6 -C extra-filename=-4a0f871c2210781a --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-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern proc_macro --cap-lints allow`
6732026-01-26T04:58:27.283Z Compiling zerofrom v0.1.5
6742026-01-26T04:58:27.286Z Running `/home/build/.rustup/toolchains/1.92.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=aad6ded3c008fa90 -C extra-filename=-0f3617d6ea67c73a --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-00030fac102b1e1d.so --cap-lints allow`
6752026-01-26T04:58:27.520Z Compiling yoke v0.7.5
6762026-01-26T04:58:27.523Z Running `/home/build/.rustup/toolchains/1.92.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=4dadb3b3fca1ff7e -C extra-filename=-58b623b13d5cd552 --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-eb7e57ae6664c5f9.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-f10076d40f106cd5.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0f3617d6ea67c73a.rmeta --cap-lints allow`
6772026-01-26T04:58:27.635Z Compiling zerocopy-derive v0.8.27
6782026-01-26T04:58:27.657Z Running `/home/build/.rustup/toolchains/1.92.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=4243230f6a9d3d2a -C extra-filename=-d06ce639f421db0e --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-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern proc_macro --cap-lints allow`
6792026-01-26T04:58:27.802Z Running `/home/build/.rustup/toolchains/1.92.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=eec98f3f36805d22 -C extra-filename=-b8538cc4cef7f611 --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-40e79b9f63a3bc99.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6802026-01-26T04:58:27.970Z Compiling pest v2.8.1
6812026-01-26T04:58:27.973Z Running `/home/build/.rustup/toolchains/1.92.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=8988704b8a85081f -C extra-filename=-a057942edbd94ead --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-e21694cb7552ee9a.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-17a9ade75285a27e.rmeta --cap-lints allow`
6822026-01-26T04:58:27.982Z Compiling icu_provider_macros v1.5.0
6832026-01-26T04:58:27.985Z Running `/home/build/.rustup/toolchains/1.92.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=0a9f311e17173053 -C extra-filename=-9901912963331eb7 --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-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern proc_macro --cap-lints allow`
6842026-01-26T04:58:28.448Z Compiling zerovec v0.10.4
6852026-01-26T04:58:28.451Z Running `/home/build/.rustup/toolchains/1.92.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=1a8398742f052a3f -C extra-filename=-76e52dd0ebeb1c36 --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-58b623b13d5cd552.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0f3617d6ea67c73a.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-d2d7dd6e345056d3.so --cap-lints allow`
6862026-01-26T04:58:28.718Z Compiling scroll_derive v0.13.1
6872026-01-26T04:58:28.721Z Running `/home/build/.rustup/toolchains/1.92.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=284d56066871a1f4 -C extra-filename=-bca06cc2f1b7f22d --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-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern proc_macro --cap-lints allow`
6882026-01-26T04:58:29.136Z Compiling foreign-types-shared v0.1.1
6892026-01-26T04:58:29.165Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0913e4b92e98220 -C extra-filename=-98b292a87d5cdbbb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6902026-01-26T04:58:29.274Z Compiling openssl-probe v0.1.4
6912026-01-26T04:58:29.324Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18d394f1c0bb7269 -C extra-filename=-aa9a99eabf3de30f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6922026-01-26T04:58:29.618Z Compiling usdt-impl v0.6.0
6932026-01-26T04:58:29.630Z Running `/home/build/.rustup/toolchains/1.92.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=649ffc27d401e7ce -C extra-filename=-b8f678b02d79086c --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-b8f678b02d79086c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6942026-01-26T04:58:30.048Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-b8f678b02d79086c/build-script-build`
6952026-01-26T04:58:30.058Z Compiling foreign-types v0.3.2
6962026-01-26T04:58:30.061Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7e73e056b159d69 -C extra-filename=-8c90d3fdaa07e6a1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types_shared-98b292a87d5cdbbb.rmeta --cap-lints allow`
6972026-01-26T04:58:30.168Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-4d48977c01555948/build-script-build`
6982026-01-26T04:58:30.188Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-33a0a173cdbabd7c/build-script-build`
6992026-01-26T04:58:30.247Z Compiling tinystr v0.7.6
7002026-01-26T04:58:30.250Z Running `/home/build/.rustup/toolchains/1.92.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=61fd03d2eb232f6a -C extra-filename=-7b5a81573fc62b99 --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-4a0f871c2210781a.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-76e52dd0ebeb1c36.rmeta --cap-lints allow`
7012026-01-26T04:58:30.509Z Compiling pest_meta v2.8.1
7022026-01-26T04:58:30.512Z Running `/home/build/.rustup/toolchains/1.92.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=5ed121cf2676666c -C extra-filename=-f8c034f1067172e3 --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-a057942edbd94ead.rmeta --cap-lints allow`
7032026-01-26T04:58:30.635Z Compiling icu_locid v1.5.0
7042026-01-26T04:58:30.638Z Running `/home/build/.rustup/toolchains/1.92.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=0ea25cd50547f174 -C extra-filename=-e669612a057981f6 --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-4a0f871c2210781a.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-9716f9529f530590.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-7b5a81573fc62b99.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-587f6c7889c2b70f.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-76e52dd0ebeb1c36.rmeta --cap-lints allow`
7052026-01-26T04:58:30.651Z Compiling icu_collections v1.5.0
7062026-01-26T04:58:30.654Z Running `/home/build/.rustup/toolchains/1.92.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=742515c9eb699c48 -C extra-filename=-46ca5fbd2d6b82e4 --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-4a0f871c2210781a.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-58b623b13d5cd552.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0f3617d6ea67c73a.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-76e52dd0ebeb1c36.rmeta --cap-lints allow`
7072026-01-26T04:58:30.671Z Running `/home/build/.rustup/toolchains/1.92.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=0a7043b98fba2063 -C extra-filename=-94fcbbdedc077794 --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-d06ce639f421db0e.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)'`
7082026-01-26T04:58:30.952Z Compiling scroll v0.13.0
7092026-01-26T04:58:30.955Z Running `/home/build/.rustup/toolchains/1.92.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=10f9bcb5bbf873e8 -C extra-filename=-993eb788d19ec41b --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-bca06cc2f1b7f22d.so --cap-lints allow`
7102026-01-26T04:58:31.126Z Running `/home/build/.rustup/toolchains/1.92.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=1c18f8536c3e08e5 -C extra-filename=-c4623feca6aca54b --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-cbe5626542001e99.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-a6fa8564c519feb9.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)'`
7112026-01-26T04:58:31.503Z Running `/home/build/.rustup/toolchains/1.92.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=e152274ad1f5fdae -C extra-filename=-94f68f4d1a0cf1b1 --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-2cd86c14576cf4f5.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-a6fa8564c519feb9.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)'`
7122026-01-26T04:58:32.081Z Compiling pest_generator v2.8.1
7132026-01-26T04:58:32.084Z Running `/home/build/.rustup/toolchains/1.92.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=72706e82f56c9808 -C extra-filename=-770d907c64510e0d --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-a057942edbd94ead.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-f8c034f1067172e3.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rmeta --cap-lints allow`
7142026-01-26T04:58:32.116Z Compiling icu_provider v1.5.0
7152026-01-26T04:58:32.129Z Running `/home/build/.rustup/toolchains/1.92.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=eaf8d08052114ea5 -C extra-filename=-5e37efaa27eab348 --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-4a0f871c2210781a.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-e669612a057981f6.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-9901912963331eb7.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-eb7e57ae6664c5f9.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-7b5a81573fc62b99.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-587f6c7889c2b70f.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-58b623b13d5cd552.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0f3617d6ea67c73a.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-76e52dd0ebeb1c36.rmeta --cap-lints allow`
7162026-01-26T04:58:32.443Z Compiling erased-serde v0.3.31
7172026-01-26T04:58:32.446Z Running `/home/build/.rustup/toolchains/1.92.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=aa0ee341df7e4765 -C extra-filename=-9b8599907575311c --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-c4623feca6aca54b.rmeta --cap-lints allow`
7182026-01-26T04:58:32.835Z Compiling icu_locid_transform v1.5.0
7192026-01-26T04:58:32.848Z Running `/home/build/.rustup/toolchains/1.92.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=d634d0c9db46d846 -C extra-filename=-1a76461d5760c115 --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-4a0f871c2210781a.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-e669612a057981f6.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-6994f298582f665f.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-5e37efaa27eab348.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-7b5a81573fc62b99.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-76e52dd0ebeb1c36.rmeta --cap-lints allow`
7202026-01-26T04:58:32.890Z Compiling serde_tokenstream v0.2.2
7212026-01-26T04:58:32.893Z Running `/home/build/.rustup/toolchains/1.92.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc88d2acd7a4b1cd -C extra-filename=-d9b199a773963e4e --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-d218ed60daceb981.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-94f68f4d1a0cf1b1.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rmeta --cap-lints allow`
7222026-01-26T04:58:33.168Z Compiling openssl-macros v0.1.1
7232026-01-26T04:58:33.179Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f723ab81e0642eb -C extra-filename=-f0b3be3d05add6cf --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-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern proc_macro --cap-lints allow`
7242026-01-26T04:58:33.500Z Running `/home/build/.rustup/toolchains/1.92.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=0910cc68ae2f08c9 -C extra-filename=-33c293b6b4848b30 --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-03b97606ae84b231.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-fa4406c2468ed2f1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7252026-01-26T04:58:33.769Z Running `/home/build/.rustup/toolchains/1.92.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=d84f83194686dff5 -C extra-filename=-2fa6b9fb22bfa1a9 --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-9b8599907575311c.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7262026-01-26T04:58:33.857Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-a9838e6953e4558e/build-script-build`
7272026-01-26T04:58:34.082Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-9c72ec6efb4903ff/build-script-build`
7282026-01-26T04:58:34.181Z Compiling block-buffer v0.10.2
7292026-01-26T04:58:34.184Z Running `/home/build/.rustup/toolchains/1.92.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=a88c18c3cf10845a -C extra-filename=-9da8680cca7e78b6 --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-6a64513162ee73ed.rmeta --cap-lints allow`
7302026-01-26T04:58:34.255Z Compiling tokio-util v0.7.7
7312026-01-26T04:58:34.258Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=af5424bfbdf717dc -C extra-filename=-a84b1c7953456b8f --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-5ecd5f1916a6d7e9.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a59d605fba7e7623.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2fac1e82ca739178.rmeta --cap-lints allow`
7322026-01-26T04:58:34.269Z Compiling pest_derive v2.8.1
7332026-01-26T04:58:34.272Z Running `/home/build/.rustup/toolchains/1.92.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=0c0224de34bb3d66 -C extra-filename=-1f0c2884f3c0f8f0 --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-a057942edbd94ead.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-770d907c64510e0d.rlib --extern proc_macro --cap-lints allow`
7342026-01-26T04:58:34.396Z Compiling icu_properties v1.5.1
7352026-01-26T04:58:34.408Z Running `/home/build/.rustup/toolchains/1.92.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=d00c388a3acae412 -C extra-filename=-a5cef114c2f98867 --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-4a0f871c2210781a.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-46ca5fbd2d6b82e4.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-1a76461d5760c115.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-1a172109d3452741.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-5e37efaa27eab348.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-7b5a81573fc62b99.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-76e52dd0ebeb1c36.rmeta --cap-lints allow`
7362026-01-26T04:58:34.635Z Compiling dof v0.4.0
7372026-01-26T04:58:34.638Z Running `/home/build/.rustup/toolchains/1.92.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=3ba232c056fdb6fa -C extra-filename=-bf588d2bcbc18071 --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-94f68f4d1a0cf1b1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fff2545b0051de5.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-94fcbbdedc077794.rmeta --cap-lints allow`
7382026-01-26T04:58:34.664Z Compiling crypto-common v0.1.6
7392026-01-26T04:58:34.675Z Running `/home/build/.rustup/toolchains/1.92.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=38cf56cab1ba5f2c -C extra-filename=-86901e58e168df60 --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-6a64513162ee73ed.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-53d886db1813acf4.rmeta --cap-lints allow`
7402026-01-26T04:58:34.884Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=60b627b933a4ca5e -C extra-filename=-f6dd7c307ab69e35 --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-d91a6b01eb2cb91d.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'`
7412026-01-26T04:58:35.271Z Compiling h2 v0.4.6
7422026-01-26T04:58:35.283Z Running `/home/build/.rustup/toolchains/1.92.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=ca5ec734458498dd -C extra-filename=-cfb1056f3cbed1db --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-9ac8fd3889a1fc7b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-4448a40bb35d7eef.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a59d605fba7e7623.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-02f5df2a920989d3.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-a84b1c7953456b8f.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2fac1e82ca739178.rmeta --cap-lints allow`
7432026-01-26T04:58:35.521Z Compiling dtrace-parser v0.3.0
7442026-01-26T04:58:35.524Z Running `/home/build/.rustup/toolchains/1.92.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=7e048d6df5b5dc82 -C extra-filename=-6f30ba442de4ccb9 --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-a057942edbd94ead.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-1f0c2884f3c0f8f0.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rmeta --cap-lints allow`
7452026-01-26T04:58:35.575Z Compiling form_urlencoded v1.2.2
7462026-01-26T04:58:35.594Z Running `/home/build/.rustup/toolchains/1.92.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=d53f96270009bde9 -C extra-filename=-14abb8393ba8e0e8 --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-a56d4c653a00f37e.rmeta --cap-lints allow`
7472026-01-26T04:58:35.640Z Compiling rand_core v0.6.3
7482026-01-26T04:58:35.643Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=f877f7e47cbdb272 -C extra-filename=-2d6f9184da938cb8 --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-b15f3bb5297798e5.rmeta --cap-lints allow`
7492026-01-26T04:58:35.763Z Compiling rustls v0.22.4
7502026-01-26T04:58:35.766Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=b335fd724a79b5a2 -C extra-filename=-c587a6d30552a342 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-c587a6d30552a342 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7512026-01-26T04:58:35.923Z Compiling ryu v1.0.5
7522026-01-26T04:58:35.932Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=bd3f5576a77731b1 -C extra-filename=-fad403f3604b2454 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-fad403f3604b2454 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7532026-01-26T04:58:36.067Z Compiling ppv-lite86 v0.2.15
7542026-01-26T04:58:36.070Z Running `/home/build/.rustup/toolchains/1.92.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=ba3a59ac04a1e67e -C extra-filename=-2042151c00ea19a5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7552026-01-26T04:58:36.127Z Compiling rustls v0.23.13
7562026-01-26T04:58:36.130Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=9d373d6933410322 -C extra-filename=-f1268eb15984a14f --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-f1268eb15984a14f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7572026-01-26T04:58:36.184Z Compiling native-tls v0.2.12
7582026-01-26T04:58:36.186Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=07bb6232b11bcd51 -C extra-filename=-f4ad55a0eb5f9ef5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-f4ad55a0eb5f9ef5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7592026-01-26T04:58:36.477Z Compiling mime v0.3.16
7602026-01-26T04:58:36.526Z Running `/home/build/.rustup/toolchains/1.92.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=4332476ee8c5d912 -C extra-filename=-08a73b4620987bb3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7612026-01-26T04:58:36.538Z Compiling plain v0.2.3
7622026-01-26T04:58:36.538Z Running `/home/build/.rustup/toolchains/1.92.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=3fef49bdc7379a9b -C extra-filename=-7b15fb07f0c6cf62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7632026-01-26T04:58:36.643Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-f4ad55a0eb5f9ef5/build-script-build`
7642026-01-26T04:58:36.651Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-f1268eb15984a14f/build-script-build`
7652026-01-26T04:58:36.670Z Compiling goblin v0.10.1
7662026-01-26T04:58:36.673Z Running `/home/build/.rustup/toolchains/1.92.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=e0dd059a459045ae -C extra-filename=-dcdc307850c22838 --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-aaa7dec7979a9811.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-7b15fb07f0c6cf62.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-993eb788d19ec41b.rmeta --cap-lints allow`
7672026-01-26T04:58:36.705Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-fad403f3604b2454/build-script-build`
7682026-01-26T04:58:36.768Z Compiling rand_chacha v0.3.1
7692026-01-26T04:58:36.772Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=6c0b35a91153130a -C extra-filename=-166df8d44c49eace --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-2042151c00ea19a5.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-2d6f9184da938cb8.rmeta --cap-lints allow`
7702026-01-26T04:58:36.801Z Running `/home/build/.rustup/toolchains/1.92.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=9a3f0773027c76e8 -C extra-filename=-505435b75d3da558 --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-e0ec86222b213173.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-bf588d2bcbc18071.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-6f30ba442de4ccb9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-94f68f4d1a0cf1b1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fff2545b0051de5.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-5871d7024d40eea6.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)'`
7712026-01-26T04:58:37.021Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-c587a6d30552a342/build-script-build`
7722026-01-26T04:58:37.042Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=00dfe8948c610537 -C extra-filename=-32be8d19061bfd0f --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-03b97606ae84b231.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d9f3e49df05053f1.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-8c90d3fdaa07e6a1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-bcf0c78fdafaa0ad.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-f0b3be3d05add6cf.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-f6dd7c307ab69e35.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
7732026-01-26T04:58:37.693Z Compiling digest v0.10.7
7742026-01-26T04:58:37.705Z Running `/home/build/.rustup/toolchains/1.92.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=7db2d15921fc0e74 -C extra-filename=-7c69d3f13d5c737f --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-9da8680cca7e78b6.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-86901e58e168df60.rmeta --cap-lints allow`
7752026-01-26T04:58:37.853Z Running `/home/build/.rustup/toolchains/1.92.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=40ca1e19c153b005 -C extra-filename=-0ba087e84ae7d5c7 --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`
7762026-01-26T04:58:38.084Z Running `/home/build/.rustup/toolchains/1.92.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=4901fb813ee62184 -C extra-filename=-8e52de7a6ca47779 --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`
7772026-01-26T04:58:38.098Z Running `/home/build/.rustup/toolchains/1.92.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=73ba43725e87bf45 -C extra-filename=-dfdacbd5bb51e603 --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"))'`
7782026-01-26T04:58:38.272Z Compiling icu_normalizer v1.5.0
7792026-01-26T04:58:38.275Z Running `/home/build/.rustup/toolchains/1.92.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=1aab51f97989af43 -C extra-filename=-7f38b2ee8e45e46f --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-4a0f871c2210781a.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-46ca5fbd2d6b82e4.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-dfa8907b9e4291c9.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-a5cef114c2f98867.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-5e37efaa27eab348.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-49dd8f4c7a263819.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-fb16a39c19565682.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-c8a7bbf3e2d688c8.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-33d571a18024c08b.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-76e52dd0ebeb1c36.rmeta --cap-lints allow`
7802026-01-26T04:58:39.182Z Compiling unicode-width v0.1.9
7812026-01-26T04:58:39.185Z Running `/home/build/.rustup/toolchains/1.92.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=e717699d0df2186c -C extra-filename=-07fc40ab92b7be4e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7822026-01-26T04:58:39.363Z Compiling idna_adapter v1.2.0
7832026-01-26T04:58:39.368Z Running `/home/build/.rustup/toolchains/1.92.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=ddbd560fec8349b0 -C extra-filename=-f4613c812cc829f6 --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-7f38b2ee8e45e46f.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-a5cef114c2f98867.rmeta --cap-lints allow`
7842026-01-26T04:58:39.448Z Compiling winnow v0.7.13
7852026-01-26T04:58:39.454Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=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_to_string' '--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_enum' '--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", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=9f7ebea67b20e530 -C extra-filename=-0c7cb3e66ab14e6f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7862026-01-26T04:58:39.491Z Compiling cpufeatures v0.2.2
7872026-01-26T04:58:39.494Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-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=668b047932fbf7bd -C extra-filename=-b12975013fe88fbb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7882026-01-26T04:58:39.599Z Compiling pretty-hex v0.4.1
7892026-01-26T04:58:39.601Z Running `/home/build/.rustup/toolchains/1.92.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=31534bc90e39d373 -C extra-filename=-0636d225778e88e7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7902026-01-26T04:58:39.612Z Compiling unicode-segmentation v1.10.0
7912026-01-26T04:58:39.615Z Running `/home/build/.rustup/toolchains/1.92.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=d74dd7453dc76ff6 -C extra-filename=-dcc785b7b02fb49d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7922026-01-26T04:58:39.831Z Compiling iana-time-zone v0.1.47
7932026-01-26T04:58:39.834Z Running `/home/build/.rustup/toolchains/1.92.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=14ea6328f5cd5395 -C extra-filename=-21e601a383bd0e73 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7942026-01-26T04:58:40.231Z Compiling hyper v1.8.1
7952026-01-26T04:58:40.243Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.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 --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=553e209f26298323 -C extra-filename=-14d7898e23e55fc3 --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-9ac8fd3889a1fc7b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-c12409cd2aa547f6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-cfb1056f3cbed1db.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5896181714a67144.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-a23521c4f33a3866.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-b6ded7f23f87f621.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-2a6214e7bd6abaee.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-b878c6d60e538515.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-49dd8f4c7a263819.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-72c27f76ab1fcf03.rmeta --cap-lints allow`
7962026-01-26T04:58:40.252Z Compiling lazy_static v1.5.0
7972026-01-26T04:58:40.255Z Running `/home/build/.rustup/toolchains/1.92.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=f9332aeb1f658cc3 -C extra-filename=-a63e97079b2e8b1d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7982026-01-26T04:58:40.393Z Compiling thiserror v1.0.69
7992026-01-26T04:58:40.396Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2bbe68b53f23b69 -C extra-filename=-78dfc24ca47a64d1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-78dfc24ca47a64d1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8002026-01-26T04:58:40.410Z Running `/home/build/.rustup/toolchains/1.92.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=7e1de9c84a8e240c -C extra-filename=-98b8dd84edd8aff1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-98b8dd84edd8aff1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8012026-01-26T04:58:40.878Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-98b8dd84edd8aff1/build-script-build`
8022026-01-26T04:58:40.885Z Compiling console v0.15.7
8032026-01-26T04:58:40.888Z Running `/home/build/.rustup/toolchains/1.92.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=300e146235400aaf -C extra-filename=-2663d63ba9e0be73 --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-a63e97079b2e8b1d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-07fc40ab92b7be4e.rmeta --cap-lints allow`
8042026-01-26T04:58:40.899Z Compiling newline-converter v0.3.0
8052026-01-26T04:58:40.899Z Running `/home/build/.rustup/toolchains/1.92.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=96d4608f68ee7889 -C extra-filename=-c8e2c71880ceb9b2 --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-dcc785b7b02fb49d.rmeta --cap-lints allow`
8062026-01-26T04:58:41.004Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-78dfc24ca47a64d1/build-script-build`
8072026-01-26T04:58:41.079Z Compiling chrono v0.4.43
8082026-01-26T04:58:41.082Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=0f97d616476be319 -C extra-filename=-d2c079753b93895f --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-21e601a383bd0e73.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-8e52de7a6ca47779.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rmeta --cap-lints allow`
8092026-01-26T04:58:41.372Z Compiling sha1 v0.10.6
8102026-01-26T04:58:41.376Z Running `/home/build/.rustup/toolchains/1.92.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=d7040ecb6f5905cd -C extra-filename=-7bcc0f1f2b9105cc --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-d9f3e49df05053f1.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-b12975013fe88fbb.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-7c69d3f13d5c737f.rmeta --cap-lints allow`
8112026-01-26T04:58:41.799Z Compiling idna v1.0.3
8122026-01-26T04:58:41.823Z Running `/home/build/.rustup/toolchains/1.92.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=f2853468d3bb1ace -C extra-filename=-7f9f0c18553b652d --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-f4613c812cc829f6.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-49dd8f4c7a263819.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-c8a7bbf3e2d688c8.rmeta --cap-lints allow`
8132026-01-26T04:58:42.302Z Compiling mime_guess v2.0.5
8142026-01-26T04:58:42.306Z Running `/home/build/.rustup/toolchains/1.92.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=928caf0a3d1823ee -C extra-filename=-d0a31ccf62658966 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-d0a31ccf62658966 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-0ba087e84ae7d5c7.rlib --cap-lints allow`
8152026-01-26T04:58:42.669Z Compiling hyper-util v0.1.19
8162026-01-26T04:58:42.672Z Running `/home/build/.rustup/toolchains/1.92.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.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=1e6b098fda55dca2 -C extra-filename=-a657d9500f22a64b --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-18af7d7230f35e32.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-c12409cd2aa547f6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-8fdcf2d7fdcc9494.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5896181714a67144.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-e8680fc069cdafc7.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-e2e3b0bd45e1787c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-5bd16f5b029f7406.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2fac1e82ca739178.rmeta --cap-lints allow`
8172026-01-26T04:58:42.924Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=61a9b8a74ececf2f -C extra-filename=-42aef74ad33ecccc --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-aaa7dec7979a9811.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-32be8d19061bfd0f.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-aa9a99eabf3de30f.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-f6dd7c307ab69e35.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
8182026-01-26T04:58:43.434Z Compiling toml_parser v1.0.6+spec-1.1.0
8192026-01-26T04:58:43.437Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--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_enum' '--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=2aba156316bca59e -C extra-filename=-73dcedb190d70355 --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-0c7cb3e66ab14e6f.rmeta --cap-lints allow`
8202026-01-26T04:58:43.551Z Compiling rand v0.8.4
8212026-01-26T04:58:43.554Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="rand_hc"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "rand_hc", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=b5a183d30f84112d -C extra-filename=-c9999c3e1abed566 --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-d91a6b01eb2cb91d.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-166df8d44c49eace.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-2d6f9184da938cb8.rmeta --cap-lints allow`
8222026-01-26T04:58:43.641Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=05b862b04872a309 -C extra-filename=-aa6d052f3a01b72c --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-aaa7dec7979a9811.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-a7aec3e05e225fa8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-2eae4d21546d15aa.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-23c10a0749295ab8.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-43179ed41b445ef9.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
8232026-01-26T04:58:44.321Z Running `/home/build/.rustup/toolchains/1.92.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=f2b2c7f4b5c50d74 -C extra-filename=-517a05781ba11594 --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-dcdc307850c22838.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-0636d225778e88e7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-94fcbbdedc077794.rmeta --cap-lints allow`
8242026-01-26T04:58:44.821Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=a9a277ace250be2f -C extra-filename=-c0bdb86579048164 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
8252026-01-26T04:58:45.102Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=8d1ea7e64313c0dd -C extra-filename=-1ef3db28a85294bc --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-bcf0c78fdafaa0ad.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-a7aec3e05e225fa8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-2eae4d21546d15aa.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-23c10a0749295ab8.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-43179ed41b445ef9.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
8262026-01-26T04:58:45.130Z Compiling thiserror-impl v1.0.69
8272026-01-26T04:58:45.133Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=474ace4d446952f4 -C extra-filename=-53b108c721bc3d79 --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-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern proc_macro --cap-lints allow`
8282026-01-26T04:58:45.150Z Compiling concurrent-queue v2.5.0
8292026-01-26T04:58:45.153Z Running `/home/build/.rustup/toolchains/1.92.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=a4b106958f37fcff -C extra-filename=-1e19e36cdffb678b --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-0c937afeade36510.rmeta --cap-lints allow`
8302026-01-26T04:58:45.168Z Compiling serde_derive_internals v0.29.0
8312026-01-26T04:58:45.171Z Running `/home/build/.rustup/toolchains/1.92.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=ceb17bbb9fbcbae8 -C extra-filename=-2693726ab5623f11 --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-d218ed60daceb981.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rmeta --cap-lints allow`
8322026-01-26T04:58:45.531Z Compiling http-body-util v0.1.3
8332026-01-26T04:58:45.535Z Running `/home/build/.rustup/toolchains/1.92.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=06768a6fc0d7f177 -C extra-filename=-9be7bc304d60cb78 --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-5ecd5f1916a6d7e9.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5896181714a67144.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --cap-lints allow`
8342026-01-26T04:58:46.015Z Compiling serde_spanned v1.0.4
8352026-01-26T04:58:46.018Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-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 --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_to_string' '--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_enum' '--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=5c8dc3ec33ffb75c -C extra-filename=-b2be4bc2f314013e --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-cbe5626542001e99.rmeta --cap-lints allow`
8362026-01-26T04:58:46.298Z Compiling toml_datetime v0.7.5+spec-1.1.0
8372026-01-26T04:58:46.301Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+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_to_string' '--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_enum' '--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=ea34b064c45c8ae7 -C extra-filename=-2307657a36f0e4d3 --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-cbe5626542001e99.rmeta --cap-lints allow`
8382026-01-26T04:58:46.690Z Compiling rustls-pemfile v2.2.0
8392026-01-26T04:58:46.702Z Running `/home/build/.rustup/toolchains/1.92.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=336a1c1faec4f907 -C extra-filename=-dded347b8d3b8f8d --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-8e0cf7eb9d277db1.rmeta --cap-lints allow`
8402026-01-26T04:58:46.957Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lib.rs --error-format=json --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=f446754e6025f57e -C extra-filename=-ab39085bb5489aa9 --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-d218ed60daceb981.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-34998c1384dce2fd.rmeta --cap-lints allow`
8412026-01-26T04:58:47.037Z Compiling multer v3.1.0
8422026-01-26T04:58:47.039Z Running `/home/build/.rustup/toolchains/1.92.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=139fe0c9c5b3f507 -C extra-filename=-a42ca7aa30ae6038 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-a42ca7aa30ae6038 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-fa8a923cfd6ca6bd.rlib --cap-lints allow`
8432026-01-26T04:58:47.059Z Compiling sync_wrapper v1.0.1
8442026-01-26T04:58:47.063Z Running `/home/build/.rustup/toolchains/1.92.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=ada8dd1ff9306251 -C extra-filename=-ef0bbdc2a7a3739f --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-1f9e330bb92d952e.rmeta --cap-lints allow`
8452026-01-26T04:58:47.077Z Compiling thread_local v1.1.4
8462026-01-26T04:58:47.080Z Running `/home/build/.rustup/toolchains/1.92.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=232866806a901487 -C extra-filename=-ee882d04a2f7e901 --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-bcf0c78fdafaa0ad.rmeta --cap-lints allow`
8472026-01-26T04:58:47.234Z Compiling encoding_rs v0.8.32
8482026-01-26T04:58:47.245Z Running `/home/build/.rustup/toolchains/1.92.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=d3a93d1951d02263 -C extra-filename=-052e04dcd3f6cbff --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-d9f3e49df05053f1.rmeta --cap-lints allow`
8492026-01-26T04:58:47.444Z Compiling target-triple v1.0.0
8502026-01-26T04:58:47.446Z Running `/home/build/.rustup/toolchains/1.92.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=f380711f26d15791 -C extra-filename=-720b06c19d8bf610 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-720b06c19d8bf610 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8512026-01-26T04:58:47.621Z Compiling slog-async v2.8.0
8522026-01-26T04:58:47.621Z Running `/home/build/.rustup/toolchains/1.92.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=0a710e43e6493c5e -C extra-filename=-1b6eb845a3cc7555 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-1b6eb845a3cc7555 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8532026-01-26T04:58:47.901Z Compiling camino v1.2.2
8542026-01-26T04:58:47.913Z Running `/home/build/.rustup/toolchains/1.92.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=0da1b124d1e61dd5 -C extra-filename=-c87aee8a966f86e7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-c87aee8a966f86e7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8552026-01-26T04:58:48.045Z Compiling match_cfg v0.1.0
8562026-01-26T04:58:48.048Z Running `/home/build/.rustup/toolchains/1.92.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=719876d5451c2676 -C extra-filename=-8e53fec7412e9def --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8572026-01-26T04:58:48.159Z Compiling semver v1.0.27
8582026-01-26T04:58:48.162Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=4c55781c242b3e24 -C extra-filename=-2794751f9e57cbac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8592026-01-26T04:58:48.176Z Compiling schemars v0.8.22
8602026-01-26T04:58:48.179Z Running `/home/build/.rustup/toolchains/1.92.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=454370d0d5904cd8 -C extra-filename=-d7cab6c2d20fa910 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-d7cab6c2d20fa910 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8612026-01-26T04:58:48.526Z Compiling parking v2.2.0
8622026-01-26T04:58:48.537Z Running `/home/build/.rustup/toolchains/1.92.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=21ce6b505ef23201 -C extra-filename=-8d21b013053e2c7e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8632026-01-26T04:58:48.621Z Compiling toml_writer v1.0.6+spec-1.1.0
8642026-01-26T04:58:48.624Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.6+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--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_enum' '--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=a0fc67ae6d81e51f -C extra-filename=-32fd83338daea29c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8652026-01-26T04:58:48.855Z Compiling similar v2.2.1
8662026-01-26T04:58:48.858Z Running `/home/build/.rustup/toolchains/1.92.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=4bbf57db7a447337 -C extra-filename=-4ebf39e698e8c842 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8672026-01-26T04:58:48.868Z Compiling heck v0.5.0
8682026-01-26T04:58:48.870Z Running `/home/build/.rustup/toolchains/1.92.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=fd370ffe228952d8 -C extra-filename=-86e41ea74570e15a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8692026-01-26T04:58:48.917Z Compiling event-listener v5.0.0
8702026-01-26T04:58:48.920Z Running `/home/build/.rustup/toolchains/1.92.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=fdb55de244a0a26d -C extra-filename=-5e27731531e4b509 --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-1e19e36cdffb678b.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-8d21b013053e2c7e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --cap-lints allow`
8712026-01-26T04:58:49.056Z Compiling toml v0.9.11+spec-1.1.0
8722026-01-26T04:58:49.067Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.11+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_to_string' '--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_enum' '--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=d3ff0ee0fbe8a174 -C extra-filename=-a8830c2f82315f1c --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-cbe5626542001e99.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-b2be4bc2f314013e.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-2307657a36f0e4d3.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-73dcedb190d70355.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-32fd83338daea29c.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-0c7cb3e66ab14e6f.rmeta --cap-lints allow`
8732026-01-26T04:58:49.304Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-d7cab6c2d20fa910/build-script-build`
8742026-01-26T04:58:49.324Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-c87aee8a966f86e7/build-script-build`
8752026-01-26T04:58:49.400Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-1b6eb845a3cc7555/build-script-build`
8762026-01-26T04:58:49.451Z Compiling hostname v0.3.1
8772026-01-26T04:58:49.454Z Running `/home/build/.rustup/toolchains/1.92.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=271fcf83c102c62b -C extra-filename=-584f80aa88551d37 --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-d91a6b01eb2cb91d.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-8e53fec7412e9def.rmeta --cap-lints allow`
8782026-01-26T04:58:49.507Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-720b06c19d8bf610/build-script-build`
8792026-01-26T04:58:49.527Z Compiling tokio-rustls v0.25.0
8802026-01-26T04:58:49.538Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=26676d59e5e8b30a -C extra-filename=-8d650d8995eadb3a --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-aa6d052f3a01b72c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
8812026-01-26T04:58:49.691Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b52f0cf5150ca07 -C extra-filename=-d31cfa578819f355 --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-53b108c721bc3d79.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
8822026-01-26T04:58:49.859Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-a42ca7aa30ae6038/build-script-build`
8832026-01-26T04:58:49.924Z Compiling tower v0.5.2
8842026-01-26T04:58:49.927Z Running `/home/build/.rustup/toolchains/1.92.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=bdf5c86d9444ea2d -C extra-filename=-6c5fde8965b3f762 --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-1f9e330bb92d952e.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-8fdcf2d7fdcc9494.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-ef0bbdc2a7a3739f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-5bd16f5b029f7406.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --cap-lints allow`
8852026-01-26T04:58:49.959Z Compiling schemars_derive v0.8.22
8862026-01-26T04:58:49.962Z Running `/home/build/.rustup/toolchains/1.92.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=97bf92ab49f32ab7 -C extra-filename=-74fafb6eae6b6ea2 --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-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-2693726ab5623f11.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern proc_macro --cap-lints allow`
8872026-01-26T04:58:50.981Z Compiling tokio-rustls v0.26.0
8882026-01-26T04:58:50.984Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=775882e8ea834a61 -C extra-filename=-0a5f3d28b8d3286f --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-1ef3db28a85294bc.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
8892026-01-26T04:58:51.106Z Compiling serde_urlencoded v0.7.1
8902026-01-26T04:58:51.118Z Running `/home/build/.rustup/toolchains/1.92.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=2933b63034da23ed -C extra-filename=-3243c81638b230a5 --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-14abb8393ba8e0e8.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-2a6214e7bd6abaee.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-c0bdb86579048164.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rmeta --cap-lints allow`
8912026-01-26T04:58:51.364Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-d0a31ccf62658966/build-script-build`
8922026-01-26T04:58:51.397Z Compiling tokio-native-tls v0.3.1
8932026-01-26T04:58:51.400Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=1767f6d3a3b11219 -C extra-filename=-62c174a1148d4516 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-42aef74ad33ecccc.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8942026-01-26T04:58:51.460Z Compiling url v2.5.4
8952026-01-26T04:58:51.469Z Running `/home/build/.rustup/toolchains/1.92.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=94016673fc5cc63e -C extra-filename=-479466c18d497a41 --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-14abb8393ba8e0e8.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-7f9f0c18553b652d.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --cap-lints allow`
8962026-01-26T04:58:51.638Z Compiling usdt-attr-macro v0.6.0
8972026-01-26T04:58:51.641Z Running `/home/build/.rustup/toolchains/1.92.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=cdf41b374461143f -C extra-filename=-14aeee2dc14068c1 --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-6f30ba442de4ccb9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d9b199a773963e4e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-505435b75d3da558.rlib --extern proc_macro --cap-lints allow`
8982026-01-26T04:58:51.695Z Compiling usdt-macro v0.6.0
8992026-01-26T04:58:51.698Z Running `/home/build/.rustup/toolchains/1.92.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=a3e18d6c87b98686 -C extra-filename=-b13d27fcde408129 --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-6f30ba442de4ccb9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d9b199a773963e4e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-505435b75d3da558.rlib --extern proc_macro --cap-lints allow`
9002026-01-26T04:58:52.814Z Compiling slog-json v2.6.1
9012026-01-26T04:58:52.826Z Running `/home/build/.rustup/toolchains/1.92.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=d0589a213598cece -C extra-filename=-d83d0e75fef12c0d --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-c4623feca6aca54b.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-00e85bed17f58ad4.rmeta --cap-lints allow`
9022026-01-26T04:58:52.911Z Compiling futures-executor v0.3.31
9032026-01-26T04:58:52.914Z Running `/home/build/.rustup/toolchains/1.92.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.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 --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", "num_cpus", "std", "thread-pool"))' -C metadata=0482bdf2657ccd0b -C extra-filename=-d747bc8f4fd979c7 --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-1f9e330bb92d952e.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4300c4d0f434c5ef.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-8fdcf2d7fdcc9494.rmeta --cap-lints allow`
9042026-01-26T04:58:53.211Z Compiling async-stream-impl v0.3.6
9052026-01-26T04:58:53.223Z Running `/home/build/.rustup/toolchains/1.92.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=02010996a60a6a10 -C extra-filename=-f3f7f19bcf18115e --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-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern proc_macro --cap-lints allow`
9062026-01-26T04:58:53.255Z Compiling tempfile v3.24.0
9072026-01-26T04:58:53.268Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=c8e5f67345511349 -C extra-filename=-ded336f66e956ba3 --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-b4d2da2fd35b10de.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-4046824fbf4a5171.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-bcf0c78fdafaa0ad.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-f7cecb3bc325deb3.rmeta --cap-lints allow`
9082026-01-26T04:58:53.268Z Compiling crossbeam-channel v0.5.1
9092026-01-26T04:58:53.271Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.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="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossbeam-utils", "default", "std"))' -C metadata=e0a7e8b44d0909ac -C extra-filename=-08eb015fe91f2963 --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-d9f3e49df05053f1.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-0c937afeade36510.rmeta --cap-lints allow`
9102026-01-26T04:58:53.295Z Compiling uuid v1.19.0
9112026-01-26T04:58:53.301Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-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 --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=475d52b86c434d76 -C extra-filename=-29dadf90bfae0c22 --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-4046824fbf4a5171.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow`
9122026-01-26T04:58:53.468Z Running `/home/build/.rustup/toolchains/1.92.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=e62e06f3041dd900 -C extra-filename=-07c2505a363fce44 --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-e0ec86222b213173.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-517a05781ba11594.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-6f30ba442de4ccb9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-ab39085bb5489aa9.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-5871d7024d40eea6.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)'`
9132026-01-26T04:58:53.676Z Compiling webpki-roots v0.26.5
9142026-01-26T04:58:53.679Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad146d51fb173437 -C extra-filename=-b6387c3a908ca7c4 --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-8e0cf7eb9d277db1.rmeta --cap-lints allow`
9152026-01-26T04:58:53.907Z Compiling is-terminal v0.4.12
9162026-01-26T04:58:53.910Z Running `/home/build/.rustup/toolchains/1.92.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=01e776a05fb8ae4c -C extra-filename=-24b085183f466ef9 --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-d91a6b01eb2cb91d.rmeta --cap-lints allow`
9172026-01-26T04:58:54.053Z Compiling memmap2 v0.9.8
9182026-01-26T04:58:54.057Z Running `/home/build/.rustup/toolchains/1.92.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=655d776b83363be3 -C extra-filename=-94b789af826f4f54 --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-d91a6b01eb2cb91d.rmeta --cap-lints allow`
9192026-01-26T04:58:54.129Z Compiling dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
9202026-01-26T04:58:54.158Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ffcf09e7d7dceed6 -C extra-filename=-cc8377bd6a4acce9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-cc8377bd6a4acce9 -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-fa8a923cfd6ca6bd.rlib`
9212026-01-26T04:58:54.161Z Compiling anyhow v1.0.100
9222026-01-26T04:58:54.161Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/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=4949fe2ca6c2d020 -C extra-filename=-3d7b93a4921b6d8f --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-3d7b93a4921b6d8f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9232026-01-26T04:58:54.311Z Compiling spin v0.9.8
9242026-01-26T04:58:54.314Z Running `/home/build/.rustup/toolchains/1.92.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=6589ca9ea1517544 -C extra-filename=-ff493ef111a70da0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9252026-01-26T04:58:54.455Z Compiling take_mut v0.2.2
9262026-01-26T04:58:54.458Z Running `/home/build/.rustup/toolchains/1.92.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=c1569f6c13bcdd39 -C extra-filename=-f8c38c6dd54a2122 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9272026-01-26T04:58:54.509Z Compiling dyn-clone v1.0.4
9282026-01-26T04:58:54.509Z Compiling term v1.1.0
9292026-01-26T04:58:54.512Z Running `/home/build/.rustup/toolchains/1.92.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=da39d5c0aea1c6a6 -C extra-filename=-933a61d21b7ab2ae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9302026-01-26T04:58:54.512Z Running `/home/build/.rustup/toolchains/1.92.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=8d6c54d978681614 -C extra-filename=-4baa42945a592e59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9312026-01-26T04:58:54.563Z Compiling iri-string v0.7.8
9322026-01-26T04:58:54.566Z Running `/home/build/.rustup/toolchains/1.92.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=9a4ec333263af061 -C extra-filename=-4e6a78f5b3be60f5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9332026-01-26T04:58:54.624Z Compiling data-encoding v2.4.0
9342026-01-26T04:58:54.627Z Running `/home/build/.rustup/toolchains/1.92.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=07e2dbc47df95ca7 -C extra-filename=-9481eb56ba914fb3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9352026-01-26T04:58:54.652Z Compiling utf-8 v0.7.6
9362026-01-26T04:58:54.655Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b22fc1586fd68d75 -C extra-filename=-2b75cd98c852d062 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9372026-01-26T04:58:54.786Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-3d7b93a4921b6d8f/build-script-build`
9382026-01-26T04:58:55.007Z Running `/home/build/.rustup/toolchains/1.92.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=a07950a79b88af4a -C extra-filename=-f80dd128e44fc5ba --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-d2c079753b93895f.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-933a61d21b7ab2ae.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-74fafb6eae6b6ea2.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9392026-01-26T04:58:55.010Z Running `/home/build/.rustup/toolchains/1.92.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=4195a7bc6ee3f86f -C extra-filename=-1d1c8aa49b2533d7 --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-08eb015fe91f2963.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-f8c38c6dd54a2122.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-ee882d04a2f7e901.rmeta --cap-lints allow --cfg integer128`
9402026-01-26T04:58:55.193Z Compiling slog-term v2.9.2
9412026-01-26T04:58:55.196Z Running `/home/build/.rustup/toolchains/1.92.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=d14554a2454adceb -C extra-filename=-a22c5c7a3866d910 --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-d2c079753b93895f.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-24b085183f466ef9.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-4baa42945a592e59.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-ee882d04a2f7e901.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-00e85bed17f58ad4.rmeta --cap-lints allow`
9422026-01-26T04:58:56.106Z Compiling tungstenite v0.24.0
9432026-01-26T04:58:56.109Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=0d0f50cb0ae39184 -C extra-filename=-d18b60569dd65356 --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-e0ec86222b213173.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-9481eb56ba914fb3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-a23521c4f33a3866.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-aaa7dec7979a9811.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-c9999c3e1abed566.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d31cfa578819f355.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-2b75cd98c852d062.rmeta --cap-lints allow`
9442026-01-26T04:58:56.237Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-cc8377bd6a4acce9/build-script-build`
9452026-01-26T04:58:56.279Z Compiling async-stream v0.3.6
9462026-01-26T04:58:56.282Z Running `/home/build/.rustup/toolchains/1.92.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=c8d661320e8bc916 -C extra-filename=-ab05caa45ae69ec3 --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-f3f7f19bcf18115e.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --cap-lints allow`
9472026-01-26T04:58:56.510Z Running `/home/build/.rustup/toolchains/1.92.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=91a7def680af9601 -C extra-filename=-53ab80e048e7ede3 --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-5ecd5f1916a6d7e9.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-052e04dcd3f6cbff.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-8fdcf2d7fdcc9494.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-a23521c4f33a3866.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e21694cb7552ee9a.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-08a73b4620987bb3.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-ff493ef111a70da0.rmeta --cap-lints allow`
9482026-01-26T04:58:56.601Z Compiling usdt v0.6.0
9492026-01-26T04:58:56.604Z Running `/home/build/.rustup/toolchains/1.92.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=b6bfd24c8cce82d2 -C extra-filename=-d2693103534e5841 --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-517a05781ba11594.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-dcdc307850c22838.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-94b789af826f4f54.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-14aeee2dc14068c1.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-07c2505a363fce44.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-b13d27fcde408129.so --cap-lints allow`
9502026-01-26T04:58:56.614Z Compiling hyper-rustls v0.27.3
9512026-01-26T04:58:56.617Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=3d00e534e2a9e6cc -C extra-filename=-edeb7efbf1e9110b --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-8fdcf2d7fdcc9494.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1ef3db28a85294bc.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0a5f3d28b8d3286f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-b6387c3a908ca7c4.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
9522026-01-26T04:58:57.139Z Compiling atomicwrites v0.4.4
9532026-01-26T04:58:57.142Z Running `/home/build/.rustup/toolchains/1.92.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=64a2ce3dd727ef8d -C extra-filename=-9c2f577d6fa915e2 --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-33c293b6b4848b30.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rmeta --cap-lints allow`
9542026-01-26T04:58:57.237Z Compiling futures v0.3.31
9552026-01-26T04:58:57.240Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-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 --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", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=26b81eb239cb3bdd -C extra-filename=-8c3662ffbada77fd --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-c12409cd2aa547f6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-d747bc8f4fd979c7.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-a8037fb04114235f.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a59d605fba7e7623.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4300c4d0f434c5ef.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-8fdcf2d7fdcc9494.rmeta --cap-lints allow`
9562026-01-26T04:58:57.360Z Compiling slog-bunyan v2.5.0
9572026-01-26T04:58:57.363Z Running `/home/build/.rustup/toolchains/1.92.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=e3d90ed4b41ecf97 -C extra-filename=-0c905923c5f4bd05 --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-584f80aa88551d37.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-00e85bed17f58ad4.rmeta --cap-lints allow`
9582026-01-26T04:58:57.506Z Compiling hyper-tls v0.6.0
9592026-01-26T04:58:57.509Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=75acc9e0f801805b -C extra-filename=-8140d4077446943c --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-5ecd5f1916a6d7e9.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-42aef74ad33ecccc.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-62c174a1148d4516.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9602026-01-26T04:58:57.589Z Compiling tower-http v0.6.8
9612026-01-26T04:58:57.644Z Running `/home/build/.rustup/toolchains/1.92.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=00bdbad09047620c -C extra-filename=-011590e61caef94a --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-03b97606ae84b231.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-8fdcf2d7fdcc9494.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5896181714a67144.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-4e6a78f5b3be60f5.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-6c5fde8965b3f762.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-5bd16f5b029f7406.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --cap-lints allow`
9622026-01-26T04:58:57.644Z Running `/home/build/.rustup/toolchains/1.92.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=0617f68209e6ddb5 -C extra-filename=-f8949928e40a0b6f --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-08a73b4620987bb3.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-0ba087e84ae7d5c7.rmeta --cap-lints allow`
9632026-01-26T04:58:57.995Z Running `/home/build/.rustup/toolchains/1.92.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=4ab2af520e87c0b0 -C extra-filename=-8d66a757607b5ff8 --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"))'`
9642026-01-26T04:58:57.998Z Running `/home/build/.rustup/toolchains/1.92.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=2e6f53b98ec1ecce -C extra-filename=-dc5ca4366626eaf3 --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-cbe5626542001e99.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)'`
9652026-01-26T04:58:58.127Z Compiling event-listener-strategy v0.5.4
9662026-01-26T04:58:58.132Z Running `/home/build/.rustup/toolchains/1.92.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=a303d7313a2eba72 -C extra-filename=-41fb808c694e36e9 --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-5e27731531e4b509.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --cap-lints allow`
9672026-01-26T04:58:58.371Z Compiling dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9682026-01-26T04:58:58.376Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f728c6cf35482141 -C extra-filename=-0a375876de48a923 --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-86e41ea74570e15a.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-94f68f4d1a0cf1b1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d9b199a773963e4e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern proc_macro`
9692026-01-26T04:58:58.408Z Compiling rustls-native-certs v0.7.0
9702026-01-26T04:58:58.411Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d14ce6bc872e957e -C extra-filename=-36a0e9a90c829424 --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-aa9a99eabf3de30f.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rmeta --cap-lints allow`
9712026-01-26T04:58:58.495Z Compiling openapiv3 v2.2.0
9722026-01-26T04:58:58.507Z Running `/home/build/.rustup/toolchains/1.92.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=4802382b5faef8f5 -C extra-filename=-4f305e678ece528f --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-5356e71eac6a0ec5.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rmeta --cap-lints allow`
9732026-01-26T04:58:58.654Z Compiling yasna v0.5.2
9742026-01-26T04:58:58.657Z Running `/home/build/.rustup/toolchains/1.92.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=646538aefb6eee19 -C extra-filename=-4de0e4933170154e --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-00e85bed17f58ad4.rmeta --cap-lints allow`
9752026-01-26T04:58:58.700Z Compiling async-trait v0.1.89
9762026-01-26T04:58:58.703Z Running `/home/build/.rustup/toolchains/1.92.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=0c7ccef548f5f96b -C extra-filename=-d709fb5e67abba1b --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-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern proc_macro --cap-lints allow`
9772026-01-26T04:58:58.774Z Compiling pem v3.0.6
9782026-01-26T04:58:58.793Z Running `/home/build/.rustup/toolchains/1.92.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=cd4d6a3227c656ad -C extra-filename=-601d3d7fbd6983bd --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-18af7d7230f35e32.rmeta --cap-lints allow`
9792026-01-26T04:58:58.823Z Compiling waitgroup v0.1.2
9802026-01-26T04:58:58.826Z Running `/home/build/.rustup/toolchains/1.92.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=c1ee6592689b29ea -C extra-filename=-2742fa71b343d6b3 --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-9ac8fd3889a1fc7b.rmeta --cap-lints allow`
9812026-01-26T04:58:58.981Z Compiling serde_path_to_error v0.1.20
9822026-01-26T04:58:58.984Z Running `/home/build/.rustup/toolchains/1.92.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=136f9a8495a321f8 -C extra-filename=-52f64466199c21f4 --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-2a6214e7bd6abaee.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow`
9832026-01-26T04:58:59.066Z Compiling webpki-roots v1.0.0
9842026-01-26T04:58:59.069Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5d4c43c901d2b63 -C extra-filename=-26d741bb2721094c --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-8e0cf7eb9d277db1.rmeta --cap-lints allow`
9852026-01-26T04:58:59.288Z Compiling hostname v0.4.2
9862026-01-26T04:58:59.293Z Running `/home/build/.rustup/toolchains/1.92.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=f3d75c7b0865facb -C extra-filename=-c11cccd6262c07c3 --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-d9f3e49df05053f1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rmeta --cap-lints allow`
9872026-01-26T04:58:59.540Z Compiling glob v0.3.0
9882026-01-26T04:58:59.552Z Running `/home/build/.rustup/toolchains/1.92.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=bb656df8dfd2ed24 -C extra-filename=-8c9b951dd7e9cbbc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9892026-01-26T04:58:59.574Z Compiling simple-mermaid v0.2.0
9902026-01-26T04:58:59.585Z Running `/home/build/.rustup/toolchains/1.92.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=b34f2b14a0b58ccf -C extra-filename=-5ca237a0d8b96918 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9912026-01-26T04:58:59.683Z Compiling termcolor v1.1.2
9922026-01-26T04:58:59.686Z Running `/home/build/.rustup/toolchains/1.92.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=76b6f677e838d41a -C extra-filename=-9e54ebab4d9e5327 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9932026-01-26T04:58:59.728Z Compiling http-range v0.1.4
9942026-01-26T04:58:59.731Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5817c38e10a0387a -C extra-filename=-998cb5595039fc8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9952026-01-26T04:58:59.819Z Compiling debug-ignore v1.0.5
9962026-01-26T04:58:59.831Z Running `/home/build/.rustup/toolchains/1.92.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=3bcfc3830930059f -C extra-filename=-34c12ee4f1a8d6c8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9972026-01-26T04:58:59.994Z Compiling hyper-staticfile v0.10.1
9982026-01-26T04:59:00.006Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55ebca9d331aa08a -C extra-filename=-d5219c64e90125b4 --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-8fdcf2d7fdcc9494.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-998cb5595039fc8a.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-b6ded7f23f87f621.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-c9999c3e1abed566.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-479466c18d497a41.rmeta --cap-lints allow`
9992026-01-26T04:59:00.067Z Compiling rcgen v0.14.6
10002026-01-26T04:59:00.070Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.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(rcgen_docsrs)' --cfg 'feature="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "aws_lc_rs_unstable", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=881d9cec0716ac5d -C extra-filename=-ea7bd0f56d895554 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-a7aec3e05e225fa8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-00e85bed17f58ad4.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-4de0e4933170154e.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
10012026-01-26T04:59:00.231Z Compiling trybuild v1.0.114
10022026-01-26T04:59:00.234Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.114/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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=c70db49b1e77b77a -C extra-filename=-fee06a92e13bd945 --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-8c9b951dd7e9cbbc.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-a6fa8564c519feb9.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-8d66a757607b5ff8.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-9e54ebab4d9e5327.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rmeta --cap-lints allow`
10032026-01-26T04:59:00.422Z Compiling reqwest v0.12.28
10042026-01-26T04:59:00.425Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=d73ab27126c1a98d -C extra-filename=-1e6d731a1d8d67f8 --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-18af7d7230f35e32.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-052e04dcd3f6cbff.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-cfb1056f3cbed1db.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5896181714a67144.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-edeb7efbf1e9110b.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-8140d4077446943c.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-aaa7dec7979a9811.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-08a73b4620987bb3.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-42aef74ad33ecccc.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1ef3db28a85294bc.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-ef0bbdc2a7a3739f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-62c174a1148d4516.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0a5f3d28b8d3286f.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-6c5fde8965b3f762.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-011590e61caef94a.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-479466c18d497a41.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-26d741bb2721094c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10052026-01-26T04:59:00.448Z Compiling hyper-rustls v0.26.0
10062026-01-26T04:59:00.452Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=0523a2605df0ea5c -C extra-filename=-55dc93dc69cdf5ff --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-8fdcf2d7fdcc9494.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-aaa7dec7979a9811.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-36a0e9a90c829424.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
10072026-01-26T04:59:01.002Z Compiling async-channel v2.5.0
10082026-01-26T04:59:01.014Z Running `/home/build/.rustup/toolchains/1.92.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=1fa0955aa618f900 -C extra-filename=-837308203914df88 --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-1e19e36cdffb678b.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-41fb808c694e36e9.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --cap-lints allow`
10092026-01-26T04:59:01.041Z Compiling expectorate v1.2.0
10102026-01-26T04:59:01.044Z Running `/home/build/.rustup/toolchains/1.92.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=16be34ff28629209 -C extra-filename=-b9668d740fa8349e --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-9c2f577d6fa915e2.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-2663d63ba9e0be73.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-c8e2c71880ceb9b2.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-4ebf39e698e8c842.rmeta --cap-lints allow`
10112026-01-26T04:59:01.108Z Compiling tokio-tungstenite v0.24.0
10122026-01-26T04:59:01.120Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=28f24a9b8fabfed1 -C extra-filename=-3c09f3636a016a71 --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-8fdcf2d7fdcc9494.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-aaa7dec7979a9811.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-d18b60569dd65356.rmeta --cap-lints allow`
10132026-01-26T04:59:01.303Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/lib.rs --error-format=json --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=a9b6501f0af86240 -C extra-filename=-3e26d04947c4407a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg std_backtrace --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(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
10142026-01-26T04:59:01.389Z Compiling subprocess v0.2.13
10152026-01-26T04:59:01.401Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ae4337c12bb1672 -C extra-filename=-70eca5ed4911dd3d --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-d91a6b01eb2cb91d.rmeta --cap-lints allow`
10162026-01-26T04:59:01.671Z Compiling buf-list v1.1.2
10172026-01-26T04:59:01.674Z Running `/home/build/.rustup/toolchains/1.92.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=2703b47248c79f0b -C extra-filename=-7fb042c545b576ac --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-5ecd5f1916a6d7e9.rmeta --cap-lints allow`
10182026-01-26T04:59:02.155Z Running `/home/build/.rustup/toolchains/1.92.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=0eac5244984fec2e -C extra-filename=-6945da026d0a24eb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10192026-01-26T04:59:02.242Z Compiling prettyplease v0.2.37
10202026-01-26T04:59:02.245Z Running `/home/build/.rustup/toolchains/1.92.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=bc0c2453f02cc53e -C extra-filename=-6e5c36ae50b46342 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-6e5c36ae50b46342 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10212026-01-26T04:59:02.298Z Compiling schema-derive v0.1.0
10222026-01-26T04:59:02.329Z Running `/home/build/.rustup/toolchains/1.92.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=d5dd486d01de9985 -C extra-filename=-1049337256fb3873 --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-dfdacbd5bb51e603.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern proc_macro --cap-lints allow`
10232026-01-26T04:59:02.454Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=a4694613de7bfe0f -C extra-filename=-7ce27fddbe3309ad --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-b4d2da2fd35b10de.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-4046824fbf4a5171.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-6945da026d0a24eb.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-f7cecb3bc325deb3.rmeta --cap-lints allow`
10242026-01-26T04:59:02.711Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-6e5c36ae50b46342/build-script-build`
10252026-01-26T04:59:02.732Z Running `/home/build/.rustup/toolchains/1.92.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=10c6d5c469ad98f9 -C extra-filename=-606750e5af4c7727 --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-d218ed60daceb981.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10262026-01-26T04:59:03.007Z Running `/home/build/.rustup/toolchains/1.92.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=78e7e9a192a6f21c -C extra-filename=-c5f8f97618dd799d --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-33c293b6b4848b30.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7ce27fddbe3309ad.rmeta --cap-lints allow`
10272026-01-26T04:59:03.378Z Running `/home/build/.rustup/toolchains/1.92.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=3d51b221eec52bab -C extra-filename=-a5f1f991780b11c2 --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-c5f8f97618dd799d.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-2663d63ba9e0be73.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-c8e2c71880ceb9b2.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-4ebf39e698e8c842.rmeta --cap-lints allow`
10282026-01-26T04:59:04.403Z Compiling schema v0.1.0
10292026-01-26T04:59:04.407Z Running `/home/build/.rustup/toolchains/1.92.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=1db88d4fbebcaece -C extra-filename=-0179bf6ff7b361ce --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-d218ed60daceb981.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-1049337256fb3873.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rmeta --cap-lints allow`
10302026-01-26T04:59:04.504Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c050120d338ece5a -C extra-filename=-18dd1b2a79a50a29 --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-a5f1f991780b11c2.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-86e41ea74570e15a.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-606750e5af4c7727.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-0179bf6ff7b361ce.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-94f68f4d1a0cf1b1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d9b199a773963e4e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern proc_macro`
10312026-01-26T04:59:05.244Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=528ad9ff72e39945 -C extra-filename=-08da751c522d5dd2 --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_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
10322026-01-26T04:59:06.361Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1a5fded3e108ed26 -C extra-filename=-391d79d702260886 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10332026-01-26T04:59:14.456Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d95dd606d497d72a -C extra-filename=-b9092ad0079882e3 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10342026-01-26T04:59:14.456Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e1e169ab705458be -C extra-filename=-76fb5e0659750fec --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10352026-01-26T04:59:14.459Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=342afff3eab0b158 -C extra-filename=-19ead64082053773 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10362026-01-26T04:59:14.465Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=52352939845ecc23 -C extra-filename=-2e77246cefce4a7d --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10372026-01-26T04:59:14.469Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b6eb380c871a4a45 -C extra-filename=-5d42ca89e95b0879 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10382026-01-26T04:59:14.495Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=dc70ba3dfc4ce5e3 -C extra-filename=-109fc88cfd893202 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10392026-01-26T04:59:14.504Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=04d5fff23fe4018a -C extra-filename=-c66bc4b62543cbc0 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10402026-01-26T04:59:33.646Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c1bcdc18f356dd4b -C extra-filename=-a4084b9b9b4c58bd --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10412026-01-26T04:59:33.666Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=908c9529c3d1ae0f -C extra-filename=-386b64533e5862cc --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10422026-01-26T04:59:34.858Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f4da16cbfc3c71fd -C extra-filename=-110ff8feaa6e7561 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10432026-01-26T04:59:34.983Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a2fc24396ce49bb2 -C extra-filename=-93c266860772d875 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10442026-01-26T04:59:36.975Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=656b62062e8c62b2 -C extra-filename=-fe9326730b172698 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10452026-01-26T04:59:38.606Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8ad8ccf41d69b0ba -C extra-filename=-53c829394ecbb927 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10462026-01-26T04:59:39.553Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fb62a332a753ff57 -C extra-filename=-c209b9dac367258b --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10472026-01-26T04:59:53.025Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=03a072e815c0a36a -C extra-filename=-1f8153a5eef00994 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10482026-01-26T04:59:55.241Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=05c48232e5cc504b -C extra-filename=-97513b95fd2f8de2 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10492026-01-26T04:59:57.491Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2f293f5e29a59e6f -C extra-filename=-e56574950e5b4e1e --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10502026-01-26T04:59:58.235Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cb7a1612fc367a0d -C extra-filename=-66826632f02ed1de --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10512026-01-26T04:59:58.530Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bf743282125c06a7 -C extra-filename=-1254e28c597f86ed --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10522026-01-26T05:00:00.196Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0aba788880580037 -C extra-filename=-20671cf5ba0efe54 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10532026-01-26T05:00:02.997Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2c4aa6b486399528 -C extra-filename=-c1170cc5466bdf58 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10542026-01-26T05:00:13.643Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9fb9f3668ed64991 -C extra-filename=-2f769a4f93dc1007 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10552026-01-26T05:00:15.136Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=69df23acba3a23c1 -C extra-filename=-571a141b1f8f8c6e --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10562026-01-26T05:00:15.184Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cd85ea810250c959 -C extra-filename=-c2bac003daa54959 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-08da751c522d5dd2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0a375876de48a923.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10572026-01-26T05:00:35.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
10582026-01-26T05:00:36.198Z
10592026-01-26T05:00:36.198Zreal 2:28.830916286
10602026-01-26T05:00:36.198Zuser 14:54.847755972
10612026-01-26T05:00:36.198Zsys 1:51.220310562
10622026-01-26T05:00:36.201Ztrap 0.769898271
10632026-01-26T05:00:36.201Ztflt 0.301661727
10642026-01-26T05:00:36.201Zdflt 0.229735653
10652026-01-26T05:00:36.201Zkflt 0.005752767
10662026-01-26T05:00:36.201Zlock 45:30.226294936
10672026-01-26T05:00:36.201Zslp 1:08:19.209398524
10682026-01-26T05:00:36.201Zlat 52.543204682
10692026-01-26T05:00:36.201Zstop 1:20.198570096
10702026-01-26T05:00:36.201Z+ banner test
10712026-01-26T05:00:36.204Z
10722026-01-26T05:00:36.204Z ##### ###### #### #####
10732026-01-26T05:00:36.204Z # # # #
10742026-01-26T05:00:36.204Z # ##### #### #
10752026-01-26T05:00:36.204Z # # # #
10762026-01-26T05:00:36.204Z # # # # #
10772026-01-26T05:00:36.204Z # ###### #### #
10782026-01-26T05:00:36.204Z
10792026-01-26T05:00:36.204Z+ ptime -m cargo test --all-features --locked --verbose
10802026-01-26T05:00:36.549Z Fresh unicode-ident v1.0.12
10812026-01-26T05:00:36.549Z Fresh cfg-if v1.0.0
10822026-01-26T05:00:36.549Z Fresh itoa v1.0.1
10832026-01-26T05:00:36.552Z Fresh memchr v2.6.0
10842026-01-26T05:00:36.552Z Fresh proc-macro2 v1.0.105
10852026-01-26T05:00:36.552Z Fresh pin-project-lite v0.2.12
10862026-01-26T05:00:36.552Z Fresh autocfg v1.1.0
10872026-01-26T05:00:36.552Z Fresh shlex v1.3.0
10882026-01-26T05:00:36.552Z Fresh quote v1.0.44
10892026-01-26T05:00:36.552Z Fresh libc v0.2.180
10902026-01-26T05:00:36.552Z Fresh cc v1.2.16
10912026-01-26T05:00:36.552Z Fresh smallvec v1.13.2
10922026-01-26T05:00:36.552Z Fresh bytes v1.11.0
10932026-01-26T05:00:36.553Z Fresh version_check v0.9.5
10942026-01-26T05:00:36.553Z Fresh futures-core v0.3.31
10952026-01-26T05:00:36.553Z Fresh scopeguard v1.2.0
10962026-01-26T05:00:36.553Z Fresh futures-sink v0.3.31
10972026-01-26T05:00:36.553Z Fresh serde_derive v1.0.228
10982026-01-26T05:00:36.553Z Fresh lock_api v0.4.6
10992026-01-26T05:00:36.553Z Fresh synstructure v0.13.1
11002026-01-26T05:00:36.553Z Fresh tokio-macros v2.6.0
11012026-01-26T05:00:36.553Z Fresh log v0.4.17
11022026-01-26T05:00:36.553Z Fresh parking_lot_core v0.9.4
11032026-01-26T05:00:36.553Z Fresh mio v1.0.3
11042026-01-26T05:00:36.553Z Fresh socket2 v0.6.0
11052026-01-26T05:00:36.553Z Fresh getrandom v0.2.11
11062026-01-26T05:00:36.553Z Fresh signal-hook-registry v1.4.0
11072026-01-26T05:00:36.553Z Fresh parking_lot v0.12.1
11082026-01-26T05:00:36.553Z Fresh slab v0.4.9
11092026-01-26T05:00:36.553Z Fresh zmij v1.0.2
11102026-01-26T05:00:36.553Z Fresh bitflags v2.4.0
11112026-01-26T05:00:36.553Z Fresh zerofrom-derive v0.1.5
11122026-01-26T05:00:36.553Z Fresh futures-channel v0.3.31
11132026-01-26T05:00:36.553Z Fresh tokio v1.49.0
11142026-01-26T05:00:36.553Z Fresh http v1.4.0
11152026-01-26T05:00:36.553Z Fresh zeroize v1.7.0
11162026-01-26T05:00:36.553Z Fresh pin-utils v0.1.0
11172026-01-26T05:00:36.553Z Fresh zerofrom v0.1.5
11182026-01-26T05:00:36.553Z Fresh yoke-derive v0.7.5
11192026-01-26T05:00:36.553Z Fresh futures-macro v0.3.31
11202026-01-26T05:00:36.553Z Fresh rustls-pki-types v1.14.0
11212026-01-26T05:00:36.553Z Fresh thiserror-impl v2.0.18
11222026-01-26T05:00:36.553Z Fresh futures-io v0.3.31
11232026-01-26T05:00:36.553Z Fresh stable_deref_trait v1.2.0
11242026-01-26T05:00:36.553Z Fresh futures-task v0.3.31
11252026-01-26T05:00:36.553Z Fresh yoke v0.7.5
11262026-01-26T05:00:36.553Z Fresh thiserror v2.0.18
11272026-01-26T05:00:36.553Z Fresh futures-util v0.3.31
11282026-01-26T05:00:36.553Z Fresh zerovec-derive v0.10.3
11292026-01-26T05:00:36.553Z Fresh zerovec v0.10.4
11302026-01-26T05:00:36.553Z Fresh serde_core v1.0.228
11312026-01-26T05:00:36.554Z Fresh displaydoc v0.2.5
11322026-01-26T05:00:36.554Z Fresh tracing-core v0.1.32
11332026-01-26T05:00:36.554Z Fresh ucd-trie v0.1.6
11342026-01-26T05:00:36.554Z Fresh getrandom v0.3.1
11352026-01-26T05:00:36.554Z Fresh httparse v1.10.0
11362026-01-26T05:00:36.554Z Fresh equivalent v1.0.0
11372026-01-26T05:00:36.554Z Fresh hashbrown v0.16.1
11382026-01-26T05:00:36.554Z Fresh untrusted v0.9.0
11392026-01-26T05:00:36.554Z Fresh pest v2.8.1
11402026-01-26T05:00:36.554Z Fresh tracing v0.1.40
11412026-01-26T05:00:36.557Z Fresh ring v0.17.13
11422026-01-26T05:00:36.557Z Fresh indexmap v2.13.0
11432026-01-26T05:00:36.557Z Fresh serde v1.0.228
11442026-01-26T05:00:36.557Z Fresh tinystr v0.7.6
11452026-01-26T05:00:36.557Z Fresh http-body v1.0.1
11462026-01-26T05:00:36.557Z Fresh errno v0.3.10
11472026-01-26T05:00:36.557Z Fresh litemap v0.7.4
11482026-01-26T05:00:36.557Z Fresh pkg-config v0.3.31
11492026-01-26T05:00:36.557Z Fresh writeable v0.5.5
11502026-01-26T05:00:36.557Z Fresh percent-encoding v2.3.2
11512026-01-26T05:00:36.557Z Fresh vcpkg v0.2.15
11522026-01-26T05:00:36.558Z Fresh atomic-waker v1.1.2
11532026-01-26T05:00:36.558Z Fresh icu_locid v1.5.0
11542026-01-26T05:00:36.558Z Fresh tokio-util v0.7.7
11552026-01-26T05:00:36.558Z Fresh pest_meta v2.8.1
11562026-01-26T05:00:36.558Z Fresh zerocopy-derive v0.8.27
11572026-01-26T05:00:36.558Z Fresh icu_provider_macros v1.5.0
11582026-01-26T05:00:36.558Z Fresh try-lock v0.2.3
11592026-01-26T05:00:36.558Z Fresh fnv v1.0.7
11602026-01-26T05:00:36.558Z Fresh rustversion v1.0.22
11612026-01-26T05:00:36.558Z Fresh typenum v1.14.0
11622026-01-26T05:00:36.558Z Fresh h2 v0.4.6
11632026-01-26T05:00:36.558Z Fresh zerocopy v0.8.27
11642026-01-26T05:00:36.558Z Fresh icu_provider v1.5.0
11652026-01-26T05:00:36.558Z Fresh want v0.3.0
11662026-01-26T05:00:36.558Z Fresh rustix v1.1.3
11672026-01-26T05:00:36.558Z Fresh pest_generator v2.8.1
11682026-01-26T05:00:36.558Z Fresh rustls-webpki v0.102.8
11692026-01-26T05:00:36.558Z Fresh tower-service v0.3.3
11702026-01-26T05:00:36.558Z Fresh icu_locid_transform_data v1.5.0
11712026-01-26T05:00:36.558Z Fresh fastrand v2.1.1
11722026-01-26T05:00:36.558Z Fresh time-core v0.1.2
11732026-01-26T05:00:36.558Z Fresh base64 v0.22.1
11742026-01-26T05:00:36.558Z Fresh byteorder v1.4.3
11752026-01-26T05:00:36.558Z Fresh powerfmt v0.2.0
11762026-01-26T05:00:36.558Z Fresh num-conv v0.1.0
11772026-01-26T05:00:36.558Z Fresh subtle v2.5.0
11782026-01-26T05:00:36.558Z Fresh httpdate v1.0.1
11792026-01-26T05:00:36.558Z Fresh tower-layer v0.3.3
11802026-01-26T05:00:36.558Z Fresh icu_locid_transform v1.5.0
11812026-01-26T05:00:36.558Z Fresh time-macros v0.2.18
11822026-01-26T05:00:36.558Z Fresh hyper v1.8.1
11832026-01-26T05:00:36.558Z Fresh deranged v0.3.11
11842026-01-26T05:00:36.558Z Fresh pest_derive v2.8.1
11852026-01-26T05:00:36.558Z Fresh crossbeam-utils v0.8.15
11862026-01-26T05:00:36.558Z Fresh generic-array v0.14.5
11872026-01-26T05:00:36.558Z Fresh serde_tokenstream v0.2.2
11882026-01-26T05:00:36.558Z Fresh icu_collections v1.5.0
11892026-01-26T05:00:36.558Z Fresh icu_properties_data v1.5.0
11902026-01-26T05:00:36.558Z Fresh num_threads v0.1.3
11912026-01-26T05:00:36.558Z Fresh dtrace-parser v0.3.0
11922026-01-26T05:00:36.559Z Fresh rustix v0.38.44
11932026-01-26T05:00:36.559Z Fresh time v0.3.36
11942026-01-26T05:00:36.559Z Fresh icu_properties v1.5.1
11952026-01-26T05:00:36.559Z Fresh serde_json v1.0.149
11962026-01-26T05:00:36.559Z Fresh erased-serde v0.3.31
11972026-01-26T05:00:36.559Z Fresh scroll_derive v0.13.1
11982026-01-26T05:00:36.559Z Fresh thread-id v5.0.0
11992026-01-26T05:00:36.559Z Fresh openssl-probe v0.1.4
12002026-01-26T05:00:36.559Z Fresh foreign-types-shared v0.1.1
12012026-01-26T05:00:36.559Z Fresh utf8_iter v1.0.4
12022026-01-26T05:00:36.559Z Fresh ipnet v2.10.0
12032026-01-26T05:00:36.559Z Fresh icu_normalizer_data v1.5.0
12042026-01-26T05:00:36.559Z Fresh utf16_iter v1.0.5
12052026-01-26T05:00:36.559Z Fresh write16 v1.0.0
12062026-01-26T05:00:36.559Z Fresh hyper-util v0.1.19
12072026-01-26T05:00:36.559Z Fresh foreign-types v0.3.2
12082026-01-26T05:00:36.559Z Fresh paste v1.0.15
12092026-01-26T05:00:36.559Z Fresh icu_normalizer v1.5.0
12102026-01-26T05:00:36.559Z Fresh scroll v0.13.0
12112026-01-26T05:00:36.559Z Fresh slog v2.8.2
12122026-01-26T05:00:36.559Z Fresh block-buffer v0.10.2
12132026-01-26T05:00:36.559Z Fresh crypto-common v0.1.6
12142026-01-26T05:00:36.559Z Fresh openssl-sys v0.9.107
12152026-01-26T05:00:36.559Z Fresh form_urlencoded v1.2.2
12162026-01-26T05:00:36.559Z Fresh rand_core v0.6.3
12172026-01-26T05:00:36.559Z Fresh openssl-macros v0.1.1
12182026-01-26T05:00:36.559Z Fresh lazy_static v1.5.0
12192026-01-26T05:00:36.559Z Fresh unicode-width v0.1.9
12202026-01-26T05:00:36.559Z Fresh ppv-lite86 v0.2.15
12212026-01-26T05:00:36.559Z Fresh mime v0.3.16
12222026-01-26T05:00:36.559Z Fresh plain v0.2.3
12232026-01-26T05:00:36.559Z Fresh unicode-segmentation v1.10.0
12242026-01-26T05:00:36.559Z Fresh openssl v0.10.72
12252026-01-26T05:00:36.559Z Fresh console v0.15.7
12262026-01-26T05:00:36.559Z Fresh goblin v0.10.1
12272026-01-26T05:00:36.563Z Fresh newline-converter v0.3.0
12282026-01-26T05:00:36.563Z Fresh rand_chacha v0.3.1
12292026-01-26T05:00:36.563Z Fresh idna_adapter v1.2.0
12302026-01-26T05:00:36.563Z Fresh digest v0.10.7
12312026-01-26T05:00:36.563Z Fresh unicase v2.6.0
12322026-01-26T05:00:36.563Z Fresh num-traits v0.2.14
12332026-01-26T05:00:36.563Z Fresh pretty-hex v0.4.1
12342026-01-26T05:00:36.563Z Fresh similar v2.2.1
12352026-01-26T05:00:36.563Z Fresh winnow v0.7.13
12362026-01-26T05:00:36.563Z Fresh iana-time-zone v0.1.47
12372026-01-26T05:00:36.563Z Fresh heck v0.5.0
12382026-01-26T05:00:36.563Z Fresh semver v1.0.27
12392026-01-26T05:00:36.563Z Fresh cpufeatures v0.2.2
12402026-01-26T05:00:36.563Z Fresh toml_parser v1.0.6+spec-1.1.0
12412026-01-26T05:00:36.563Z Fresh chrono v0.4.43
12422026-01-26T05:00:36.563Z Fresh sha1 v0.10.6
12432026-01-26T05:00:36.563Z Fresh dof v0.4.0
12442026-01-26T05:00:36.563Z Fresh native-tls v0.2.12
12452026-01-26T05:00:36.563Z Fresh rustls v0.22.4
12462026-01-26T05:00:36.563Z Fresh idna v1.0.3
12472026-01-26T05:00:36.563Z Fresh ryu v1.0.5
12482026-01-26T05:00:36.563Z Fresh rand v0.8.4
12492026-01-26T05:00:36.563Z Fresh rustls v0.23.13
12502026-01-26T05:00:36.563Z Fresh concurrent-queue v2.5.0
12512026-01-26T05:00:36.563Z Fresh http-body-util v0.1.3
12522026-01-26T05:00:36.563Z Fresh rustls-pemfile v2.2.0
12532026-01-26T05:00:36.563Z Fresh thiserror-impl v1.0.69
12542026-01-26T05:00:36.563Z Fresh serde_derive_internals v0.29.0
12552026-01-26T05:00:36.563Z Fresh serde_spanned v1.0.4
12562026-01-26T05:00:36.563Z Fresh toml_datetime v0.7.5+spec-1.1.0
12572026-01-26T05:00:36.563Z Fresh sync_wrapper v1.0.1
12582026-01-26T05:00:36.564Z Fresh syn v2.0.114
12592026-01-26T05:00:36.564Z Fresh thread_local v1.1.4
12602026-01-26T05:00:36.564Z Fresh encoding_rs v0.8.32
12612026-01-26T05:00:36.564Z Fresh match_cfg v0.1.0
12622026-01-26T05:00:36.564Z Fresh parking v2.2.0
12632026-01-26T05:00:36.564Z Fresh toml_writer v1.0.6+spec-1.1.0
12642026-01-26T05:00:36.564Z Fresh tower v0.5.2
12652026-01-26T05:00:36.564Z Fresh hostname v0.3.1
12662026-01-26T05:00:36.564Z Fresh toml v0.9.11+spec-1.1.0
12672026-01-26T05:00:36.564Z Fresh usdt-impl v0.6.0
12682026-01-26T05:00:36.564Z Fresh event-listener v5.0.0
12692026-01-26T05:00:36.564Z Fresh thiserror v1.0.69
12702026-01-26T05:00:36.564Z Fresh schemars_derive v0.8.22
12712026-01-26T05:00:36.564Z Fresh tokio-rustls v0.26.0
12722026-01-26T05:00:36.564Z Fresh url v2.5.4
12732026-01-26T05:00:36.564Z Fresh serde_urlencoded v0.7.1
12742026-01-26T05:00:36.564Z Fresh tokio-native-tls v0.3.1
12752026-01-26T05:00:36.564Z Fresh tokio-rustls v0.25.0
12762026-01-26T05:00:36.564Z Compiling dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12772026-01-26T05:00:36.564Z Fresh usdt-attr-macro v0.6.0
12782026-01-26T05:00:36.564Z Fresh usdt-macro v0.6.0
12792026-01-26T05:00:36.564Z Fresh slog-json v2.6.1
12802026-01-26T05:00:36.564Z Fresh crossbeam-channel v0.5.1
12812026-01-26T05:00:36.564Z Fresh uuid v1.19.0
12822026-01-26T05:00:36.564Z Fresh futures-executor v0.3.31
12832026-01-26T05:00:36.610Z Fresh webpki-roots v0.26.5
12842026-01-26T05:00:36.613Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a59dc3dab41ba13 -C extra-filename=-253daac75ef437da --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-86e41ea74570e15a.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-94f68f4d1a0cf1b1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d9b199a773963e4e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern proc_macro`
12852026-01-26T05:00:36.613Z Fresh async-stream-impl v0.3.6
12862026-01-26T05:00:36.613Z Fresh is-terminal v0.4.12
12872026-01-26T05:00:36.613Z Fresh memmap2 v0.9.8
12882026-01-26T05:00:36.614Z Fresh spin v0.9.8
12892026-01-26T05:00:36.614Z Fresh data-encoding v2.4.0
12902026-01-26T05:00:36.614Z Fresh iri-string v0.7.8
12912026-01-26T05:00:36.614Z Fresh utf-8 v0.7.6
12922026-01-26T05:00:36.614Z Fresh term v1.1.0
12932026-01-26T05:00:36.614Z Fresh take_mut v0.2.2
12942026-01-26T05:00:36.614Z Fresh dyn-clone v1.0.4
12952026-01-26T05:00:36.614Z Fresh schemars v0.8.22
12962026-01-26T05:00:36.614Z Fresh slog-async v2.8.0
12972026-01-26T05:00:36.614Z Fresh tower-http v0.6.8
12982026-01-26T05:00:36.614Z Fresh slog-term v2.9.2
12992026-01-26T05:00:36.619Z Fresh tungstenite v0.24.0
13002026-01-26T05:00:36.619Z Fresh multer v3.1.0
13012026-01-26T05:00:36.619Z Fresh async-stream v0.3.6
13022026-01-26T05:00:36.619Z Fresh usdt v0.6.0
13032026-01-26T05:00:36.619Z Fresh slog-bunyan v2.5.0
13042026-01-26T05:00:36.619Z Fresh futures v0.3.31
13052026-01-26T05:00:36.619Z Fresh hyper-rustls v0.27.3
13062026-01-26T05:00:36.619Z Fresh mime_guess v2.0.5
13072026-01-26T05:00:36.619Z Fresh hyper-tls v0.6.0
13082026-01-26T05:00:36.619Z Fresh event-listener-strategy v0.5.4
13092026-01-26T05:00:36.619Z Fresh camino v1.2.2
13102026-01-26T05:00:36.619Z Fresh target-triple v1.0.0
13112026-01-26T05:00:36.619Z Fresh rustls-native-certs v0.7.0
13122026-01-26T05:00:36.619Z Fresh yasna v0.5.2
13132026-01-26T05:00:36.619Z Fresh pem v3.0.6
13142026-01-26T05:00:36.619Z Fresh waitgroup v0.1.2
13152026-01-26T05:00:36.619Z Fresh openapiv3 v2.2.0
13162026-01-26T05:00:36.619Z Fresh webpki-roots v1.0.0
13172026-01-26T05:00:36.619Z Fresh async-trait v0.1.89
13182026-01-26T05:00:36.619Z Fresh serde_path_to_error v0.1.20
13192026-01-26T05:00:36.619Z Fresh hostname v0.4.2
13202026-01-26T05:00:36.619Z Fresh debug-ignore v1.0.5
13212026-01-26T05:00:36.619Z Fresh termcolor v1.1.2
13222026-01-26T05:00:36.619Z Fresh simple-mermaid v0.2.0
13232026-01-26T05:00:36.619Z Fresh glob v0.3.0
13242026-01-26T05:00:36.619Z Fresh http-range v0.1.4
13252026-01-26T05:00:36.619Z Fresh reqwest v0.12.28
13262026-01-26T05:00:36.619Z Fresh async-channel v2.5.0
13272026-01-26T05:00:36.619Z Fresh rcgen v0.14.6
13282026-01-26T05:00:36.619Z Fresh hyper-rustls v0.26.0
13292026-01-26T05:00:36.623Z Fresh trybuild v1.0.114
13302026-01-26T05:00:36.623Z Fresh hyper-staticfile v0.10.1
13312026-01-26T05:00:36.623Z Fresh tokio-tungstenite v0.24.0
13322026-01-26T05:00:36.623Z Fresh anyhow v1.0.100
13332026-01-26T05:00:36.623Z Fresh buf-list v1.1.2
13342026-01-26T05:00:36.623Z Fresh subprocess v0.2.13
13352026-01-26T05:00:36.623Z Fresh once_cell v1.20.1
13362026-01-26T05:00:36.623Z Fresh schema-derive v0.1.0
13372026-01-26T05:00:36.623Z Fresh tempfile v3.24.0
13382026-01-26T05:00:36.623Z Fresh schema v0.1.0
13392026-01-26T05:00:36.623Z Fresh atomicwrites v0.4.4
13402026-01-26T05:00:36.623Z Fresh prettyplease v0.2.37
13412026-01-26T05:00:36.623Z Fresh expectorate v1.2.0
13422026-01-26T05:00:38.735Z Compiling dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
13432026-01-26T05:00:38.740Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d7822bb6d577585f -C extra-filename=-5297149db9155d9e --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_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
13442026-01-26T05:00:38.740Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9d7b898ff2c40d6c -C extra-filename=-ca7b3c0726e25a07 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13452026-01-26T05:00:47.376Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=629f30d313778ce1 -C extra-filename=-c9156d02106e4d76 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13462026-01-26T05:00:47.383Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a999a45d860433d5 -C extra-filename=-ec1408bc38903556 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13472026-01-26T05:00:47.388Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1ad2c45d0036a70b -C extra-filename=-bbf253145fb4e990 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13482026-01-26T05:00:47.388Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fb8b447094971505 -C extra-filename=-14a242f5bdb24e55 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13492026-01-26T05:00:47.392Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b1ea36878e1cc1ac -C extra-filename=-7d543df7756bbbd8 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13502026-01-26T05:00:47.392Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=771d7de6e1910f82 -C extra-filename=-0ee9736238d08829 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13512026-01-26T05:00:47.753Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5b6e3c9cccfd3921 -C extra-filename=-1819492203ed7acb --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13522026-01-26T05:00:48.825Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=064e93760e24307c -C extra-filename=-455fa2e03ddc802c --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13532026-01-26T05:01:01.989Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8f0478b20a4c4357 -C extra-filename=-0ed36c62cc789096 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13542026-01-26T05:01:06.301Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f06db28a5270006a -C extra-filename=-e3dd38602e9a8718 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13552026-01-26T05:01:06.380Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=449a3b1a916ff0fa -C extra-filename=-13c8af9f917a84cc --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13562026-01-26T05:01:06.957Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8873b48238306875 -C extra-filename=-42122feb9cd53a6d --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13572026-01-26T05:01:10.372Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8554227884daba33 -C extra-filename=-b2f5bd28ec41c08b --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13582026-01-26T05:01:12.233Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=996b1650a37c0181 -C extra-filename=-2ad8a86bbc9b7cc8 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13592026-01-26T05:01:13.501Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e87dea1e6c57b5cd -C extra-filename=-c24d84b793301a95 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13602026-01-26T05:01:25.523Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=228bce21b7756352 -C extra-filename=-645417f3ad8ca273 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13612026-01-26T05:01:27.730Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1690073e860e471b -C extra-filename=-ca1069c24a2b1fe7 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13622026-01-26T05:01:29.564Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6bcb375d9018bc19 -C extra-filename=-16d88e5efa68b48d --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13632026-01-26T05:01:29.697Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6d045725bb46254b -C extra-filename=-70f9859c5474597c --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13642026-01-26T05:01:30.252Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e422761be2daca39 -C extra-filename=-7dd9f9c7e91e5a63 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13652026-01-26T05:01:31.341Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d7ff1d332185eada -C extra-filename=-42ee587124e85d19 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13662026-01-26T05:01:33.007Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f7f423edea1428bb -C extra-filename=-17f2f2dfcd2c87f1 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13672026-01-26T05:01:34.335Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=84b76cdf89718f7e -C extra-filename=-2fd15baabbd7fa57 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13682026-01-26T05:01:45.495Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=46eb057ba825b3da -C extra-filename=-cc151f91b6c69531 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13692026-01-26T05:02:13.063Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 36s
13702026-01-26T05:02:13.112Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-ca7b3c0726e25a07`
13712026-01-26T05:02:13.117Z
13722026-01-26T05:02:13.117Zrunning 108 tests
13732026-01-26T05:02:13.120Ztest api_description::test::test_endpoint_versions_matches ... ok
13742026-01-26T05:02:13.120Ztest api_description::test::test_endpoint_versions_range ... ok
13752026-01-26T05:02:13.120Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13762026-01-26T05:02:13.120Ztest api_description::test::test_badpath4 - should panic ... ok
13772026-01-26T05:02:13.120Ztest api_description::test::test_badpath1 ... ok
13782026-01-26T05:02:13.120Ztest api_description::test::test_badpath3 ... ok
13792026-01-26T05:02:13.120Ztest api_description::test::test_badpath2 ... ok
13802026-01-26T05:02:13.120Ztest api_description::test::test_dup_names ... ok
13812026-01-26T05:02:13.120Ztest api_description::test::test_tags_need_one ... ok
13822026-01-26T05:02:13.120Ztest api_description::test::test_tags_too_many ... ok
13832026-01-26T05:02:13.120Ztest api_description::test::test_tag_config_deserialize_old ... ok
13842026-01-26T05:02:13.120Ztest api_description::test::test_tags_just_right ... ok
13852026-01-26T05:02:13.120Ztest error::test::test_serialize_error_response_body ... ok
13862026-01-26T05:02:13.120Ztest extractor::metadata::test::test_metadata_flattened ... ok
13872026-01-26T05:02:13.120Ztest extractor::metadata::test::test_metadata_simple ... ok
13882026-01-26T05:02:13.120Ztest from_map::test::test_deep ... ok
13892026-01-26T05:02:13.120Ztest from_map::test::test_case_insensitive ... ok
13902026-01-26T05:02:13.121Ztest extractor::metadata::test::test_metadata_pagination ... ok
13912026-01-26T05:02:13.121Ztest from_map::test::test_lone_literal ... ok
13922026-01-26T05:02:13.121Ztest extractor::header::tests::test_header_parsing ... ok
13932026-01-26T05:02:13.121Ztest from_map::test::test_missing_data2 ... ok
13942026-01-26T05:02:13.121Ztest from_map::test::test_missing_data1 ... ok
13952026-01-26T05:02:13.121Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
13962026-01-26T05:02:13.124Ztest from_map::test::test_types ... ok
13972026-01-26T05:02:13.124Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
13982026-01-26T05:02:13.124Ztest logging::test::test_config_bad_terminal_bad_level ... ok
13992026-01-26T05:02:13.124Ztest logging::test::test_config_bad_file_no_level ... ok
14002026-01-26T05:02:13.124Ztest logging::test::test_config_bad_log_mode ... ok
14012026-01-26T05:02:13.124Ztest logging::test::test_config_bad_file_no_file ... ok
14022026-01-26T05:02:13.124Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14032026-01-26T05:02:13.124Ztest logging::test::test_config_bad_terminal_no_level ... ok
14042026-01-26T05:02:13.124Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14052026-01-26T05:02:13.124Ztest pagination::test::test_pagination_schema ... ok
14062026-01-26T05:02:13.124Ztest pagination::test::test_results_page ... ok
14072026-01-26T05:02:13.124Ztest extractor::body::tests::test_content_plus_json ... ok
14082026-01-26T05:02:13.124Ztest router::test::test_bad_path_segment1 - should panic ... ok
14092026-01-26T05:02:13.124Ztest pagination::test::test_page_token_serialization ... ok
14102026-01-26T05:02:13.124Ztest pagination::test::test_pagparams_parsing ... ok
14112026-01-26T05:02:13.124Ztest router::test::test_bad_path_segment2 - should panic ... ok
14122026-01-26T05:02:13.125Ztest router::test::test_bad_path_segment3 - should panic ... ok
14132026-01-26T05:02:13.125Ztest router::test::test_bad_path_segment4 - should panic ... ok
14142026-01-26T05:02:13.125Znote: configured to log to "/tmp/dropshot-ca7b3c0726e25a07.2148.file_dir/log.out"
14152026-01-26T05:02:13.125Ztest router::test::test_bogus_regex - should panic ... ok
14162026-01-26T05:02:13.125Ztest router::test::test_duplicate_route1 - should panic ... ok
14172026-01-26T05:02:13.125Ztest router::test::test_duplicate_route2 - should panic ... ok
14182026-01-26T05:02:13.125Ztest router::test::test_duplicate_route3 - should panic ... ok
14192026-01-26T05:02:13.125Ztest logging::test::test_config_stderr_terminal ... ok
14202026-01-26T05:02:13.125Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14212026-01-26T05:02:13.125Ztest router::test::test_embedded_non_variable ... ok
14222026-01-26T05:02:13.125Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14232026-01-26T05:02:13.125Ztest router::test::test_duplicate_varname - should panic ... ok
14242026-01-26T05:02:13.125Ztest router::test::test_inconsistent_varname - should panic ... ok
14252026-01-26T05:02:13.125Ztest router::test::test_empty_variable ... ok
14262026-01-26T05:02:13.125Ztest router::test::test_iter2 ... ok
14272026-01-26T05:02:13.125Ztest router::test::test_error_cases ... ok
14282026-01-26T05:02:13.125Ztest router::test::test_iter ... ok
14292026-01-26T05:02:13.125Ztest router::test::test_literal_after_variable - should panic ... ok
14302026-01-26T05:02:13.129Ztest router::test::test_iter_null ... ok
14312026-01-26T05:02:13.129Ztest router::test::test_literal_after_regex - should panic ... ok
14322026-01-26T05:02:13.129Ztest router::test::test_map_bad_value ... ok
14332026-01-26T05:02:13.129Ztest router::test::test_more_after_regex - should panic ... ok
14342026-01-26T05:02:13.129Ztest router::test::test_path_segment ... ok
14352026-01-26T05:02:13.129Ztest router::test::test_map_bad_seq ... ok
14362026-01-26T05:02:13.129Ztest router::test::test_router_versioned ... ok
14372026-01-26T05:02:13.129Ztest router::test::test_router_basic ... ok
14382026-01-26T05:02:13.129Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14392026-01-26T05:02:13.129Ztest router::test::test_map ... ok
14402026-01-26T05:02:13.129Ztest router::test::test_segments ... ok
14412026-01-26T05:02:13.129Ztest router::test::test_variable_after_literal - should panic ... ok
14422026-01-26T05:02:13.129Ztest router::test::test_variable_name_bad_end - should panic ... ok
14432026-01-26T05:02:13.129Ztest api_description::test::test_tags_set ... ok
14442026-01-26T05:02:13.129Ztest router::test::test_variable_name_bad_start - should panic ... ok
14452026-01-26T05:02:13.129Ztest router::test::test_variable_name_empty - should panic ... ok
14462026-01-26T05:02:13.129Ztest router::test::test_variables_glob ... ok
14472026-01-26T05:02:13.129Znote: configured to log to "/tmp/dropshot-ca7b3c0726e25a07.2148.file_dir/log.out"
14482026-01-26T05:02:13.129Ztest router::test::test_variables_basic ... ok
14492026-01-26T05:02:13.129Ztest router::test::test_variable_rename ... ok
14502026-01-26T05:02:13.129Ztest router::test::test_variables_multi ... ok
14512026-01-26T05:02:13.129Ztest schema_util::test::test_empty_struct ... ok
14522026-01-26T05:02:13.129Ztest schema_util::test::test_nullable ... ok
14532026-01-26T05:02:13.129Ztest schema_util::test::test_additional_properties ... ok
14542026-01-26T05:02:13.129Ztest schema_util::test::test_extension_conversion ... ok
14552026-01-26T05:02:13.129Ztest schema_util::test::test_two_types - should panic ... ok
14562026-01-26T05:02:13.129Ztest schema_util::test::test_embedded_schema ... ok
14572026-01-26T05:02:13.129Znote: configured to log to "/tmp/dropshot-ca7b3c0726e25a07.2148.file_dir/log.out"
14582026-01-26T05:02:13.129Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14592026-01-26T05:02:13.129Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14602026-01-26T05:02:13.129Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14612026-01-26T05:02:13.130Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14622026-01-26T05:02:13.130Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14632026-01-26T05:02:13.130Ztest logging::test::test_config_file ... ok
14642026-01-26T05:02:13.130Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14652026-01-26T05:02:13.130Ztest test_util::test::test_bunyan_easy_cases ... ok
14662026-01-26T05:02:13.130Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14672026-01-26T05:02:13.130Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14682026-01-26T05:02:13.130Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14692026-01-26T05:02:13.130Ztest to_map::test::test_struct_with_options ... ok
14702026-01-26T05:02:13.130Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14712026-01-26T05:02:13.130Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14722026-01-26T05:02:13.130Ztest to_map::test::test_to_map_enum ... ok
14732026-01-26T05:02:13.130Ztest to_map::test::test_to_map_valid ... ok
14742026-01-26T05:02:13.130Ztest to_map::test::test_to_map_seq ... ok
14752026-01-26T05:02:13.130Ztest to_map::test::test_to_map_num ... ok
14762026-01-26T05:02:13.130Ztest to_map::test::test_to_map_vec ... ok
14772026-01-26T05:02:13.130Ztest type_util::tests::test_commented_ref ... ok
14782026-01-26T05:02:13.130Ztest type_util::tests::test_reflexive_type - should panic ... ok
14792026-01-26T05:02:13.130Ztest type_util::tests::test_recursive_type - should panic ... ok
14802026-01-26T05:02:13.133Ztest server::test::test_drop_server_without_close_okay ... ok
14812026-01-26T05:02:13.133Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
14822026-01-26T05:02:13.133Ztest server::test::test_server_run_then_close ... ok
14832026-01-26T05:02:13.133Ztest server::test::test_http_acceptor_happy_path ... ok
14842026-01-26T05:02:13.133Z
14852026-01-26T05:02:13.134Ztest result: ok. 108 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
14862026-01-26T05:02:13.134Z
14872026-01-26T05:02:13.137Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-0ee9736238d08829`
14882026-01-26T05:02:13.140Z
14892026-01-26T05:02:13.140Zrunning 1 test
14902026-01-26T05:02:13.573Z Compiling proc-macro2 v1.0.105
14912026-01-26T05:02:13.573Z Compiling quote v1.0.44
14922026-01-26T05:02:13.573Z Compiling unicode-ident v1.0.12
14932026-01-26T05:02:13.576Z Compiling libc v0.2.180
14942026-01-26T05:02:13.576Z Checking cfg-if v1.0.0
14952026-01-26T05:02:13.576Z Compiling serde_core v1.0.228
14962026-01-26T05:02:13.576Z Checking itoa v1.0.1
14972026-01-26T05:02:13.576Z Checking pin-project-lite v0.2.12
14982026-01-26T05:02:13.697Z Compiling shlex v1.3.0
14992026-01-26T05:02:13.757Z Compiling autocfg v1.1.0
15002026-01-26T05:02:13.805Z Compiling version_check v0.9.5
15012026-01-26T05:02:13.848Z Checking memchr v2.6.0
15022026-01-26T05:02:14.086Z Compiling cc v1.2.16
15032026-01-26T05:02:14.313Z Checking bytes v1.11.0
15042026-01-26T05:02:14.597Z Checking once_cell v1.20.1
15052026-01-26T05:02:14.600Z Checking smallvec v1.13.2
15062026-01-26T05:02:14.727Z Checking futures-core v0.3.31
15072026-01-26T05:02:14.882Z Compiling log v0.4.17
15082026-01-26T05:02:14.935Z Compiling parking_lot_core v0.9.4
15092026-01-26T05:02:14.945Z Compiling thiserror v2.0.18
15102026-01-26T05:02:15.329Z Compiling zmij v1.0.2
15112026-01-26T05:02:15.622Z Checking scopeguard v1.2.0
15122026-01-26T05:02:15.737Z Compiling slab v0.4.9
15132026-01-26T05:02:15.789Z Checking lock_api v0.4.6
15142026-01-26T05:02:15.861Z Checking futures-sink v0.3.31
15152026-01-26T05:02:16.045Z Checking socket2 v0.6.0
15162026-01-26T05:02:16.174Z Checking signal-hook-registry v1.4.0
15172026-01-26T05:02:16.190Z Checking parking_lot v0.12.1
15182026-01-26T05:02:16.347Z Checking getrandom v0.2.11
15192026-01-26T05:02:16.459Z Compiling syn v2.0.114
15202026-01-26T05:02:16.556Z Checking mio v1.0.3
15212026-01-26T05:02:16.572Z Compiling serde v1.0.228
15222026-01-26T05:02:16.611Z Compiling serde_json v1.0.149
15232026-01-26T05:02:16.779Z Checking futures-channel v0.3.31
15242026-01-26T05:02:16.979Z Checking http v1.4.0
15252026-01-26T05:02:17.069Z Checking zeroize v1.7.0
15262026-01-26T05:02:17.155Z Checking pin-utils v0.1.0
15272026-01-26T05:02:17.252Z Checking stable_deref_trait v1.2.0
15282026-01-26T05:02:17.316Z Checking rustls-pki-types v1.14.0
15292026-01-26T05:02:17.357Z Checking futures-task v0.3.31
15302026-01-26T05:02:17.573Z Checking futures-io v0.3.31
15312026-01-26T05:02:17.598Z Compiling httparse v1.10.0
15322026-01-26T05:02:17.927Z Compiling ucd-trie v0.1.6
15332026-01-26T05:02:18.092Z Compiling ring v0.17.13
15342026-01-26T05:02:18.328Z Compiling zerocopy v0.8.27
15352026-01-26T05:02:18.588Z Checking tracing-core v0.1.32
15362026-01-26T05:02:18.641Z Checking untrusted v0.9.0
15372026-01-26T05:02:18.680Z Checking hashbrown v0.16.1
15382026-01-26T05:02:18.812Z Checking equivalent v1.0.0
15392026-01-26T05:02:18.942Z Checking bitflags v2.4.0
15402026-01-26T05:02:19.212Z Checking http-body v1.0.1
15412026-01-26T05:02:19.240Z Checking tracing v0.1.40
15422026-01-26T05:02:19.350Z Compiling vcpkg v0.2.15
15432026-01-26T05:02:19.362Z Checking atomic-waker v1.1.2
15442026-01-26T05:02:19.419Z Compiling typenum v1.14.0
15452026-01-26T05:02:19.503Z Compiling rustversion v1.0.22
15462026-01-26T05:02:19.556Z Checking percent-encoding v2.3.2
15472026-01-26T05:02:19.751Z Checking indexmap v2.13.0
15482026-01-26T05:02:20.366Z Checking litemap v0.7.4
15492026-01-26T05:02:20.605Z Checking writeable v0.5.5
15502026-01-26T05:02:20.622Z Compiling pkg-config v0.3.31
15512026-01-26T05:02:21.040Z Compiling generic-array v0.14.5
15522026-01-26T05:02:21.213Z Checking fnv v1.0.7
15532026-01-26T05:02:21.351Z Compiling crossbeam-utils v0.8.15
15542026-01-26T05:02:21.485Z Checking try-lock v0.2.3
15552026-01-26T05:02:21.641Z Checking want v0.3.0
15562026-01-26T05:02:22.057Z Compiling unicase v2.6.0
15572026-01-26T05:02:22.188Z Compiling openssl-sys v0.9.107
15582026-01-26T05:02:22.489Z Checking powerfmt v0.2.0
15592026-01-26T05:02:22.547Z Checking tower-layer v0.3.3
15602026-01-26T05:02:22.779Z Compiling num-conv v0.1.0
15612026-01-26T05:02:22.835Z Checking subtle v2.5.0
15622026-01-26T05:02:23.001Z Checking base64 v0.22.1
15632026-01-26T05:02:23.066Z Checking icu_locid_transform_data v1.5.0
15642026-01-26T05:02:23.075Z Checking tower-service v0.3.3
15652026-01-26T05:02:23.170Z Compiling getrandom v0.3.1
15662026-01-26T05:02:23.258Z Compiling time-core v0.1.2
15672026-01-26T05:02:23.455Z Checking httpdate v1.0.1
15682026-01-26T05:02:23.488Z Compiling time-macros v0.2.18
15692026-01-26T05:02:23.699Z Compiling slog v2.8.2
15702026-01-26T05:02:23.786Z Checking deranged v0.3.11
15712026-01-26T05:02:23.981Z Compiling synstructure v0.13.1
15722026-01-26T05:02:24.757Z Checking rustls-webpki v0.102.8
15732026-01-26T05:02:24.858Z Checking num_threads v0.1.3
15742026-01-26T05:02:24.981Z Checking icu_properties_data v1.5.0
15752026-01-26T05:02:25.246Z Compiling num-traits v0.2.14
15762026-01-26T05:02:25.741Z Checking foreign-types-shared v0.1.1
15772026-01-26T05:02:25.751Z Compiling usdt-impl v0.6.0
15782026-01-26T05:02:25.847Z Checking write16 v1.0.0
15792026-01-26T05:02:25.857Z Checking utf16_iter v1.0.5
15802026-01-26T05:02:25.987Z Checking utf8_iter v1.0.4
15812026-01-26T05:02:26.041Z Checking ipnet v2.10.0
15822026-01-26T05:02:26.116Z Checking openssl-probe v0.1.4
15832026-01-26T05:02:26.202Z Checking icu_normalizer_data v1.5.0
15842026-01-26T05:02:26.212Z Compiling openssl v0.10.72
15852026-01-26T05:02:26.285Z Compiling thread-id v5.0.0
15862026-01-26T05:02:26.307Z Checking foreign-types v0.3.2
15872026-01-26T05:02:26.411Z Checking crypto-common v0.1.6
15882026-01-26T05:02:26.509Z Checking block-buffer v0.10.2
15892026-01-26T05:02:26.744Z Checking form_urlencoded v1.2.2
15902026-01-26T05:02:26.799Z Checking time v0.3.36
15912026-01-26T05:02:26.831Z Checking rand_core v0.6.3
15922026-01-26T05:02:26.892Z Checking errno v0.3.10
15932026-01-26T05:02:26.959Z Compiling byteorder v1.4.3
15942026-01-26T05:02:27.090Z Compiling native-tls v0.2.12
15952026-01-26T05:02:27.230Z Compiling rustls v0.23.13
15962026-01-26T05:02:27.442Z Checking ppv-lite86 v0.2.15
15972026-01-26T05:02:27.557Z Compiling ryu v1.0.5
15982026-01-26T05:02:27.567Z Compiling rustls v0.22.4
15992026-01-26T05:02:27.633Z Compiling rustix v1.1.3
16002026-01-26T05:02:27.818Z Checking plain v0.2.3
16012026-01-26T05:02:27.962Z Checking mime v0.3.16
16022026-01-26T05:02:28.138Z Checking rand_chacha v0.3.1
16032026-01-26T05:02:28.302Z Checking digest v0.10.7
16042026-01-26T05:02:28.379Z Compiling rustix v0.38.44
16052026-01-26T05:02:28.559Z Compiling thiserror v1.0.69
16062026-01-26T05:02:28.573Z Checking pretty-hex v0.4.1
16072026-01-26T05:02:28.617Z Checking iana-time-zone v0.1.47
16082026-01-26T05:02:28.760Z Checking cpufeatures v0.2.2
16092026-01-26T05:02:28.780Z Compiling mime_guess v2.0.5
16102026-01-26T05:02:28.855Z Checking sha1 v0.10.6
16112026-01-26T05:02:28.996Z Checking rand v0.8.4
16122026-01-26T05:02:29.650Z Checking concurrent-queue v2.5.0
16132026-01-26T05:02:29.997Z Compiling serde_derive_internals v0.29.0
16142026-01-26T05:02:30.196Z Checking http-body-util v0.1.3
16152026-01-26T05:02:30.233Z Compiling serde_derive v1.0.228
16162026-01-26T05:02:30.354Z Compiling tokio-macros v2.6.0
16172026-01-26T05:02:30.384Z Compiling thiserror-impl v2.0.18
16182026-01-26T05:02:30.629Z Compiling zerofrom-derive v0.1.5
16192026-01-26T05:02:32.807Z Checking tokio v1.49.0
16202026-01-26T05:02:32.947Z Compiling yoke-derive v0.7.5
16212026-01-26T05:02:33.196Z Compiling futures-macro v0.3.31
16222026-01-26T05:02:34.237Z Compiling zerovec-derive v0.10.3
16232026-01-26T05:02:34.328Z Compiling displaydoc v0.2.5
16242026-01-26T05:02:35.244Z Compiling pest v2.8.1
16252026-01-26T05:02:35.735Z Checking zerofrom v0.1.5
16262026-01-26T05:02:35.846Z Checking futures-util v0.3.31
16272026-01-26T05:02:35.985Z Compiling zerocopy-derive v0.8.27
16282026-01-26T05:02:36.838Z Compiling icu_provider_macros v1.5.0
16292026-01-26T05:02:37.068Z Checking yoke v0.7.5
16302026-01-26T05:02:37.613Z Compiling scroll_derive v0.13.1
16312026-01-26T05:02:37.688Z Checking zerovec v0.10.4
16322026-01-26T05:02:38.366Z Compiling pest_meta v2.8.1
16332026-01-26T05:02:38.491Z Compiling openssl-macros v0.1.1
16342026-01-26T05:02:39.323Z Checking tinystr v0.7.6
16352026-01-26T05:02:39.661Z Checking icu_locid v1.5.0
16362026-01-26T05:02:39.790Z Compiling pest_generator v2.8.1
16372026-01-26T05:02:39.984Z Checking tokio-util v0.7.7
16382026-01-26T05:02:40.272Z Checking icu_collections v1.5.0
16392026-01-26T05:02:40.763Z Checking icu_provider v1.5.0
16402026-01-26T05:02:40.774Z Checking erased-serde v0.3.31
16412026-01-26T05:02:40.983Z Checking h2 v0.4.6
16422026-01-26T05:02:41.022Z Checking scroll v0.13.0
16432026-01-26T05:02:41.461Z Checking icu_locid_transform v1.5.0
16442026-01-26T05:02:41.472Z Compiling serde_tokenstream v0.2.2
16452026-01-26T05:02:41.541Z Checking goblin v0.10.1
16462026-01-26T05:02:42.550Z Checking icu_properties v1.5.1
16472026-01-26T05:02:43.647Z Compiling pest_derive v2.8.1
16482026-01-26T05:02:44.624Z Compiling dof v0.4.0
16492026-01-26T05:02:45.062Z Checking chrono v0.4.43
16502026-01-26T05:02:45.278Z Compiling dtrace-parser v0.3.0
16512026-01-26T05:02:45.424Z Checking hyper v1.8.1
16522026-01-26T05:02:46.071Z Compiling thiserror-impl v1.0.69
16532026-01-26T05:02:46.207Z Checking icu_normalizer v1.5.0
16542026-01-26T05:02:47.045Z Checking idna_adapter v1.2.0
16552026-01-26T05:02:47.251Z Checking rustls-pemfile v2.2.0
16562026-01-26T05:02:47.260Z Checking idna v1.0.3
16572026-01-26T05:02:47.679Z Checking sync_wrapper v1.0.1
16582026-01-26T05:02:47.684Z Checking hyper-util v0.1.19
16592026-01-26T05:02:47.684Z Checking thread_local v1.1.4
16602026-01-26T05:02:47.684Z Compiling multer v3.1.0
16612026-01-26T05:02:47.977Z Checking encoding_rs v0.8.32
16622026-01-26T05:02:47.981Z Compiling camino v1.2.2
16632026-01-26T05:02:47.981Z Compiling paste v1.0.15
16642026-01-26T05:02:47.981Z Checking parking v2.2.0
16652026-01-26T05:02:48.087Z Checking winnow v0.7.13
16662026-01-26T05:02:48.116Z Compiling schemars v0.8.22
16672026-01-26T05:02:48.468Z Compiling slog-async v2.8.0
16682026-01-26T05:02:48.548Z Checking fastrand v2.1.1
16692026-01-26T05:02:48.585Z Checking match_cfg v0.1.0
16702026-01-26T05:02:48.680Z Checking hostname v0.3.1
16712026-01-26T05:02:49.250Z Checking tempfile v3.24.0
16722026-01-26T05:02:49.276Z Checking event-listener v5.0.0
16732026-01-26T05:02:49.276Z Compiling usdt-attr-macro v0.6.0
16742026-01-26T05:02:49.280Z Compiling usdt-macro v0.6.0
16752026-01-26T05:02:49.294Z Checking url v2.5.4
16762026-01-26T05:02:49.405Z Checking tower v0.5.2
16772026-01-26T05:02:50.017Z Checking tokio-native-tls v0.3.1
16782026-01-26T05:02:50.067Z Checking slog-json v2.6.1
16792026-01-26T05:02:50.146Z Checking serde_urlencoded v0.7.1
16802026-01-26T05:02:50.272Z Checking futures-executor v0.3.31
16812026-01-26T05:02:50.308Z Checking tokio-rustls v0.25.0
16822026-01-26T05:02:50.333Z Checking tokio-rustls v0.26.0
16832026-01-26T05:02:50.560Z Compiling schemars_derive v0.8.22
16842026-01-26T05:02:50.662Z Compiling async-stream-impl v0.3.6
16852026-01-26T05:02:50.737Z Checking uuid v1.19.0
16862026-01-26T05:02:51.007Z Checking toml_parser v1.0.6+spec-1.1.0
16872026-01-26T05:02:51.016Z Checking crossbeam-channel v0.5.1
16882026-01-26T05:02:51.376Z Checking serde_spanned v1.0.4
16892026-01-26T05:02:51.539Z Checking toml_datetime v0.7.5+spec-1.1.0
16902026-01-26T05:02:51.594Z Checking webpki-roots v0.26.5
16912026-01-26T05:02:51.606Z Checking memmap2 v0.9.8
16922026-01-26T05:02:51.625Z Checking is-terminal v0.4.12
16932026-01-26T05:02:51.679Z Compiling dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
16942026-01-26T05:02:51.765Z Checking data-encoding v2.4.0
16952026-01-26T05:02:51.811Z Checking iri-string v0.7.8
16962026-01-26T05:02:51.901Z Checking toml_writer v1.0.6+spec-1.1.0
16972026-01-26T05:02:51.949Z Compiling anyhow v1.0.100
16982026-01-26T05:02:52.103Z Compiling semver v1.0.27
16992026-01-26T05:02:52.139Z Checking lazy_static v1.5.0
17002026-01-26T05:02:52.258Z Compiling heck v0.5.0
17012026-01-26T05:02:52.293Z Checking dyn-clone v1.0.4
17022026-01-26T05:02:52.304Z Checking unicode-segmentation v1.10.0
17032026-01-26T05:02:52.439Z Checking utf-8 v0.7.6
17042026-01-26T05:02:52.665Z Checking unicode-width v0.1.9
17052026-01-26T05:02:52.710Z Checking term v1.1.0
17062026-01-26T05:02:52.735Z Checking take_mut v0.2.2
17072026-01-26T05:02:52.812Z Checking spin v0.9.8
17082026-01-26T05:02:52.826Z Checking console v0.15.7
17092026-01-26T05:02:52.844Z Compiling dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17102026-01-26T05:02:52.941Z Checking newline-converter v0.3.0
17112026-01-26T05:02:53.115Z Checking async-stream v0.3.6
17122026-01-26T05:02:53.173Z Checking slog-term v2.9.2
17132026-01-26T05:02:53.324Z Checking tungstenite v0.24.0
17142026-01-26T05:02:53.425Z Checking toml v0.9.11+spec-1.1.0
17152026-01-26T05:02:53.433Z Checking atomicwrites v0.4.4
17162026-01-26T05:02:53.631Z Checking usdt v0.6.0
17172026-01-26T05:02:53.676Z Checking hyper-rustls v0.27.3
17182026-01-26T05:02:53.907Z Checking futures v0.3.31
17192026-01-26T05:02:54.024Z Checking slog-bunyan v2.5.0
17202026-01-26T05:02:54.048Z Checking hyper-tls v0.6.0
17212026-01-26T05:02:54.260Z Checking event-listener-strategy v0.5.4
17222026-01-26T05:02:54.422Z Checking tower-http v0.6.8
17232026-01-26T05:02:54.434Z Checking rustls-native-certs v0.7.0
17242026-01-26T05:02:54.446Z Checking openapiv3 v2.2.0
17252026-01-26T05:02:54.599Z Compiling async-trait v0.1.89
17262026-01-26T05:02:54.867Z Checking yasna v0.5.2
17272026-01-26T05:02:54.890Z Checking pem v3.0.6
17282026-01-26T05:02:57.830Z Checking waitgroup v0.1.2
17292026-01-26T05:02:57.830Z Checking serde_path_to_error v0.1.20
17302026-01-26T05:02:57.830Z Checking webpki-roots v1.0.0
17312026-01-26T05:02:57.831Z Checking hostname v0.4.2
17322026-01-26T05:02:57.831Z Checking simple-mermaid v0.2.0
17332026-01-26T05:02:57.831Z Checking similar v2.2.1
17342026-01-26T05:02:57.831Z Checking http-range v0.1.4
17352026-01-26T05:02:57.831Z Checking debug-ignore v1.0.5
17362026-01-26T05:02:57.865Z Checking hyper-staticfile v0.10.1
17372026-01-26T05:02:57.865Z Checking rcgen v0.14.6
17382026-01-26T05:02:57.866Z Checking reqwest v0.12.28
17392026-01-26T05:02:57.866Z Checking expectorate v1.2.0
17402026-01-26T05:02:57.866Z Checking hyper-rustls v0.26.0
17412026-01-26T05:02:57.866Z Checking async-channel v2.5.0
17422026-01-26T05:02:57.866Z Checking tokio-tungstenite v0.24.0
17432026-01-26T05:02:57.866Z Checking subprocess v0.2.13
17442026-01-26T05:02:57.866Z Checking buf-list v1.1.2
17452026-01-26T05:03:00.933Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17462026-01-26T05:03:00.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.79s
17472026-01-26T05:03:01.330Z
17482026-01-26T05:03:01.330Z
17492026-01-26T05:03:12.750Ztest tests/fail/bad_channel10.rs ... ok
17502026-01-26T05:03:12.750Ztest tests/fail/bad_channel11.rs ... ok
17512026-01-26T05:03:12.750Ztest tests/fail/bad_channel12.rs ... ok
17522026-01-26T05:03:12.755Ztest tests/fail/bad_channel13.rs ... ok
17532026-01-26T05:03:12.755Ztest tests/fail/bad_channel14.rs ... ok
17542026-01-26T05:03:12.755Ztest tests/fail/bad_channel15.rs ... ok
17552026-01-26T05:03:12.755Ztest tests/fail/bad_channel17.rs ... ok
17562026-01-26T05:03:12.755Ztest tests/fail/bad_channel18.rs ... ok
17572026-01-26T05:03:12.755Ztest tests/fail/bad_channel19.rs ... ok
17582026-01-26T05:03:12.755Ztest tests/fail/bad_channel1a.rs ... ok
17592026-01-26T05:03:12.755Ztest tests/fail/bad_channel1b.rs ... ok
17602026-01-26T05:03:12.755Ztest tests/fail/bad_channel2.rs ... ok
17612026-01-26T05:03:12.755Ztest tests/fail/bad_channel20.rs ... ok
17622026-01-26T05:03:12.755Ztest tests/fail/bad_channel21.rs ... ok
17632026-01-26T05:03:12.755Ztest tests/fail/bad_channel22.rs ... ok
17642026-01-26T05:03:12.755Ztest tests/fail/bad_channel23.rs ... ok
17652026-01-26T05:03:12.755Ztest tests/fail/bad_channel24.rs ... ok
17662026-01-26T05:03:12.755Ztest tests/fail/bad_channel25.rs ... ok
17672026-01-26T05:03:12.755Ztest tests/fail/bad_channel26.rs ... ok
17682026-01-26T05:03:12.755Ztest tests/fail/bad_channel27.rs ... ok
17692026-01-26T05:03:12.755Ztest tests/fail/bad_channel28.rs ... ok
17702026-01-26T05:03:12.756Ztest tests/fail/bad_channel3.rs ... ok
17712026-01-26T05:03:12.756Ztest tests/fail/bad_channel4.rs ... ok
17722026-01-26T05:03:12.756Ztest tests/fail/bad_channel5.rs ... ok
17732026-01-26T05:03:12.756Ztest tests/fail/bad_channel6.rs ... ok
17742026-01-26T05:03:12.756Ztest tests/fail/bad_channel8.rs ... ok
17752026-01-26T05:03:12.756Ztest tests/fail/bad_channel9.rs ... ok
17762026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint1.rs ... ok
17772026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint10.rs ... ok
17782026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint11.rs ... ok
17792026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint12.rs ... ok
17802026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint13.rs ... ok
17812026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint14.rs ... ok
17822026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint15.rs ... ok
17832026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint16.rs ... ok
17842026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint17.rs ... ok
17852026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint18.rs ... ok
17862026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint19.rs ... ok
17872026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint2.rs ... ok
17882026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint20.rs ... ok
17892026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint21.rs ... ok
17902026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint22.rs ... ok
17912026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint23.rs ... ok
17922026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint24.rs ... ok
17932026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint25.rs ... ok
17942026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint26.rs ... ok
17952026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint27.rs ... ok
17962026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint28.rs ... ok
17972026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint3.rs ... ok
17982026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint4.rs ... ok
17992026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint5.rs ... ok
18002026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint6.rs ... ok
18012026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint7.rs ... ok
18022026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint8.rs ... ok
18032026-01-26T05:03:12.756Ztest tests/fail/bad_endpoint9.rs ... ok
18042026-01-26T05:03:12.756Ztest tests/fail/bad_trait_channel10.rs ... ok
18052026-01-26T05:03:12.756Ztest tests/fail/bad_trait_channel11.rs ... ok
18062026-01-26T05:03:12.756Ztest tests/fail/bad_trait_channel12.rs ... ok
18072026-01-26T05:03:12.756Ztest tests/fail/bad_trait_channel13.rs ... ok
18082026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel14.rs ... ok
18092026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel15.rs ... ok
18102026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel17.rs ... ok
18112026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel18.rs ... ok
18122026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel19.rs ... ok
18132026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel1a.rs ... ok
18142026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel1b.rs ... ok
18152026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel2.rs ... ok
18162026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel20.rs ... ok
18172026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel21.rs ... ok
18182026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel22.rs ... ok
18192026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel23.rs ... ok
18202026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel24.rs ... ok
18212026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel25.rs ... ok
18222026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel26.rs ... ok
18232026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel28.rs ... ok
18242026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel3.rs ... ok
18252026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel4.rs ... ok
18262026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel5.rs ... ok
18272026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel6.rs ... ok
18282026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel8.rs ... ok
18292026-01-26T05:03:12.757Ztest tests/fail/bad_trait_channel9.rs ... ok
18302026-01-26T05:03:12.757Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18312026-01-26T05:03:12.757Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18322026-01-26T05:03:12.757Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18332026-01-26T05:03:12.757Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18342026-01-26T05:03:12.757Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18352026-01-26T05:03:12.757Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18362026-01-26T05:03:12.757Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18372026-01-26T05:03:12.757Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18382026-01-26T05:03:12.757Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18392026-01-26T05:03:12.757Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18402026-01-26T05:03:12.757Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18412026-01-26T05:03:12.757Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18422026-01-26T05:03:12.757Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18432026-01-26T05:03:12.757Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18442026-01-26T05:03:12.757Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18452026-01-26T05:03:12.757Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18462026-01-26T05:03:12.757Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18472026-01-26T05:03:12.758Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18482026-01-26T05:03:12.758Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18492026-01-26T05:03:12.758Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18502026-01-26T05:03:12.758Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18512026-01-26T05:03:12.758Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18522026-01-26T05:03:12.762Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18532026-01-26T05:03:12.762Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18542026-01-26T05:03:12.762Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18552026-01-26T05:03:12.762Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18562026-01-26T05:03:12.762Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18572026-01-26T05:03:12.762Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18582026-01-26T05:03:12.762Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18592026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only1.rs ... ok
18602026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only10.rs ... ok
18612026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only11.rs ... ok
18622026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only12.rs ... ok
18632026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only13.rs ... ok
18642026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only14.rs ... ok
18652026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only15.rs ... ok
18662026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only16.rs ... ok
18672026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only17.rs ... ok
18682026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only18.rs ... ok
18692026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only19.rs ... ok
18702026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only2.rs ... ok
18712026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only20.rs ... ok
18722026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only21.rs ... ok
18732026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only22.rs ... ok
18742026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only3.rs ... ok
18752026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only4.rs ... ok
18762026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only5.rs ... ok
18772026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only6.rs ... ok
18782026-01-26T05:03:12.762Ztest tests/fail/bad_trait_only7.rs ... ok
18792026-01-26T05:03:12.763Ztest tests/fail/bad_trait_only8.rs ... ok
18802026-01-26T05:03:12.763Ztest tests/fail/bad_trait_only9.rs ... ok
18812026-01-26T05:03:12.763Ztest tests/fail/bad_version_backwards.rs ... ok
18822026-01-26T05:03:12.763Ztest tests/fail/unused_endpoint.rs ... ok
18832026-01-26T05:03:12.763Z
18842026-01-26T05:03:12.763Z
18852026-01-26T05:03:12.763Ztest fail ... ok
18862026-01-26T05:03:12.763Z
18872026-01-26T05:03:12.763Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 59.61s
18882026-01-26T05:03:12.763Z
18892026-01-26T05:03:12.766Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-2fd15baabbd7fa57`
18902026-01-26T05:03:12.769Z
18912026-01-26T05:03:12.769Zrunning 83 tests
18922026-01-26T05:03:12.773Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
18932026-01-26T05:03:12.773Ztest config::test_config_bad_bind_address_garbage ... ok
18942026-01-26T05:03:12.773Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
18952026-01-26T05:03:12.773Ztest config::test_config_bad_bind_address_port_too_large ... ok
18962026-01-26T05:03:12.773Ztest config::test_config_bad_bind_address_port_too_small ... ok
18972026-01-26T05:03:12.773Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
18982026-01-26T05:03:12.773Ztest api_trait::test_api_trait_with_complex_tags ... ok
18992026-01-26T05:03:12.773Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
19002026-01-26T05:03:12.773Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19012026-01-26T05:03:12.773Ztest config::test_valid_config_all_settings ... ok
19022026-01-26T05:03:12.773Ztest config::test_valid_config_basic ... ok
19032026-01-26T05:03:12.776Ztest config::test_valid_config_empty ... ok
19042026-01-26T05:03:12.776Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_unversioned_servers_with_versioned_routes.3033.6.log"
19052026-01-26T05:03:12.776Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-api_trait_basic.3033.2.log"
19062026-01-26T05:03:12.776Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-config_bind_address_https.3033.1.log"
19072026-01-26T05:03:12.776Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-config_bind_address_http.3033.3.log"
19082026-01-26T05:03:12.777Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-config_bind_address_https_buffer.3033.0.log"
19092026-01-26T05:03:12.777Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-config_handler_task_mode_detached.3033.4.log"
19102026-01-26T05:03:12.777Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-config_handler_task_mode_cancel.3033.5.log"
19112026-01-26T05:03:12.777Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19122026-01-26T05:03:12.777Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_enum_extractor_error.3033.7.log"
19132026-01-26T05:03:12.780Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_enum_user_error.3033.8.log"
19142026-01-26T05:03:12.780Ztest config::test_config_handler_task_mode_detached ... ok
19152026-01-26T05:03:12.780Ztest config::test_config_handler_task_mode_cancel ... ok
19162026-01-26T05:03:12.780Ztest custom_errors::test_enum_user_error ... ok
19172026-01-26T05:03:12.780Ztest custom_errors::test_enum_extractor_error ... ok
19182026-01-26T05:03:12.785Ztest api_trait::test_api_trait_basic ... ok
19192026-01-26T05:03:12.785Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_struct_extractor_error.3033.9.log"
19202026-01-26T05:03:12.785Ztest custom_errors::test_trait_based_api ... ok
19212026-01-26T05:03:12.785Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_struct_user_error.3033.10.log"
19222026-01-26T05:03:12.785Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_trait_enum_user_error.3033.11.log"
19232026-01-26T05:03:12.785Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_trait_struct_user_error.3033.12.log"
19242026-01-26T05:03:12.785Ztest config::test_config_bind_address_http ... ok
19252026-01-26T05:03:12.785Ztest custom_errors::test_struct_extractor_error ... ok
19262026-01-26T05:03:12.785Ztest custom_errors::test_struct_user_error ... ok
19272026-01-26T05:03:12.785Ztest custom_errors::test_trait_enum_user_error ... ok
19282026-01-26T05:03:12.785Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_302_bogus.3033.13.log"
19292026-01-26T05:03:12.789Ztest custom_errors::test_trait_struct_user_error ... ok
19302026-01-26T05:03:12.789Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_302_found.3033.14.log"
19312026-01-26T05:03:12.789Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_303_see_other.3033.15.log"
19322026-01-26T05:03:12.789Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_307_temporary_redirect.3033.16.log"
19332026-01-26T05:03:12.789Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_delete_request.3033.17.log"
19342026-01-26T05:03:12.789Ztest demo::test_302_found ... ok
19352026-01-26T05:03:12.789Ztest demo::test_303_see_other ... ok
19362026-01-26T05:03:12.789Ztest demo::test_302_bogus ... ok
19372026-01-26T05:03:12.789Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-demo1.3033.18.log"
19382026-01-26T05:03:12.789Ztest demo::test_307_temporary_redirect ... ok
19392026-01-26T05:03:12.789Ztest demo::test_delete_request ... ok
19402026-01-26T05:03:12.789Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-demo2json.3033.19.log"
19412026-01-26T05:03:12.789Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-demo2urlencoded.3033.21.log"
19422026-01-26T05:03:12.792Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-demo3json.3033.22.log"
19432026-01-26T05:03:12.792Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-demo_path_param_string.3033.23.log"
19442026-01-26T05:03:12.793Ztest demo::test_demo1 ... ok
19452026-01-26T05:03:12.793Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-demo2query.3033.20.log"
19462026-01-26T05:03:12.796Ztest demo::test_demo2json ... ok
19472026-01-26T05:03:12.796Ztest demo::test_demo3json ... ok
19482026-01-26T05:03:12.796Ztest demo::test_demo2urlencoded ... ok
19492026-01-26T05:03:12.796Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-demo_path_param_u32.3033.24.log"
19502026-01-26T05:03:12.796Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-demo_websocket.3033.25.log"
19512026-01-26T05:03:12.796Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-demo_path_param_uuid.3033.27.log"
19522026-01-26T05:03:12.799Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_head_request.3033.26.log"
19532026-01-26T05:03:12.799Ztest demo::test_demo2query ... ok
19542026-01-26T05:03:12.800Ztest demo::test_demo_path_param_u32 ... ok
19552026-01-26T05:03:12.800Ztest demo::test_demo_path_param_string ... ok
19562026-01-26T05:03:12.800Ztest demo::test_head_request ... ok
19572026-01-26T05:03:12.803Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_large_typed_body.3033.28.log"
19582026-01-26T05:03:12.803Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_header_request.3033.29.log"
19592026-01-26T05:03:12.803Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-tet_raw_request.3033.30.log"
19602026-01-26T05:03:12.803Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_request_compat.3033.31.log"
19612026-01-26T05:03:12.803Ztest demo::test_demo_path_param_uuid ... ok
19622026-01-26T05:03:12.803Ztest demo::test_header_request ... ok
19632026-01-26T05:03:12.807Ztest demo::test_raw_request ... ok
19642026-01-26T05:03:12.807Ztest demo::test_large_typed_body ... ok
19652026-01-26T05:03:12.807Ztest demo::test_request_compat ... ok
19662026-01-26T05:03:12.807Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_request_remote_addr.3033.32.log"
19672026-01-26T05:03:12.807Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-graceful_shutdown_with_detached_handler.3033.33.log"
19682026-01-26T05:03:12.807Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-multipart_client.3033.34.log"
19692026-01-26T05:03:12.807Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_streaming_body.3033.35.log"
19702026-01-26T05:03:12.807Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_untyped_body.3033.36.log"
19712026-01-26T05:03:12.807Ztest multipart::missing_boundary ... ok
19722026-01-26T05:03:12.807Ztest demo::test_request_remote_addr ... ok
19732026-01-26T05:03:12.807Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-multipart_client.3033.37.log"
19742026-01-26T05:03:12.807Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-multipart_client.3033.38.log"
19752026-01-26T05:03:12.811Ztest multipart::no_content_type ... ok
19762026-01-26T05:03:12.811Ztest config::test_config_bind_address_https ... ok
19772026-01-26T05:03:12.811Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-multipart_client.3033.39.log"
19782026-01-26T05:03:12.811Ztest demo::test_streaming_body ... ok
19792026-01-26T05:03:12.811Ztest multipart::test_multipart_client ... ok
19802026-01-26T05:03:12.811Ztest multipart::weird_content_type ... ok
19812026-01-26T05:03:12.811Ztest demo::test_untyped_body ... ok
19822026-01-26T05:03:12.811Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-pagination-basic.3033.40.log"
19832026-01-26T05:03:12.811Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
19842026-01-26T05:03:12.811Ztest openapi::test_openapi_custom_error_types ... ok
19852026-01-26T05:03:12.811Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-pagination-multiple-resources.3033.41.log"
19862026-01-26T05:03:12.811Ztest config::test_config_bind_address_https_buffer ... ok
19872026-01-26T05:03:12.811Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-pagination-multiple-sorts.3033.42.log"
19882026-01-26T05:03:12.811Ztest demo::test_demo_websocket ... ok
19892026-01-26T05:03:12.815Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-basic.3033.43.log"
19902026-01-26T05:03:12.815Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-dictionary.3033.44.log"
19912026-01-26T05:03:12.840Ztest openapi::test_openapi ... ok
19922026-01-26T05:03:12.840Ztest openapi::test_openapi_fuller ... ok
19932026-01-26T05:03:12.843Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-empty.3033.45.log"
19942026-01-26T05:03:12.843Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-errors.3033.46.log"
19952026-01-26T05:03:12.846Ztest pagination::test_paginate_empty ... ok
19962026-01-26T05:03:12.846Ztest pagination::test_paginate_errors ... ok
19972026-01-26T05:03:12.846Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-extra_params.3033.47.log"
19982026-01-26T05:03:12.846Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-required_params.3033.48.log"
19992026-01-26T05:03:12.850Ztest pagination::test_paginate_extra_params ... ok
20002026-01-26T05:03:12.850Ztest pagination::test_paginate_with_required_params ... ok
20012026-01-26T05:03:12.850Ztest path_names::test_path_names ... ok
20022026-01-26T05:03:12.850Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_no_tls.3033.49.log"
20032026-01-26T05:03:12.850Ztest pagination_schema::test_pagination_schema ... ok
20042026-01-26T05:03:12.850Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_with_tls.3033.50.log"
20052026-01-26T05:03:12.853Ztest starter::test_no_tls ... ok
20062026-01-26T05:03:12.853Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-non_streaming_servers_do_not_use_transfer_encoding.3033.51.log"
20072026-01-26T05:03:12.858Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
20082026-01-26T05:03:12.861Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-streaming_server_buffered_client.3033.52.log"
20092026-01-26T05:03:12.879Ztest streaming::test_streaming_server_buffered_client ... ok
20102026-01-26T05:03:12.882Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-streaming_server_streaming_client.3033.53.log"
20112026-01-26T05:03:12.883Ztest pagination::test_paginate_basic ... ok
20122026-01-26T05:03:12.883Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_server_is_http.3033.54.log"
20132026-01-26T05:03:12.886Ztest tls::test_server_is_http ... ok
20142026-01-26T05:03:12.886Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_server_is_https.3033.55.log"
20152026-01-26T05:03:12.901Ztest streaming::test_streaming_server_streaming_client ... ok
20162026-01-26T05:03:12.905Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_tls_aborted_negotiation.3033.56.log"
20172026-01-26T05:03:13.171Ztest starter::test_with_tls ... ok
20182026-01-26T05:03:13.175Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_tls_certificate_loading.3033.57.log"
20192026-01-26T05:03:13.197Ztest tls::test_server_is_https ... ok
20202026-01-26T05:03:13.200Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_tls_only.3033.58.log"
20212026-01-26T05:03:13.496Ztest tls::test_tls_certificate_loading ... ok
20222026-01-26T05:03:13.499Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_tls_refresh_certificates.3033.59.log"
20232026-01-26T05:03:13.519Ztest tls::test_tls_aborted_negotiation ... ok
20242026-01-26T05:03:13.522Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_versions.3033.60.log"
20252026-01-26T05:03:13.585Ztest versions::test_versions ... ok
20262026-01-26T05:03:13.588Znote: configured to log to "/tmp/integration_tests-2fd15baabbd7fa57-test_versions_on_missing.3033.61.log"
20272026-01-26T05:03:13.634Ztest versions::test_versions_on_missing ... ok
20282026-01-26T05:03:13.637Ztest versions::test_versions_openapi ... ok
20292026-01-26T05:03:13.642Ztest versions::test_versions_openapi_same_names ... ok
20302026-01-26T05:03:13.817Ztest tls::test_tls_only ... ok
20312026-01-26T05:03:13.822Ztest tls::test_tls_refresh_certificates ... ok
20322026-01-26T05:03:13.922Ztest pagination::test_example_basic ... ok
20332026-01-26T05:03:14.023Ztest pagination::test_paginate_dictionary ... ok
20342026-01-26T05:03:14.806Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
20352026-01-26T05:03:16.328Ztest pagination::test_example_multiple_sorts ... ok
20362026-01-26T05:03:17.270Ztest pagination::test_example_multiple_resources ... ok
20372026-01-26T05:03:17.270Z
20382026-01-26T05:03:17.270Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.50s
20392026-01-26T05:03:17.270Z
20402026-01-26T05:03:17.279Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-18dd1b2a79a50a29`
20412026-01-26T05:03:17.284Z
20422026-01-26T05:03:17.285Zrunning 35 tests
20432026-01-26T05:03:17.291Ztest channel::tests::test_channel_operation_id ... ok
20442026-01-26T05:03:17.291Ztest channel::tests::test_channel_with_versions ... ok
20452026-01-26T05:03:17.294Ztest channel::tests::test_channel_with_unnamed_params ... ok
20462026-01-26T05:03:17.294Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
20472026-01-26T05:03:17.294Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
20482026-01-26T05:03:17.294Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
20492026-01-26T05:03:17.294Ztest endpoint::tests::test_endpoint_bad_string ... ok
20502026-01-26T05:03:17.294Ztest doc::tests::test_extract_summary_description ... ok
20512026-01-26T05:03:17.294Ztest endpoint::tests::test_endpoint_bad_versions ... ok
20522026-01-26T05:03:17.294Ztest endpoint::tests::test_endpoint_invalid_item ... ok
20532026-01-26T05:03:17.294Ztest endpoint::tests::test_endpoint_no_arguments ... ok
20542026-01-26T05:03:17.294Ztest endpoint::tests::test_endpoint_not_async ... ok
20552026-01-26T05:03:17.294Ztest channel::tests::test_channel_with_custom_params ... ok
20562026-01-26T05:03:17.294Ztest endpoint::tests::test_endpoint_content_type ... ok
20572026-01-26T05:03:17.298Ztest endpoint::tests::test_endpoint_basic ... ok
20582026-01-26T05:03:17.298Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
20592026-01-26T05:03:17.298Ztest api_trait::tests::test_api_trait_operation_id ... ok
20602026-01-26T05:03:17.298Ztest api_trait::tests::test_api_trait_basic ... ok
20612026-01-26T05:03:17.298Ztest endpoint::tests::test_endpoint_pub_crate ... ok
20622026-01-26T05:03:17.298Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
20632026-01-26T05:03:17.298Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
20642026-01-26T05:03:17.298Ztest endpoint::tests::test_endpoint_with_doc ... ok
20652026-01-26T05:03:17.298Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
20662026-01-26T05:03:17.298Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
20672026-01-26T05:03:17.302Ztest endpoint::tests::test_endpoint_with_query ... ok
20682026-01-26T05:03:17.302Ztest endpoint::tests::test_endpoint_with_tags ... ok
20692026-01-26T05:03:17.302Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
20702026-01-26T05:03:17.302Ztest syn_parsing::tests::test_busted_function ... ok
20712026-01-26T05:03:17.302Ztest params::tests::test_extract_rqctx_ty_param ... ok
20722026-01-26T05:03:17.302Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
20732026-01-26T05:03:17.302Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
20742026-01-26T05:03:17.302Ztest endpoint::tests::test_operation_id ... ok
20752026-01-26T05:03:17.305Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
20762026-01-26T05:03:17.305Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
20772026-01-26T05:03:17.305Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
20782026-01-26T05:03:17.305Z
20792026-01-26T05:03:17.305Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
20802026-01-26T05:03:17.306Z
20812026-01-26T05:03:17.309Z Doc-tests dropshot
20822026-01-26T05:03:17.309Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ab05caa45ae69ec3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d709fb5e67abba1b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d2c079753b93895f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5297149db9155d9e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b9668d740fa8349e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c3662ffbada77fd.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-c11cccd6262c07c3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14d7898e23e55fc3.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-55dc93dc69cdf5ff.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d5219c64e90125b4.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a657d9500f22a64b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-5356e71eac6a0ec5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d91a6b01eb2cb91d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-53ab80e048e7ede3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f305e678ece528f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ea7bd0f56d895554.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1e6d731a1d8d67f8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-aa6d052f3a01b72c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-dded347b8d3b8f8d.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-8e0cf7eb9d277db1.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f80dd128e44fc5ba.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c4623feca6aca54b.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3243c81638b230a5.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2fa6b9fb22bfa1a9.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-1d1c8aa49b2533d7.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0c905923c5f4bd05.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d83d0e75fef12c0d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-a22c5c7a3866d910.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-70eca5ed4911dd3d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ded336f66e956ba3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b8538cc4cef7f611.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-01f28d77074a8614.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d650d8995eadb3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-3c09f3636a016a71.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a8830c2f82315f1c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-fee06a92e13bd945.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d2693103534e5841.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-29dadf90bfae0c22.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -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`
20832026-01-26T05:03:17.830Z
20842026-01-26T05:03:17.830Zrunning 23 tests
20852026-01-26T05:03:19.914Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
20862026-01-26T05:03:19.914Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
20872026-01-26T05:03:19.914Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
20882026-01-26T05:03:19.947Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
20892026-01-26T05:03:25.087Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
20902026-01-26T05:03:25.087Ztest dropshot/src/lib.rs - (line 334) ... ignored
20912026-01-26T05:03:25.177Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
20922026-01-26T05:03:25.436Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
20932026-01-26T05:03:25.457Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 374) ... ok
20942026-01-26T05:03:25.489Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 349) ... ok
20952026-01-26T05:03:25.774Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
20962026-01-26T05:03:25.934Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
20972026-01-26T05:03:25.934Ztest dropshot/src/lib.rs - channel (line 1181) ... ignored
20982026-01-26T05:03:25.934Ztest dropshot/src/lib.rs - endpoint (line 1226) ... ignored
20992026-01-26T05:03:27.175Ztest dropshot/src/lib.rs - (line 398) ... ok
21002026-01-26T05:03:27.535Ztest dropshot/src/lib.rs - api_description (line 1046) ... ok
21012026-01-26T05:03:27.756Ztest dropshot/src/lib.rs - api_description (line 1107) ... ok
21022026-01-26T05:03:27.793Ztest dropshot/src/lib.rs - (line 661) ... ok
21032026-01-26T05:03:27.849Ztest dropshot/src/lib.rs - (line 110) ... ok
21042026-01-26T05:03:27.852Ztest dropshot/src/lib.rs - (line 189) ... ok
21052026-01-26T05:03:28.839Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
21062026-01-26T05:03:31.592Ztest dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok
21072026-01-26T05:03:32.824Ztest dropshot/src/lib.rs - (line 497) ... ok
21082026-01-26T05:03:32.824Z
21092026-01-26T05:03:32.824Ztest result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 14.99s
21102026-01-26T05:03:32.824Z
21112026-01-26T05:03:32.851Z Doc-tests dropshot_endpoint
21122026-01-26T05:03:32.854Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/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-253daac75ef437da.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a5f1f991780b11c2.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-86e41ea74570e15a.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-606750e5af4c7727.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0db575668047dc5.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-0179bf6ff7b361ce.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-94f68f4d1a0cf1b1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d9b199a773963e4e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6d845013867d21e1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
21132026-01-26T05:03:33.059Z
21142026-01-26T05:03:33.059Zrunning 0 tests
21152026-01-26T05:03:33.059Z
21162026-01-26T05:03:33.059Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21172026-01-26T05:03:33.059Z
21182026-01-26T05:03:33.095Z
21192026-01-26T05:03:33.099Zreal 2:56.866309935
21202026-01-26T05:03:33.099Zuser 15:24.584431502
21212026-01-26T05:03:33.099Zsys 2:29.432892274
21222026-01-26T05:03:33.099Ztrap 0.751478571
21232026-01-26T05:03:33.099Ztflt 0.309423587
21242026-01-26T05:03:33.099Zdflt 0.234625125
21252026-01-26T05:03:33.099Zkflt 0.000351459
21262026-01-26T05:03:33.099Zlock 47:28.594762435
21272026-01-26T05:03:33.099Zslp 1:16:47.424551199
21282026-01-26T05:03:33.099Zlat 54.254454485
21292026-01-26T05:03:33.099Zstop 1:25.253943401
21302026-01-26T05:03:33.100Z+ banner docs
21312026-01-26T05:03:33.100Z
21322026-01-26T05:03:33.100Z ##### #### #### ####
21332026-01-26T05:03:33.100Z # # # # # # #
21342026-01-26T05:03:33.100Z # # # # # ####
21352026-01-26T05:03:33.100Z # # # # # #
21362026-01-26T05:03:33.100Z # # # # # # # #
21372026-01-26T05:03:33.100Z ##### #### #### ####
21382026-01-26T05:03:33.100Z
21392026-01-26T05:03:33.100Z+ ptime -m cargo doc --no-deps --lib --bins --examples
21402026-01-26T05:03:33.469Z Compiling proc-macro2 v1.0.105
21412026-01-26T05:03:33.469Z Compiling unicode-ident v1.0.12
21422026-01-26T05:03:33.473Z Checking cfg-if v1.0.0
21432026-01-26T05:03:33.473Z Checking itoa v1.0.1
21442026-01-26T05:03:33.473Z Checking pin-project-lite v0.2.12
21452026-01-26T05:03:33.473Z Compiling quote v1.0.44
21462026-01-26T05:03:33.522Z Checking libc v0.2.180
21472026-01-26T05:03:33.528Z Checking serde_core v1.0.228
21482026-01-26T05:03:33.584Z Checking once_cell v1.20.1
21492026-01-26T05:03:33.588Z Checking bytes v1.11.0
21502026-01-26T05:03:33.652Z Checking smallvec v1.13.2
21512026-01-26T05:03:33.706Z Checking futures-core v0.3.31
21522026-01-26T05:03:33.746Z Checking memchr v2.6.0
21532026-01-26T05:03:33.881Z Checking scopeguard v1.2.0
21542026-01-26T05:03:33.909Z Checking futures-sink v0.3.31
21552026-01-26T05:03:34.009Z Checking slab v0.4.9
21562026-01-26T05:03:34.037Z Checking lock_api v0.4.6
21572026-01-26T05:03:34.062Z Checking futures-channel v0.3.31
21582026-01-26T05:03:34.293Z Checking log v0.4.17
21592026-01-26T05:03:34.401Z Checking pin-utils v0.1.0
21602026-01-26T05:03:34.434Z Checking zeroize v1.7.0
21612026-01-26T05:03:34.498Z Checking futures-task v0.3.31
21622026-01-26T05:03:34.567Z Checking futures-io v0.3.31
21632026-01-26T05:03:34.578Z Checking http v1.4.0
21642026-01-26T05:03:34.645Z Checking parking_lot_core v0.9.4
21652026-01-26T05:03:34.655Z Checking getrandom v0.2.11
21662026-01-26T05:03:34.674Z Checking socket2 v0.6.0
21672026-01-26T05:03:34.752Z Checking signal-hook-registry v1.4.0
21682026-01-26T05:03:34.761Z Checking mio v1.0.3
21692026-01-26T05:03:34.986Z Checking parking_lot v0.12.1
21702026-01-26T05:03:35.017Z Checking rustls-pki-types v1.14.0
21712026-01-26T05:03:35.175Z Checking stable_deref_trait v1.2.0
21722026-01-26T05:03:35.294Z Checking httparse v1.10.0
21732026-01-26T05:03:35.346Z Compiling syn v2.0.114
21742026-01-26T05:03:35.400Z Checking tracing-core v0.1.32
21752026-01-26T05:03:35.403Z Checking untrusted v0.9.0
21762026-01-26T05:03:35.492Z Checking equivalent v1.0.0
21772026-01-26T05:03:35.574Z Checking hashbrown v0.16.1
21782026-01-26T05:03:35.610Z Checking ring v0.17.13
21792026-01-26T05:03:35.659Z Checking bitflags v2.4.0
21802026-01-26T05:03:35.710Z Checking percent-encoding v2.3.2
21812026-01-26T05:03:35.940Z Checking atomic-waker v1.1.2
21822026-01-26T05:03:35.953Z Checking http-body v1.0.1
21832026-01-26T05:03:35.956Z Checking litemap v0.7.4
21842026-01-26T05:03:36.067Z Checking tracing v0.1.40
21852026-01-26T05:03:36.085Z Checking fnv v1.0.7
21862026-01-26T05:03:36.169Z Checking try-lock v0.2.3
21872026-01-26T05:03:36.221Z Checking writeable v0.5.5
21882026-01-26T05:03:36.305Z Checking typenum v1.14.0
21892026-01-26T05:03:36.318Z Checking want v0.3.0
21902026-01-26T05:03:36.396Z Checking zmij v1.0.2
21912026-01-26T05:03:36.526Z Compiling num-conv v0.1.0
21922026-01-26T05:03:36.559Z Checking tower-layer v0.3.3
21932026-01-26T05:03:36.638Z Checking powerfmt v0.2.0
21942026-01-26T05:03:36.648Z Compiling time-core v0.1.2
21952026-01-26T05:03:36.793Z Checking subtle v2.5.0
21962026-01-26T05:03:36.833Z Checking httpdate v1.0.1
21972026-01-26T05:03:36.843Z Checking tower-service v0.3.3
21982026-01-26T05:03:36.914Z Checking base64 v0.22.1
21992026-01-26T05:03:36.973Z Checking deranged v0.3.11
22002026-01-26T05:03:37.039Z Compiling time-macros v0.2.18
22012026-01-26T05:03:37.101Z Checking crossbeam-utils v0.8.15
22022026-01-26T05:03:37.436Z Checking generic-array v0.14.5
22032026-01-26T05:03:37.591Z Checking indexmap v2.13.0
22042026-01-26T05:03:37.670Z Checking serde_json v1.0.149
22052026-01-26T05:03:37.868Z Checking num_threads v0.1.3
22062026-01-26T05:03:37.885Z Checking rustls-webpki v0.102.8
22072026-01-26T05:03:37.994Z Checking icu_locid_transform_data v1.5.0
22082026-01-26T05:03:38.103Z Checking getrandom v0.3.1
22092026-01-26T05:03:38.333Z Checking icu_properties_data v1.5.0
22102026-01-26T05:03:38.363Z Checking ipnet v2.10.0
22112026-01-26T05:03:38.591Z Checking form_urlencoded v1.2.2
22122026-01-26T05:03:38.603Z Checking crypto-common v0.1.6
22132026-01-26T05:03:38.686Z Checking block-buffer v0.10.2
22142026-01-26T05:03:38.779Z Checking utf16_iter v1.0.5
22152026-01-26T05:03:38.800Z Checking foreign-types-shared v0.1.1
22162026-01-26T05:03:38.839Z Checking mime v0.3.16
22172026-01-26T05:03:38.905Z Checking openssl-probe v0.1.4
22182026-01-26T05:03:38.920Z Checking utf8_iter v1.0.4
22192026-01-26T05:03:38.963Z Checking write16 v1.0.0
22202026-01-26T05:03:38.973Z Checking icu_normalizer_data v1.5.0
22212026-01-26T05:03:39.069Z Checking foreign-types v0.3.2
22222026-01-26T05:03:39.079Z Checking digest v0.10.7
22232026-01-26T05:03:39.103Z Checking num-traits v0.2.14
22242026-01-26T05:03:39.138Z Checking openssl-sys v0.9.107
22252026-01-26T05:03:39.149Z Checking rand_core v0.6.3
22262026-01-26T05:03:39.163Z Checking errno v0.3.10
22272026-01-26T05:03:39.204Z Checking iana-time-zone v0.1.47
22282026-01-26T05:03:39.355Z Checking cpufeatures v0.2.2
22292026-01-26T05:03:39.364Z Checking ppv-lite86 v0.2.15
22302026-01-26T05:03:39.397Z Checking winnow v0.7.13
22312026-01-26T05:03:39.429Z Checking rustls v0.22.4
22322026-01-26T05:03:39.446Z Checking sha1 v0.10.6
22332026-01-26T05:03:39.661Z Checking time v0.3.36
22342026-01-26T05:03:39.731Z Checking ryu v1.0.5
22352026-01-26T05:03:39.975Z Compiling unicase v2.6.0
22362026-01-26T05:03:40.017Z Checking rand_chacha v0.3.1
22372026-01-26T05:03:40.323Z Checking toml_datetime v0.7.5+spec-1.1.0
22382026-01-26T05:03:40.339Z Checking serde_spanned v1.0.4
22392026-01-26T05:03:40.380Z Checking http-body-util v0.1.3
22402026-01-26T05:03:40.398Z Checking rustls-pemfile v2.2.0
22412026-01-26T05:03:40.588Z Checking thread_local v1.1.4
22422026-01-26T05:03:40.630Z Checking encoding_rs v0.8.32
22432026-01-26T05:03:40.755Z Checking toml_writer v1.0.6+spec-1.1.0
22442026-01-26T05:03:40.834Z Checking match_cfg v0.1.0
22452026-01-26T05:03:40.881Z Checking rand v0.8.4
22462026-01-26T05:03:40.932Z Checking hostname v0.3.1
22472026-01-26T05:03:41.083Z Compiling mime_guess v2.0.5
22482026-01-26T05:03:41.114Z Checking rustix v1.1.3
22492026-01-26T05:03:41.495Z Checking rustls v0.23.13
22502026-01-26T05:03:42.114Z Checking uuid v1.19.0
22512026-01-26T05:03:42.145Z Checking concurrent-queue v2.5.0
22522026-01-26T05:03:42.198Z Checking toml_parser v1.0.6+spec-1.1.0
22532026-01-26T05:03:42.494Z Checking crossbeam-channel v0.5.1
22542026-01-26T05:03:42.679Z Checking is-terminal v0.4.12
22552026-01-26T05:03:42.719Z Checking sync_wrapper v1.0.1
22562026-01-26T05:03:42.818Z Compiling synstructure v0.13.1
22572026-01-26T05:03:42.881Z Compiling serde_derive_internals v0.29.0
22582026-01-26T05:03:42.895Z Compiling dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
22592026-01-26T05:03:42.906Z Checking take_mut v0.2.2
22602026-01-26T05:03:42.954Z Checking toml v0.9.11+spec-1.1.0
22612026-01-26T05:03:43.060Z Checking semver v1.0.27
22622026-01-26T05:03:43.211Z Checking spin v0.9.8
22632026-01-26T05:03:43.331Z Checking fastrand v2.1.1
22642026-01-26T05:03:43.391Z Checking parking v2.2.0
22652026-01-26T05:03:43.582Z Checking dyn-clone v1.0.4
22662026-01-26T05:03:43.681Z Checking term v1.1.0
22672026-01-26T05:03:43.725Z Checking tempfile v3.24.0
22682026-01-26T05:03:44.022Z Checking event-listener v5.0.0
22692026-01-26T05:03:44.139Z Checking camino v1.2.2
22702026-01-26T05:03:44.149Z Checking rustix v0.38.44
22712026-01-26T05:03:44.409Z Checking serde_path_to_error v0.1.20
22722026-01-26T05:03:44.443Z Checking waitgroup v0.1.2
22732026-01-26T05:03:44.443Z Checking webpki-roots v0.26.5
22742026-01-26T05:03:44.602Z Checking hostname v0.4.2
22752026-01-26T05:03:44.646Z Checking byteorder v1.4.3
22762026-01-26T05:03:44.715Z Checking debug-ignore v1.0.5
22772026-01-26T05:03:44.748Z Checking unicode-width v0.1.9
22782026-01-26T05:03:44.759Z Checking unicode-segmentation v1.10.0
22792026-01-26T05:03:44.869Z Checking data-encoding v2.4.0
22802026-01-26T05:03:44.912Z Checking iri-string v0.7.8
22812026-01-26T05:03:45.061Z Checking lazy_static v1.5.0
22822026-01-26T05:03:45.078Z Checking utf-8 v0.7.6
22832026-01-26T05:03:45.208Z Checking console v0.15.7
22842026-01-26T05:03:45.298Z Checking event-listener-strategy v0.5.4
22852026-01-26T05:03:45.410Z Checking newline-converter v0.3.0
22862026-01-26T05:03:45.549Z Checking target-triple v1.0.0
22872026-01-26T05:03:45.589Z Checking yasna v0.5.2
22882026-01-26T05:03:45.662Z Checking rustls-native-certs v0.7.0
22892026-01-26T05:03:45.693Z Checking atomicwrites v0.4.4
22902026-01-26T05:03:45.809Z Checking pem v3.0.6
22912026-01-26T05:03:45.822Z Checking webpki-roots v1.0.0
22922026-01-26T05:03:45.896Z Checking termcolor v1.1.2
22932026-01-26T05:03:46.032Z Checking http-range v0.1.4
22942026-01-26T05:03:46.095Z Checking glob v0.3.0
22952026-01-26T05:03:46.187Z Checking similar v2.2.1
22962026-01-26T05:03:46.237Z Checking async-channel v2.5.0
22972026-01-26T05:03:46.257Z Checking anyhow v1.0.100
22982026-01-26T05:03:46.288Z Checking subprocess v0.2.13
22992026-01-26T05:03:46.419Z Checking buf-list v1.1.2
23002026-01-26T05:03:46.446Z Checking rcgen v0.14.6
23012026-01-26T05:03:46.605Z Compiling serde_derive v1.0.228
23022026-01-26T05:03:46.652Z Compiling tokio-macros v2.6.0
23032026-01-26T05:03:46.727Z Compiling futures-macro v0.3.31
23042026-01-26T05:03:46.766Z Compiling zerofrom-derive v0.1.5
23052026-01-26T05:03:46.874Z Compiling yoke-derive v0.7.5
23062026-01-26T05:03:46.878Z Compiling zerovec-derive v0.10.3
23072026-01-26T05:03:47.303Z Compiling displaydoc v0.2.5
23082026-01-26T05:03:47.568Z Compiling icu_provider_macros v1.5.0
23092026-01-26T05:03:48.252Z Checking tokio v1.49.0
23102026-01-26T05:03:48.545Z Checking futures-util v0.3.31
23112026-01-26T05:03:48.652Z Compiling openssl-macros v0.1.1
23122026-01-26T05:03:48.892Z Compiling thiserror-impl v2.0.18
23132026-01-26T05:03:49.251Z Compiling async-stream-impl v0.3.6
23142026-01-26T05:03:49.254Z Compiling thiserror-impl v1.0.69
23152026-01-26T05:03:49.474Z Checking openssl v0.10.72
23162026-01-26T05:03:49.582Z Checking zerofrom v0.1.5
23172026-01-26T05:03:49.823Z Checking yoke v0.7.5
23182026-01-26T05:03:50.189Z Checking zerovec v0.10.4
23192026-01-26T05:03:50.623Z Compiling schemars_derive v0.8.22
23202026-01-26T05:03:51.810Z Checking thiserror v2.0.18
23212026-01-26T05:03:51.920Z Checking tinystr v0.7.6
23222026-01-26T05:03:51.986Z Checking icu_collections v1.5.0
23232026-01-26T05:03:52.015Z Checking thiserror v1.0.69
23242026-01-26T05:03:52.165Z Checking async-stream v0.3.6
23252026-01-26T05:03:52.292Z Checking icu_locid v1.5.0
23262026-01-26T05:03:52.387Z Compiling async-trait v0.1.89
23272026-01-26T05:03:52.684Z Checking tungstenite v0.24.0
23282026-01-26T05:03:53.340Z Checking icu_provider v1.5.0
23292026-01-26T05:03:53.364Z Checking futures-executor v0.3.31
23302026-01-26T05:03:53.456Z Checking multer v3.1.0
23312026-01-26T05:03:53.551Z Checking serde v1.0.228
23322026-01-26T05:03:53.622Z Checking futures v0.3.31
23332026-01-26T05:03:53.739Z Checking expectorate v1.2.0
23342026-01-26T05:03:53.983Z Checking icu_locid_transform v1.5.0
23352026-01-26T05:03:54.575Z Checking erased-serde v0.3.31
23362026-01-26T05:03:54.675Z Checking chrono v0.4.43
23372026-01-26T05:03:54.759Z Checking native-tls v0.2.12
23382026-01-26T05:03:54.831Z Compiling serde_tokenstream v0.2.2
23392026-01-26T05:03:54.870Z Checking serde_urlencoded v0.7.1
23402026-01-26T05:03:55.078Z Checking icu_properties v1.5.1
23412026-01-26T05:03:55.089Z Checking openapiv3 v2.2.0
23422026-01-26T05:03:55.318Z Checking trybuild v1.0.114
23432026-01-26T05:03:55.407Z Compiling dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23442026-01-26T05:03:55.466Z Checking tokio-util v0.7.7
23452026-01-26T05:03:55.617Z Checking slog v2.8.2
23462026-01-26T05:03:56.213Z Checking slog-json v2.6.1
23472026-01-26T05:03:56.390Z Checking h2 v0.4.6
23482026-01-26T05:03:56.491Z Checking tokio-rustls v0.25.0
23492026-01-26T05:03:56.742Z Checking slog-bunyan v2.5.0
23502026-01-26T05:03:56.819Z Checking slog-term v2.9.2
23512026-01-26T05:03:56.865Z Checking schemars v0.8.22
23522026-01-26T05:03:56.916Z Checking slog-async v2.8.0
23532026-01-26T05:03:57.243Z Checking tower v0.5.2
23542026-01-26T05:03:57.408Z Checking tokio-rustls v0.26.0
23552026-01-26T05:03:57.820Z Checking tokio-native-tls v0.3.1
23562026-01-26T05:03:58.109Z Checking tokio-tungstenite v0.24.0
23572026-01-26T05:03:58.123Z Checking tower-http v0.6.8
23582026-01-26T05:03:58.513Z Checking heck v0.5.0
23592026-01-26T05:03:58.596Z Checking icu_normalizer v1.5.0
23602026-01-26T05:03:59.291Z Checking idna_adapter v1.2.0
23612026-01-26T05:03:59.449Z Checking idna v1.0.3
23622026-01-26T05:03:59.787Z Checking url v2.5.4
23632026-01-26T05:04:00.144Z Checking hyper v1.8.1
23642026-01-26T05:04:01.572Z Checking hyper-util v0.1.19
23652026-01-26T05:04:01.572Z Checking hyper-staticfile v0.10.1
23662026-01-26T05:04:02.945Z Documenting dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23672026-01-26T05:04:03.193Z Checking hyper-rustls v0.27.3
23682026-01-26T05:04:03.194Z Checking hyper-tls v0.6.0
23692026-01-26T05:04:03.197Z Documenting dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
23702026-01-26T05:04:03.198Z Checking hyper-rustls v0.26.0
23712026-01-26T05:04:03.469Z Checking reqwest v0.12.28
23722026-01-26T05:04:05.307Zwarning: unresolved link to `Query`
23732026-01-26T05:04:05.307Z --> dropshot/src/extractor/header.rs:27:29
23742026-01-26T05:04:05.307Z |
23752026-01-26T05:04:05.307Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23762026-01-26T05:04:05.307Z | ^^^^^ no item named `Query` in scope
23772026-01-26T05:04:05.307Z |
23782026-01-26T05:04:05.308Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23792026-01-26T05:04:05.308Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
23802026-01-26T05:04:05.308Z
23812026-01-26T05:04:05.308Zwarning: unresolved link to `Path`
23822026-01-26T05:04:05.308Z --> dropshot/src/extractor/header.rs:27:43
23832026-01-26T05:04:05.308Z |
23842026-01-26T05:04:05.308Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23852026-01-26T05:04:05.308Z | ^^^^ no item named `Path` in scope
23862026-01-26T05:04:05.312Z |
23872026-01-26T05:04:05.312Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23882026-01-26T05:04:05.312Z
23892026-01-26T05:04:05.711Zwarning: `dropshot` (lib doc) generated 2 warnings
23902026-01-26T05:04:12.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.49s
23912026-01-26T05:04:12.707Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
23922026-01-26T05:04:12.724Z
23932026-01-26T05:04:12.728Zreal 39.605009683
23942026-01-26T05:04:12.728Zuser 3:33.907608641
23952026-01-26T05:04:12.728Zsys 41.006053661
23962026-01-26T05:04:12.728Ztrap 0.140869308
23972026-01-26T05:04:12.728Ztflt 0.054767320
23982026-01-26T05:04:12.728Zdflt 0.044044590
23992026-01-26T05:04:12.728Zkflt 0.000075505
24002026-01-26T05:04:12.728Zlock 8:00.364343889
24012026-01-26T05:04:12.729Zslp 12:41.444147138
24022026-01-26T05:04:12.729Zlat 10.652913836
24032026-01-26T05:04:12.729Zstop 23.510697830
24042026-01-26T05:04:12.729Zprocess exited: duration 394710 ms, exit code 0
 
24052026-01-26T05:04:12.737Zfound 0 output files