01KK8F2P17GQWNEGJ7KV0PR3N1: build-and-test / illumos

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

Buildomat Job: 01KK8F2VGSY8B99KNPCSSF61YT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-09T04:53:54.494Zjob assigned to worker 01KK8F2WF3GV6F1R7FNB8P687H [factory gimlet-EVT22200007-propolis, EVT22200007/60700] (queued for 25 s)
 
22026-03-09T04:54:03.253Zstarting task 0: "setup"
32026-03-09T04:54:03.278Z++ uname -s
42026-03-09T04:54:03.278Z+ kern=SunOS
52026-03-09T04:54:03.278Z+ build_user=build
62026-03-09T04:54:03.278Z+ build_uid=12345
72026-03-09T04:54:03.278Z+ work_dir=/work
82026-03-09T04:54:03.278Z+ input_dir=/input
92026-03-09T04:54:03.278Z+ [[ 0 == 12345 ]]
102026-03-09T04:54:03.278Z+ case "$kern" in
112026-03-09T04:54:03.278Z+ groupadd -g 12345 build
122026-03-09T04:54:03.278Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-09T04:54:05.275Z+ zfs create -o mountpoint=/work rpool/work
142026-03-09T04:54:05.307Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-09T04:54:05.332Z+ home_fs=zfs
162026-03-09T04:54:05.332Z+ [[ zfs == autofs ]]
172026-03-09T04:54:05.332Z+ mkdir -p /home/build
182026-03-09T04:54:05.332Z+ chown build:build /home/build /work
192026-03-09T04:54:07.315Z+ chmod 0700 /home/build /work
202026-03-09T04:54:07.339Zprocess exited: duration 4067 ms, exit code 0
 
212026-03-09T04:54:07.388Zstarting task 1: "rust-toolchain"
222026-03-09T04:54:07.413Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-09T04:54:07.413Z * rust toolchain channel = "stable"
242026-03-09T04:54:07.413Z * rust toolchain profile = "default"
252026-03-09T04:54:07.413Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-09T04:54:07.413Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-09T04:54:07.413Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-09T04:54:07.413Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-09T04:54:07.413Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-09T04:54:07.528Zinfo: downloading installer
312026-03-09T04:54:07.990Zwarn: It looks like you have an existing installation of Rust at:
322026-03-09T04:54:07.990Zwarn: /opt/ooce/bin
332026-03-09T04:54:07.990Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-09T04:54:07.991Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-09T04:54:07.991Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-09T04:54:07.991Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-09T04:54:07.991Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-09T04:54:07.991Zerror: cannot install while Rust is installed
392026-03-09T04:54:07.991Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-09T04:54:08.016Zinfo: profile set to 'default'
412026-03-09T04:54:08.016Zinfo: default host triple is x86_64-unknown-illumos
422026-03-09T04:54:08.016Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-03-09T04:54:08.099Zinfo: latest update on 2026-03-05, rust version 1.94.0 (4a4ef493e 2026-03-02)
442026-03-09T04:54:08.099Zinfo: downloading component 'cargo'
452026-03-09T04:54:08.276Zinfo: downloading component 'clippy'
462026-03-09T04:54:08.376Zinfo: downloading component 'rust-docs'
472026-03-09T04:54:08.620Zinfo: downloading component 'rust-std'
482026-03-09T04:54:08.963Zinfo: downloading component 'rustc'
492026-03-09T04:54:10.448Zinfo: downloading component 'rustfmt'
502026-03-09T04:54:10.505Zinfo: installing component 'cargo'
512026-03-09T04:54:11.743Zinfo: installing component 'clippy'
522026-03-09T04:54:12.217Zinfo: installing component 'rust-docs'
532026-03-09T04:54:15.569Zinfo: installing component 'rust-std'
542026-03-09T04:54:17.532Zinfo: installing component 'rustc'
552026-03-09T04:54:25.837Zinfo: installing component 'rustfmt'
562026-03-09T04:54:26.207Z
572026-03-09T04:54:26.207Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
582026-03-09T04:54:26.386Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
592026-03-09T04:54:26.386Z
602026-03-09T04:54:26.386Z
612026-03-09T04:54:26.386ZRust is installed now. Great!
622026-03-09T04:54:26.387Z
632026-03-09T04:54:26.387ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-09T04:54:26.387Zenvironment variable. This has not been done automatically.
652026-03-09T04:54:26.387Z
662026-03-09T04:54:26.387ZTo configure your current shell, you need to source
672026-03-09T04:54:26.387Zthe corresponding env file under $HOME/.cargo.
682026-03-09T04:54:26.387Z
692026-03-09T04:54:26.387ZThis is usually done by running one of the following (note the leading DOT):
702026-03-09T04:54:26.387Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-09T04:54:26.387Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-09T04:54:26.387Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-09T04:54:26.519Z+ rustup --version
742026-03-09T04:54:26.543Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-09T04:54:26.543Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-09T04:54:26.651Zinfo: The currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
772026-03-09T04:54:26.675Z+ cargo --version
782026-03-09T04:54:26.756Zcargo 1.94.0 (85eff7c80 2026-01-15)
792026-03-09T04:54:26.780Z+ rustc --version
802026-03-09T04:54:26.869Zrustc 1.94.0 (4a4ef493e 2026-03-02)
812026-03-09T04:54:26.893Zprocess exited: duration 19485 ms, exit code 0
 
822026-03-09T04:54:26.941Zstarting task 2: "authentication"
832026-03-09T04:54:26.999Zprocess exited: duration 57 ms, exit code 0
 
842026-03-09T04:54:27.050Zstarting task 3: "clone repository"
852026-03-09T04:54:27.074Z+ mkdir -p /work/oxidecomputer/dropshot
862026-03-09T04:54:27.074Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
872026-03-09T04:54:27.098ZCloning into '/work/oxidecomputer/dropshot'...
882026-03-09T04:54:28.377Z+ cd /work/oxidecomputer/dropshot
892026-03-09T04:54:28.377Z+ git fetch origin 77643da52dd784d6f39c23abbc1d4f8b96ed7230
902026-03-09T04:54:28.770ZFrom https://github.com/oxidecomputer/dropshot
912026-03-09T04:54:28.770Z * branch 77643da52dd784d6f39c23abbc1d4f8b96ed7230 -> FETCH_HEAD
922026-03-09T04:54:28.794Z+ [[ -n '' ]]
932026-03-09T04:54:28.794Z+ git reset --hard 77643da52dd784d6f39c23abbc1d4f8b96ed7230
942026-03-09T04:54:28.819ZHEAD is now at 77643da Bump libc from 0.2.182 to 0.2.183
952026-03-09T04:54:28.819Zprocess exited: duration 1766 ms, exit code 0
 
962026-03-09T04:54:28.868Zstarting task 4: "build"
972026-03-09T04:54:28.892Z+ cargo --version
982026-03-09T04:54:28.892Zinfo: syncing channel updates for '1.93.1-x86_64-unknown-illumos'
992026-03-09T04:54:29.008Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
1002026-03-09T04:54:29.033Zinfo: downloading component 'cargo'
1012026-03-09T04:54:29.219Zinfo: downloading component 'clippy'
1022026-03-09T04:54:29.316Zinfo: downloading component 'rust-docs'
1032026-03-09T04:54:29.575Zinfo: downloading component 'rust-std'
1042026-03-09T04:54:29.934Zinfo: downloading component 'rustc'
1052026-03-09T04:54:31.074Zinfo: downloading component 'rustfmt'
1062026-03-09T04:54:31.132Zinfo: installing component 'cargo'
1072026-03-09T04:54:32.330Zinfo: installing component 'clippy'
1082026-03-09T04:54:32.808Zinfo: installing component 'rust-docs'
1092026-03-09T04:54:35.996Zinfo: installing component 'rust-std'
1102026-03-09T04:54:38.030Zinfo: installing component 'rustc'
1112026-03-09T04:54:45.896Zinfo: installing component 'rustfmt'
1122026-03-09T04:54:46.418Zcargo 1.93.1 (083ac5135 2025-12-15)
1132026-03-09T04:54:46.443Z+ rustc --version
1142026-03-09T04:54:46.519Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1152026-03-09T04:54:46.543Z+ banner build
1162026-03-09T04:54:46.543Z
1172026-03-09T04:54:46.543Z ##### # # # # #####
1182026-03-09T04:54:46.544Z # # # # # # # #
1192026-03-09T04:54:46.544Z ##### # # # # # #
1202026-03-09T04:54:46.544Z # # # # # # # #
1212026-03-09T04:54:46.544Z # # # # # # # #
1222026-03-09T04:54:46.544Z ##### #### # ###### #####
1232026-03-09T04:54:46.544Z
1242026-03-09T04:54:46.544Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1252026-03-09T04:54:46.717Z Updating crates.io index
1262026-03-09T04:54:47.724Z Downloading crates ...
1272026-03-09T04:54:47.800Z Downloaded compression-core v0.4.31
1282026-03-09T04:54:47.824Z Downloaded der-parser v10.0.0
1292026-03-09T04:54:47.824Z Downloaded hashbrown v0.16.1
1302026-03-09T04:54:47.824Z Downloaded futures v0.3.32
1312026-03-09T04:54:47.824Z Downloaded sha1 v0.10.6
1322026-03-09T04:54:47.849Z Downloaded percent-encoding v2.3.2
1332026-03-09T04:54:47.849Z Downloaded parking v2.2.0
1342026-03-09T04:54:47.849Z Downloaded itoa v1.0.1
1352026-03-09T04:54:47.849Z Downloaded native-tls v0.2.12
1362026-03-09T04:54:47.850Z Downloaded semver v1.0.27
1372026-03-09T04:54:47.850Z Downloaded pin-project-lite v0.2.12
1382026-03-09T04:54:47.850Z Downloaded similar v2.2.1
1392026-03-09T04:54:47.874Z Downloaded schemars v0.8.22
1402026-03-09T04:54:47.901Z Downloaded thread-id v5.0.0
1412026-03-09T04:54:47.901Z Downloaded portable-atomic v1.9.0
1422026-03-09T04:54:47.901Z Downloaded slab v0.4.9
1432026-03-09T04:54:47.901Z Downloaded tower-layer v0.3.3
1442026-03-09T04:54:47.901Z Downloaded icu_locid_transform v1.5.0
1452026-03-09T04:54:47.926Z Downloaded serde_spanned v1.0.4
1462026-03-09T04:54:47.927Z Downloaded unicode-width v0.1.9
1472026-03-09T04:54:47.927Z Downloaded atomic-waker v1.1.2
1482026-03-09T04:54:47.927Z Downloaded rustversion v1.0.22
1492026-03-09T04:54:47.927Z Downloaded simd-adler32 v0.3.7
1502026-03-09T04:54:47.927Z Downloaded toml_datetime v1.0.0+spec-1.1.0
1512026-03-09T04:54:47.927Z Downloaded typenum v1.14.0
1522026-03-09T04:54:47.952Z Downloaded tokio-macros v2.6.0
1532026-03-09T04:54:47.952Z Downloaded tokio-native-tls v0.3.1
1542026-03-09T04:54:47.952Z Downloaded ucd-trie v0.1.6
1552026-03-09T04:54:47.952Z Downloaded waitgroup v0.1.2
1562026-03-09T04:54:47.952Z Downloaded ppv-lite86 v0.2.15
1572026-03-09T04:54:47.952Z Downloaded utf-8 v0.7.6
1582026-03-09T04:54:47.952Z Downloaded take_mut v0.2.2
1592026-03-09T04:54:47.952Z Downloaded utf16_iter v1.0.5
1602026-03-09T04:54:47.952Z Downloaded tracing-core v0.1.32
1612026-03-09T04:54:47.977Z Downloaded write16 v1.0.0
1622026-03-09T04:54:47.977Z Downloaded usdt-attr-macro v0.6.0
1632026-03-09T04:54:47.978Z Downloaded version_check v0.9.5
1642026-03-09T04:54:47.978Z Downloaded writeable v0.5.5
1652026-03-09T04:54:47.978Z Downloaded zerofrom-derive v0.1.5
1662026-03-09T04:54:47.978Z Downloaded zeroize v1.7.0
1672026-03-09T04:54:47.978Z Downloaded url v2.5.4
1682026-03-09T04:54:47.978Z Downloaded zmij v1.0.2
1692026-03-09T04:54:48.002Z Downloaded zerocopy-derive v0.8.27
1702026-03-09T04:54:48.002Z Downloaded zerovec v0.10.4
1712026-03-09T04:54:48.002Z Downloaded want v0.3.0
1722026-03-09T04:54:48.002Z Downloaded zerovec-derive v0.10.3
1732026-03-09T04:54:48.002Z Downloaded uuid v1.21.0
1742026-03-09T04:54:48.026Z Downloaded vcpkg v0.2.15
1752026-03-09T04:54:48.051Z Downloaded trybuild v1.0.116
1762026-03-09T04:54:48.075Z Downloaded icu_properties_data v1.5.0
1772026-03-09T04:54:48.075Z Downloaded tower-http v0.6.8
1782026-03-09T04:54:48.075Z Downloaded webpki-roots v0.26.5
1792026-03-09T04:54:48.100Z Downloaded winnow v0.7.13
1802026-03-09T04:54:48.100Z Downloaded syn v2.0.117
1812026-03-09T04:54:48.100Z Downloaded tokio-rustls v0.26.0
1822026-03-09T04:54:48.100Z Downloaded x509-parser v0.18.0
1832026-03-09T04:54:48.125Z Downloaded usdt-macro v0.6.0
1842026-03-09T04:54:48.125Z Downloaded tokio-util v0.7.7
1852026-03-09T04:54:48.125Z Downloaded futures-util v0.3.32
1862026-03-09T04:54:48.149Z Downloaded webpki-roots v1.0.0
1872026-03-09T04:54:48.149Z Downloaded unicode-segmentation v1.10.0
1882026-03-09T04:54:48.149Z Downloaded unicase v2.6.0
1892026-03-09T04:54:48.150Z Downloaded tower v0.5.2
1902026-03-09T04:54:48.150Z Downloaded tinystr v0.7.6
1912026-03-09T04:54:48.150Z Downloaded ring v0.17.13
1922026-03-09T04:54:48.189Z Downloaded time-core v0.1.8
1932026-03-09T04:54:48.213Z Downloaded slog-json v2.6.1
1942026-03-09T04:54:48.214Z Downloaded rustix v1.1.4
1952026-03-09T04:54:48.238Z Downloaded indexmap v2.13.0
1962026-03-09T04:54:48.238Z Downloaded chrono v0.4.44
1972026-03-09T04:54:48.238Z Downloaded openssl v0.10.72
1982026-03-09T04:54:48.294Z Downloaded tungstenite v0.24.0
1992026-03-09T04:54:48.294Z Downloaded tracing v0.1.40
2002026-03-09T04:54:48.294Z Downloaded rustix v0.38.44
2012026-03-09T04:54:48.319Z Downloaded asn1-rs v0.7.1
2022026-03-09T04:54:48.319Z Downloaded zerocopy v0.8.27
2032026-03-09T04:54:48.345Z Downloaded yasna v0.5.2
2042026-03-09T04:54:48.370Z Downloaded fastrand v2.1.1
2052026-03-09T04:54:48.370Z Downloaded event-listener-strategy v0.5.4
2062026-03-09T04:54:48.370Z Downloaded data-encoding v2.4.0
2072026-03-09T04:54:48.370Z Downloaded cc v1.2.16
2082026-03-09T04:54:48.370Z Downloaded toml v1.0.3+spec-1.1.0
2092026-03-09T04:54:48.370Z Downloaded toml_writer v1.0.6+spec-1.1.0
2102026-03-09T04:54:48.370Z Downloaded httparse v1.10.0
2112026-03-09T04:54:48.370Z Downloaded hostname v0.4.2
2122026-03-09T04:54:48.395Z Downloaded getrandom v0.2.11
2132026-03-09T04:54:48.395Z Downloaded futures-core v0.3.32
2142026-03-09T04:54:48.395Z Downloaded zerofrom v0.1.5
2152026-03-09T04:54:48.395Z Downloaded yoke-derive v0.7.5
2162026-03-09T04:54:48.395Z Downloaded yoke v0.7.5
2172026-03-09T04:54:48.395Z Downloaded usdt-impl v0.6.0
2182026-03-09T04:54:48.395Z Downloaded toml_parser v1.0.9+spec-1.1.0
2192026-03-09T04:54:48.395Z Downloaded thiserror-impl v2.0.18
2202026-03-09T04:54:48.395Z Downloaded tokio v1.49.0
2212026-03-09T04:54:48.443Z Downloaded untrusted v0.9.0
2222026-03-09T04:54:48.468Z Downloaded unicode-ident v1.0.12
2232026-03-09T04:54:48.468Z Downloaded autocfg v1.1.0
2242026-03-09T04:54:48.468Z Downloaded utf8_iter v1.0.4
2252026-03-09T04:54:48.468Z Downloaded termcolor v1.1.2
2262026-03-09T04:54:48.468Z Downloaded hyper-rustls v0.27.3
2272026-03-09T04:54:48.468Z Downloaded usdt v0.6.0
2282026-03-09T04:54:48.468Z Downloaded tower-service v0.3.3
2292026-03-09T04:54:48.468Z Downloaded time v0.3.47
2302026-03-09T04:54:48.493Z Downloaded thiserror-impl v1.0.69
2312026-03-09T04:54:48.493Z Downloaded thiserror v1.0.69
2322026-03-09T04:54:48.493Z Downloaded tempfile v3.26.0
2332026-03-09T04:54:48.493Z Downloaded iana-time-zone v0.1.47
2342026-03-09T04:54:48.517Z Downloaded glob v0.3.0
2352026-03-09T04:54:48.518Z Downloaded base64 v0.22.1
2362026-03-09T04:54:48.518Z Downloaded try-lock v0.2.3
2372026-03-09T04:54:48.518Z Downloaded thiserror v2.0.18
2382026-03-09T04:54:48.518Z Downloaded encoding_rs v0.8.32
2392026-03-09T04:54:48.542Z Downloaded debug-ignore v1.0.5
2402026-03-09T04:54:48.542Z Downloaded term v1.1.0
2412026-03-09T04:54:48.542Z Downloaded hostname v0.3.1
2422026-03-09T04:54:48.542Z Downloaded displaydoc v0.2.5
2432026-03-09T04:54:48.567Z Downloaded subtle v2.5.0
2442026-03-09T04:54:48.567Z Downloaded socket2 v0.5.9
2452026-03-09T04:54:48.567Z Downloaded rustls v0.23.13
2462026-03-09T04:54:48.567Z Downloaded minimal-lexical v0.2.1
2472026-03-09T04:54:48.567Z Downloaded heck v0.5.0
2482026-03-09T04:54:48.567Z Downloaded form_urlencoded v1.2.2
2492026-03-09T04:54:48.567Z Downloaded fnv v1.0.7
2502026-03-09T04:54:48.592Z Downloaded atomicwrites v0.4.4
2512026-03-09T04:54:48.592Z Downloaded synstructure v0.13.1
2522026-03-09T04:54:48.592Z Downloaded sync_wrapper v1.0.1
2532026-03-09T04:54:48.592Z Downloaded stable_deref_trait v1.2.0
2542026-03-09T04:54:48.592Z Downloaded spin v0.9.8
2552026-03-09T04:54:48.592Z Downloaded serde v1.0.228
2562026-03-09T04:54:48.592Z Downloaded reqwest v0.12.28
2572026-03-09T04:54:48.592Z Downloaded prettyplease v0.2.37
2582026-03-09T04:54:48.592Z Downloaded icu_locid v1.5.0
2592026-03-09T04:54:48.616Z Downloaded tokio-tungstenite v0.24.0
2602026-03-09T04:54:48.617Z Downloaded thread_local v1.1.4
2612026-03-09T04:54:48.617Z Downloaded nom v7.1.3
2622026-03-09T04:54:48.617Z Downloaded memchr v2.6.0
2632026-03-09T04:54:48.617Z Downloaded bytes v1.11.1
2642026-03-09T04:54:48.617Z Downloaded time-macros v0.2.27
2652026-03-09T04:54:48.641Z Downloaded slog v2.8.2
2662026-03-09T04:54:48.641Z Downloaded serde_derive_internals v0.29.0
2672026-03-09T04:54:48.641Z Downloaded quinn-udp v0.5.5
2682026-03-09T04:54:48.641Z Downloaded powerfmt v0.2.0
2692026-03-09T04:54:48.641Z Downloaded libc v0.2.183
2702026-03-09T04:54:48.665Z Downloaded icu_normalizer_data v1.5.0
2712026-03-09T04:54:48.665Z Downloaded byteorder v1.4.3
2722026-03-09T04:54:48.665Z Downloaded async-channel v2.5.0
2732026-03-09T04:54:48.665Z Downloaded serde_derive v1.0.228
2742026-03-09T04:54:48.690Z Downloaded serde_core v1.0.228
2752026-03-09T04:54:48.690Z Downloaded quinn-proto v0.11.8
2762026-03-09T04:54:48.690Z Downloaded num_threads v0.1.3
2772026-03-09T04:54:48.690Z Downloaded tinyvec_macros v0.1.0
2782026-03-09T04:54:48.690Z Downloaded tinyvec v1.5.1
2792026-03-09T04:54:48.690Z Downloaded socket2 v0.6.0
2802026-03-09T04:54:48.690Z Downloaded smallvec v1.13.2
2812026-03-09T04:54:48.690Z Downloaded slog-term v2.9.2
2822026-03-09T04:54:48.690Z Downloaded slog-async v2.8.0
2832026-03-09T04:54:48.690Z Downloaded signal-hook-registry v1.4.0
2842026-03-09T04:54:48.690Z Downloaded rustls-pemfile v2.2.0
2852026-03-09T04:54:48.690Z Downloaded quote v1.0.44
2862026-03-09T04:54:48.714Z Downloaded goblin v0.10.1
2872026-03-09T04:54:48.714Z Downloaded asn1-rs-derive v0.6.0
2882026-03-09T04:54:48.714Z Downloaded slog-bunyan v2.5.0
2892026-03-09T04:54:48.714Z Downloaded simple-mermaid v0.2.0
2902026-03-09T04:54:48.714Z Downloaded scopeguard v1.2.0
2912026-03-09T04:54:48.714Z Downloaded schemars_derive v0.8.22
2922026-03-09T04:54:48.714Z Downloaded rand_core v0.6.3
2932026-03-09T04:54:48.715Z Downloaded pretty-hex v0.4.1
2942026-03-09T04:54:48.715Z Downloaded plain v0.2.3
2952026-03-09T04:54:48.715Z Downloaded pkg-config v0.3.31
2962026-03-09T04:54:48.715Z Downloaded oid-registry v0.8.1
2972026-03-09T04:54:48.715Z Downloaded num-traits v0.2.14
2982026-03-09T04:54:48.715Z Downloaded num-bigint v0.4.3
2992026-03-09T04:54:48.740Z Downloaded miniz_oxide v0.8.9
3002026-03-09T04:54:48.740Z Downloaded mime v0.3.16
3012026-03-09T04:54:48.740Z Downloaded match_cfg v0.1.0
3022026-03-09T04:54:48.740Z Downloaded idna v1.0.3
3032026-03-09T04:54:48.740Z Downloaded hyper v1.8.1
3042026-03-09T04:54:48.740Z Downloaded h2 v0.4.6
3052026-03-09T04:54:48.740Z Downloaded crypto-common v0.1.6
3062026-03-09T04:54:48.740Z Downloaded buf-list v1.1.2
3072026-03-09T04:54:48.740Z Downloaded shlex v1.3.0
3082026-03-09T04:54:48.764Z Downloaded sha2 v0.10.8
3092026-03-09T04:54:48.764Z Downloaded serde_urlencoded v0.7.1
3102026-03-09T04:54:48.764Z Downloaded schema v0.1.0
3112026-03-09T04:54:48.764Z Downloaded ryu v1.0.5
3122026-03-09T04:54:48.764Z Downloaded rustls-native-certs v0.7.0
3132026-03-09T04:54:48.764Z Downloaded rand_chacha v0.3.1
3142026-03-09T04:54:48.764Z Downloaded ipnet v2.10.0
3152026-03-09T04:54:48.764Z Downloaded icu_provider v1.5.0
3162026-03-09T04:54:48.764Z Downloaded foreign-types v0.3.2
3172026-03-09T04:54:48.764Z Downloaded expectorate v1.2.0
3182026-03-09T04:54:48.764Z Downloaded rustls-pki-types v1.14.0
3192026-03-09T04:54:48.764Z Downloaded http-body-util v0.1.3
3202026-03-09T04:54:48.764Z Downloaded serde_path_to_error v0.1.20
3212026-03-09T04:54:48.764Z Downloaded pest_meta v2.8.1
3222026-03-09T04:54:48.789Z Downloaded once_cell v1.20.1
3232026-03-09T04:54:48.789Z Downloaded mio v1.0.3
3242026-03-09T04:54:48.789Z Downloaded icu_properties v1.5.1
3252026-03-09T04:54:48.789Z Downloaded hyper-staticfile v0.10.1
3262026-03-09T04:54:48.789Z Downloaded erased-serde v0.3.31
3272026-03-09T04:54:48.789Z Downloaded errno v0.3.10
3282026-03-09T04:54:48.789Z Downloaded equivalent v1.0.0
3292026-03-09T04:54:48.789Z Downloaded tokio-rustls v0.25.0
3302026-03-09T04:54:48.789Z Downloaded serde_tokenstream v0.2.3
3312026-03-09T04:54:48.789Z Downloaded scroll v0.13.0
3322026-03-09T04:54:48.789Z Downloaded quinn v0.11.4
3332026-03-09T04:54:48.789Z Downloaded pest v2.8.1
3342026-03-09T04:54:48.814Z Downloaded openapiv3 v2.2.0
3352026-03-09T04:54:48.814Z Downloaded num-conv v0.2.0
3362026-03-09T04:54:48.814Z Downloaded iri-string v0.7.8
3372026-03-09T04:54:48.814Z Downloaded idna_adapter v1.2.0
3382026-03-09T04:54:48.814Z Downloaded http-body v1.0.1
3392026-03-09T04:54:48.814Z Downloaded generic-array v0.14.5
3402026-03-09T04:54:48.814Z Downloaded futures-task v0.3.32
3412026-03-09T04:54:48.839Z Downloaded event-listener v5.0.0
3422026-03-09T04:54:48.839Z Downloaded dyn-clone v1.0.4
3432026-03-09T04:54:48.839Z Downloaded dtrace-parser v0.3.0
3442026-03-09T04:54:48.839Z Downloaded deranged v0.5.5
3452026-03-09T04:54:48.839Z Downloaded async-trait v0.1.89
3462026-03-09T04:54:48.839Z Downloaded scroll_derive v0.13.1
3472026-03-09T04:54:48.839Z Downloaded schema-derive v0.1.0
3482026-03-09T04:54:48.839Z Downloaded rustls v0.22.4
3492026-03-09T04:54:48.839Z Downloaded rusticata-macros v4.1.0
3502026-03-09T04:54:48.839Z Downloaded rustc-hash v2.0.0
3512026-03-09T04:54:48.863Z Downloaded rcgen v0.14.7
3522026-03-09T04:54:48.863Z Downloaded parking_lot v0.12.1
3532026-03-09T04:54:48.863Z Downloaded openssl-sys v0.9.107
3542026-03-09T04:54:48.863Z Downloaded is-terminal v0.4.12
3552026-03-09T04:54:48.863Z Downloaded icu_normalizer v1.5.0
3562026-03-09T04:54:48.863Z Downloaded icu_collections v1.5.0
3572026-03-09T04:54:48.863Z Downloaded hyper-util v0.1.20
3582026-03-09T04:54:48.888Z Downloaded hyper-tls v0.6.0
3592026-03-09T04:54:48.888Z Downloaded hyper-rustls v0.26.0
3602026-03-09T04:54:48.888Z Downloaded httpdate v1.0.1
3612026-03-09T04:54:48.888Z Downloaded http v1.4.0
3622026-03-09T04:54:48.888Z Downloaded getrandom v0.4.1
3632026-03-09T04:54:48.888Z Downloaded futures-sink v0.3.32
3642026-03-09T04:54:48.888Z Downloaded futures-macro v0.3.32
3652026-03-09T04:54:48.888Z Downloaded futures-io v0.3.32
3662026-03-09T04:54:48.888Z Downloaded dof v0.4.0
3672026-03-09T04:54:48.888Z Downloaded digest v0.10.7
3682026-03-09T04:54:48.888Z Downloaded crossbeam-channel v0.5.15
3692026-03-09T04:54:48.888Z Downloaded async-compression v0.4.41
3702026-03-09T04:54:48.912Z Downloaded pest_generator v2.8.1
3712026-03-09T04:54:48.912Z Downloaded parking_lot_core v0.9.4
3722026-03-09T04:54:48.912Z Downloaded openssl-macros v0.1.1
3732026-03-09T04:54:48.912Z Downloaded litemap v0.7.4
3742026-03-09T04:54:48.912Z Downloaded lazy_static v1.5.0
3752026-03-09T04:54:48.912Z Downloaded icu_locid_transform_data v1.5.0
3762026-03-09T04:54:48.912Z Downloaded http-range v0.1.4
3772026-03-09T04:54:48.912Z Downloaded futures-executor v0.3.32
3782026-03-09T04:54:48.912Z Downloaded block-buffer v0.10.2
3792026-03-09T04:54:48.912Z Downloaded bitflags v2.11.0
3802026-03-09T04:54:48.912Z Downloaded async-stream v0.3.6
3812026-03-09T04:54:48.912Z Downloaded anyhow v1.0.102
3822026-03-09T04:54:48.913Z Downloaded target-triple v1.0.0
3832026-03-09T04:54:48.913Z Downloaded subprocess v1.0.0
3842026-03-09T04:54:48.939Z Downloaded serde_json v1.0.149
3852026-03-09T04:54:48.941Z Downloaded rustls-webpki v0.102.8
3862026-03-09T04:54:48.966Z Downloaded pest_derive v2.8.1
3872026-03-09T04:54:48.966Z Downloaded pem v3.0.6
3882026-03-09T04:54:48.966Z Downloaded paste v1.0.15
3892026-03-09T04:54:48.966Z Downloaded multer v3.1.0
3902026-03-09T04:54:48.966Z Downloaded lock_api v0.4.6
3912026-03-09T04:54:48.966Z Downloaded icu_provider_macros v1.5.0
3922026-03-09T04:54:48.966Z Downloaded futures-channel v0.3.32
3932026-03-09T04:54:48.966Z Downloaded foreign-types-shared v0.1.1
3942026-03-09T04:54:48.966Z Downloaded crossbeam-utils v0.8.21
3952026-03-09T04:54:48.966Z Downloaded crc32fast v1.5.0
3962026-03-09T04:54:48.966Z Downloaded cpufeatures v0.2.17
3972026-03-09T04:54:48.966Z Downloaded console v0.15.7
3982026-03-09T04:54:48.966Z Downloaded concurrent-queue v2.5.0
3992026-03-09T04:54:48.966Z Downloaded compression-codecs v0.4.37
4002026-03-09T04:54:48.966Z Downloaded cfg-if v1.0.0
4012026-03-09T04:54:48.966Z Downloaded camino v1.2.2
4022026-03-09T04:54:48.991Z Downloaded async-stream-impl v0.3.6
4032026-03-09T04:54:48.991Z Downloaded asn1-rs-impl v0.2.0
4042026-03-09T04:54:48.991Z Downloaded rand v0.8.4
4052026-03-09T04:54:48.991Z Downloaded pin-utils v0.1.0
4062026-03-09T04:54:48.991Z Downloaded openssl-probe v0.1.4
4072026-03-09T04:54:48.991Z Downloaded memmap2 v0.9.8
4082026-03-09T04:54:48.991Z Downloaded proc-macro2 v1.0.106
4092026-03-09T04:54:48.991Z Downloaded newline-converter v0.3.0
4102026-03-09T04:54:48.991Z Downloaded log v0.4.17
4112026-03-09T04:54:48.991Z Downloaded num-integer v0.1.46
4122026-03-09T04:54:48.991Z Downloaded mime_guess v2.0.5
4132026-03-09T04:54:48.991Z Downloaded adler2 v2.0.1
4142026-03-09T04:54:48.991Z Downloaded flate2 v1.1.9
4152026-03-09T04:54:49.173Z Compiling proc-macro2 v1.0.106
4162026-03-09T04:54:49.173Z Compiling unicode-ident v1.0.12
4172026-03-09T04:54:49.173Z Compiling quote v1.0.44
4182026-03-09T04:54:49.197Z Compiling libc v0.2.183
4192026-03-09T04:54:49.198Z Compiling cfg-if v1.0.0
4202026-03-09T04:54:49.198Z Compiling itoa v1.0.1
4212026-03-09T04:54:49.198Z Compiling memchr v2.6.0
4222026-03-09T04:54:49.198Z Compiling serde_core v1.0.228
4232026-03-09T04:54:49.222Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=05f09124aa6993f0 -C extra-filename=-7274075e37289601 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-7274075e37289601 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4242026-03-09T04:54:49.222Z Running `/home/build/.rustup/toolchains/1.93.1-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=18df0345b16653ab -C extra-filename=-c8eb3a8794d4ee38 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4252026-03-09T04:54:49.222Z Running `/home/build/.rustup/toolchains/1.93.1-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=11db414aa7bd6523 -C extra-filename=-b653c1b5da80782d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4262026-03-09T04:54:49.222Z Running `/home/build/.rustup/toolchains/1.93.1-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=42b1065246d6a6ac -C extra-filename=-4b7ef0749e78a639 --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-4b7ef0749e78a639 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4272026-03-09T04:54:49.222Z Running `/home/build/.rustup/toolchains/1.93.1-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.183/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=531f3ebd87a20ac3 -C extra-filename=-eeb00722b6d06af2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-eeb00722b6d06af2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4282026-03-09T04:54:49.222Z Running `/home/build/.rustup/toolchains/1.93.1-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=4e14ea2a60bb5af0 -C extra-filename=-d725867c48427843 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-d725867c48427843 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4292026-03-09T04:54:49.222Z Running `/home/build/.rustup/toolchains/1.93.1-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=c5bf1de40fb29ab0 -C extra-filename=-334b7aa674d17e7d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4302026-03-09T04:54:49.223Z Running `/home/build/.rustup/toolchains/1.93.1-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=e1dd05a2c0922875 -C extra-filename=-c6a2d64a395ac7e3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312026-03-09T04:54:49.310Z Compiling pin-project-lite v0.2.12
4322026-03-09T04:54:49.334Z Running `/home/build/.rustup/toolchains/1.93.1-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=78973f79fbf0ea83 -C extra-filename=-b18f6d2311024118 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4332026-03-09T04:54:49.461Z Compiling autocfg v1.1.0
4342026-03-09T04:54:49.492Z Running `/home/build/.rustup/toolchains/1.93.1-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=7d1a88583452f0ca -C extra-filename=-cfcda586cb3471c0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4352026-03-09T04:54:49.517Z Compiling shlex v1.3.0
4362026-03-09T04:54:49.517Z Running `/home/build/.rustup/toolchains/1.93.1-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=3ae789eb276eb08e -C extra-filename=-454fe68d74286aff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4372026-03-09T04:54:49.517Z Compiling bytes v1.11.1
4382026-03-09T04:54:49.541Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=76a02a6d2a8b2187 -C extra-filename=-1352e873e9c57172 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4392026-03-09T04:54:49.853Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-4b7ef0749e78a639/build-script-build`
4402026-03-09T04:54:49.877Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-d725867c48427843/build-script-build`
4412026-03-09T04:54:49.877Z Compiling cc v1.2.16
4422026-03-09T04:54:49.877Z Running `/home/build/.rustup/toolchains/1.93.1-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=1101d5ae70ec61b0 -C extra-filename=-6b7e6b2debf3923f --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-454fe68d74286aff.rmeta --cap-lints allow`
4432026-03-09T04:54:49.877Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-7274075e37289601/build-script-build`
4442026-03-09T04:54:49.909Z Compiling smallvec v1.13.2
4452026-03-09T04:54:49.933Z Running `/home/build/.rustup/toolchains/1.93.1-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=1da7222989bbd7dd -C extra-filename=-f1d0151bc08ad93c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4462026-03-09T04:54:49.933Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-eeb00722b6d06af2/build-script-build`
4472026-03-09T04:54:49.958Z Running `/home/build/.rustup/toolchains/1.93.1-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=f4469c119b709c68 -C extra-filename=-26a40a9488fe51a6 --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)'`
4482026-03-09T04:54:49.986Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.183/src/lib.rs --error-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=fd69c16360349c10 -C extra-filename=-5c39d1798a220ef1 --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"))'`
4492026-03-09T04:54:50.106Z Compiling once_cell v1.20.1
4502026-03-09T04:54:50.130Z Running `/home/build/.rustup/toolchains/1.93.1-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=98aecc1f449b516d -C extra-filename=-451338f658f41c56 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4512026-03-09T04:54:50.403Z Compiling futures-core v0.3.32
4522026-03-09T04:54:50.428Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=b7f1a53844676144 -C extra-filename=-3067f624758dfef9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4532026-03-09T04:54:50.500Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=cd6bf3384b1bd8ea -C extra-filename=-1f96ef3c12873473 --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-c8eb3a8794d4ee38.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)'`
4542026-03-09T04:54:50.529Z Compiling version_check v0.9.5
4552026-03-09T04:54:50.553Z Running `/home/build/.rustup/toolchains/1.93.1-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=873e9cf9f77b6c2e -C extra-filename=-26974ee0e0164c1a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4562026-03-09T04:54:50.683Z Compiling parking_lot_core v0.9.4
4572026-03-09T04:54:50.708Z Running `/home/build/.rustup/toolchains/1.93.1-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=c6b86d24273b3f20 -C extra-filename=-6e9aef08c360c760 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-6e9aef08c360c760 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4582026-03-09T04:54:50.732Z Compiling log v0.4.17
4592026-03-09T04:54:50.732Z Running `/home/build/.rustup/toolchains/1.93.1-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=7183f3b770d2fb6c -C extra-filename=-6789a317f285ceab --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-6789a317f285ceab -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4602026-03-09T04:54:50.949Z Compiling scopeguard v1.2.0
4612026-03-09T04:54:50.973Z Running `/home/build/.rustup/toolchains/1.93.1-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=612940360d8a0d40 -C extra-filename=-870280cd13f33f3a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4622026-03-09T04:54:51.074Z Compiling lock_api v0.4.6
4632026-03-09T04:54:51.099Z Running `/home/build/.rustup/toolchains/1.93.1-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=19b431e95710121e -C extra-filename=-39af3626b0fae1e2 --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-870280cd13f33f3a.rmeta --cap-lints allow`
4642026-03-09T04:54:51.100Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-6789a317f285ceab/build-script-build`
4652026-03-09T04:54:51.124Z Compiling mio v1.0.3
4662026-03-09T04:54:51.124Z Compiling socket2 v0.6.0
4672026-03-09T04:54:51.125Z Running `/home/build/.rustup/toolchains/1.93.1-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=2f5ffaf2f06e45f2 -C extra-filename=-ed8e85621f911654 --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-5c39d1798a220ef1.rmeta --cap-lints allow`
4682026-03-09T04:54:51.125Z Running `/home/build/.rustup/toolchains/1.93.1-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=42464fb362f6bd31 -C extra-filename=-b2d278228acf9632 --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-5c39d1798a220ef1.rmeta --cap-lints allow`
4692026-03-09T04:54:51.150Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-6e9aef08c360c760/build-script-build`
4702026-03-09T04:54:51.174Z Running `/home/build/.rustup/toolchains/1.93.1-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=18187c4a935c885b -C extra-filename=-15c0bd091c6264ed --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-b653c1b5da80782d.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4712026-03-09T04:54:51.175Z Running `/home/build/.rustup/toolchains/1.93.1-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=db78f7cfbafb545d -C extra-filename=-8c5a697a4d9007a2 --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-b653c1b5da80782d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-f1d0151bc08ad93c.rmeta --cap-lints allow`
4722026-03-09T04:54:51.444Z Running `/home/build/.rustup/toolchains/1.93.1-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=d94338c0e4800d20 -C extra-filename=-235f5860a8364e7e --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-1f96ef3c12873473.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4732026-03-09T04:54:51.512Z Compiling parking_lot v0.12.1
4742026-03-09T04:54:51.536Z Running `/home/build/.rustup/toolchains/1.93.1-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=040ba7e132f12d8c -C extra-filename=-5b72a0f231a094f1 --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-39af3626b0fae1e2.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-8c5a697a4d9007a2.rmeta --cap-lints allow`
4752026-03-09T04:54:51.694Z Compiling signal-hook-registry v1.4.0
4762026-03-09T04:54:51.719Z Running `/home/build/.rustup/toolchains/1.93.1-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=0fdf65a6e88101bc -C extra-filename=-75a15f55342b7a9b --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-5c39d1798a220ef1.rmeta --cap-lints allow`
4772026-03-09T04:54:51.901Z Compiling syn v2.0.117
4782026-03-09T04:54:51.926Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=4094f8e33576acb1 -C extra-filename=-a503ee8234f1be63 --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-1f96ef3c12873473.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-c8eb3a8794d4ee38.rmeta --cap-lints allow`
4792026-03-09T04:54:51.967Z Compiling slab v0.4.9
4802026-03-09T04:54:51.992Z Running `/home/build/.rustup/toolchains/1.93.1-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=09115e0ee14bcb99 -C extra-filename=-4640d37e6b0287d9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-4640d37e6b0287d9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-cfcda586cb3471c0.rlib --cap-lints allow`
4812026-03-09T04:54:52.016Z Compiling serde v1.0.228
4822026-03-09T04:54:52.016Z Running `/home/build/.rustup/toolchains/1.93.1-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=0fb8a03253cad1be -C extra-filename=-d2b6c3032daa6c64 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-d2b6c3032daa6c64 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4832026-03-09T04:54:52.126Z Compiling zmij v1.0.2
4842026-03-09T04:54:52.151Z Running `/home/build/.rustup/toolchains/1.93.1-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=f60e6eb7718abed1 -C extra-filename=-6bc69b3656043dde --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-6bc69b3656043dde -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4852026-03-09T04:54:52.280Z Compiling futures-sink v0.3.32
4862026-03-09T04:54:52.305Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=dc7bd01e25f46538 -C extra-filename=-4b8734b8ea52f329 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4872026-03-09T04:54:52.329Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-4640d37e6b0287d9/build-script-build`
4882026-03-09T04:54:52.440Z Compiling getrandom v0.2.11
4892026-03-09T04:54:52.465Z Running `/home/build/.rustup/toolchains/1.93.1-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=cc6e7ad09db92ed6 -C extra-filename=-6c9094e8328c0700 --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-b653c1b5da80782d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rmeta --cap-lints allow`
4902026-03-09T04:54:52.465Z Compiling serde_json v1.0.149
4912026-03-09T04:54:52.465Z Compiling futures-channel v0.3.32
4922026-03-09T04:54:52.465Z Running `/home/build/.rustup/toolchains/1.93.1-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=040ba959eaafd1ec -C extra-filename=-b704ec3af376890d --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-b704ec3af376890d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4932026-03-09T04:54:52.465Z Running `/home/build/.rustup/toolchains/1.93.1-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=13a8979394f87fe0 -C extra-filename=-502881ba59e08c3b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4942026-03-09T04:54:52.465Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=f095c06cb85f1cc5 -C extra-filename=-b197abe07a22705f --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-3067f624758dfef9.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-4b8734b8ea52f329.rmeta --cap-lints allow`
4952026-03-09T04:54:52.513Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-d2b6c3032daa6c64/build-script-build`
4962026-03-09T04:54:52.572Z Compiling http v1.4.0
4972026-03-09T04:54:52.596Z Running `/home/build/.rustup/toolchains/1.93.1-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=85df8284a3557ff6 -C extra-filename=-607d897233780f55 --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-1352e873e9c57172.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-c6a2d64a395ac7e3.rmeta --cap-lints allow`
4982026-03-09T04:54:52.596Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-6bc69b3656043dde/build-script-build`
4992026-03-09T04:54:52.648Z Running `/home/build/.rustup/toolchains/1.93.1-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=0e9eb845d78ff6d7 -C extra-filename=-bebe33ec8549cd48 --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)'`
5002026-03-09T04:54:52.758Z Compiling zeroize v1.7.0
5012026-03-09T04:54:52.782Z Running `/home/build/.rustup/toolchains/1.93.1-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=a28ba30d8741a294 -C extra-filename=-eb2ce32225736a62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5022026-03-09T04:54:52.806Z Compiling thiserror v2.0.18
5032026-03-09T04:54:52.806Z Running `/home/build/.rustup/toolchains/1.93.1-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=f6d51aeab34a3362 -C extra-filename=-d39286caf26f65b2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-d39286caf26f65b2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5042026-03-09T04:54:52.831Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-b704ec3af376890d/build-script-build`
5052026-03-09T04:54:52.855Z Compiling bitflags v2.11.0
5062026-03-09T04:54:52.855Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=e30d734480ffb3f6 -C extra-filename=-9c7a9e447c7a428c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5072026-03-09T04:54:52.879Z Compiling ring v0.17.13
5082026-03-09T04:54:52.879Z Running `/home/build/.rustup/toolchains/1.93.1-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=7e2583e2c36200e3 -C extra-filename=-d19f7e98b3469752 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-d19f7e98b3469752 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-6b7e6b2debf3923f.rlib --cap-lints allow`
5092026-03-09T04:54:52.939Z Compiling futures-io v0.3.32
5102026-03-09T04:54:52.963Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=f170e804f037c520 -C extra-filename=-12476fb84ee2f98f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5112026-03-09T04:54:53.036Z Compiling rustls-pki-types v1.14.0
5122026-03-09T04:54:53.060Z Running `/home/build/.rustup/toolchains/1.93.1-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=ffef017f6a6382ba -C extra-filename=-04f0f6acccfc31e5 --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-eb2ce32225736a62.rmeta --cap-lints allow`
5132026-03-09T04:54:53.201Z Compiling stable_deref_trait v1.2.0
5142026-03-09T04:54:53.226Z Running `/home/build/.rustup/toolchains/1.93.1-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=988f97053e96ea77 -C extra-filename=-4df74d36c0f7a05b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5152026-03-09T04:54:53.275Z Compiling futures-task v0.3.32
5162026-03-09T04:54:53.300Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=df1d680fd588a853 -C extra-filename=-c8e87065c136e752 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5172026-03-09T04:54:53.446Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-d39286caf26f65b2/build-script-build`
5182026-03-09T04:54:53.473Z Running `/home/build/.rustup/toolchains/1.93.1-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=d7fd8b61124b9058 -C extra-filename=-2971522a89ce5972 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-2971522a89ce5972 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5192026-03-09T04:54:53.685Z Compiling httparse v1.10.0
5202026-03-09T04:54:53.709Z Running `/home/build/.rustup/toolchains/1.93.1-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=4fffeff1ac93337e -C extra-filename=-cf190e266f1f0533 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-cf190e266f1f0533 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5212026-03-09T04:54:53.790Z Compiling getrandom v0.4.1
5222026-03-09T04:54:53.816Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=fcd4af8837822733 -C extra-filename=-02983aacbc7c17b1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-02983aacbc7c17b1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5232026-03-09T04:54:53.898Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-d19f7e98b3469752/build-script-build`
5242026-03-09T04:54:53.958Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-2971522a89ce5972/build-script-build`
5252026-03-09T04:54:54.023Z Running `/home/build/.rustup/toolchains/1.93.1-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=5030f5ce44ba3bc6 -C extra-filename=-574bd3ddea2c89f3 --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)'`
5262026-03-09T04:54:54.115Z Compiling tracing-core v0.1.32
5272026-03-09T04:54:54.140Z Running `/home/build/.rustup/toolchains/1.93.1-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=2a6266a9d44e47cb -C extra-filename=-e0208e3f82530653 --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-451338f658f41c56.rmeta --cap-lints allow`
5282026-03-09T04:54:54.216Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-02983aacbc7c17b1/build-script-build`
5292026-03-09T04:54:54.241Z Compiling ucd-trie v0.1.6
5302026-03-09T04:54:54.241Z Running `/home/build/.rustup/toolchains/1.93.1-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=8cedb502d006207a -C extra-filename=-49b4478a5a13452a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5312026-03-09T04:54:54.265Z Compiling equivalent v1.0.0
5322026-03-09T04:54:54.265Z Running `/home/build/.rustup/toolchains/1.93.1-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=7f4a32eef7bedada -C extra-filename=-09990d4e79f01a00 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5332026-03-09T04:54:54.265Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-cf190e266f1f0533/build-script-build`
5342026-03-09T04:54:54.343Z Running `/home/build/.rustup/toolchains/1.93.1-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=a11ecd76c9a24d6c -C extra-filename=-98e0351f85470f6b --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`
5352026-03-09T04:54:54.394Z Compiling untrusted v0.9.0
5362026-03-09T04:54:54.419Z Running `/home/build/.rustup/toolchains/1.93.1-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=fc95ab28e5cf44c0 -C extra-filename=-21e6731960c3fde6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5372026-03-09T04:54:54.574Z Running `/home/build/.rustup/toolchains/1.93.1-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=8930167359e725fc -C extra-filename=-9f832103c28ad770 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-9f832103c28ad770 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5382026-03-09T04:54:54.703Z Compiling hashbrown v0.16.1
5392026-03-09T04:54:54.728Z Running `/home/build/.rustup/toolchains/1.93.1-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=cdbf9becd52dd940 -C extra-filename=-c7e2fa3696a6a36f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5402026-03-09T04:54:54.808Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=0c09917a0f9d247c -C extra-filename=-947a99c396a6b242 --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-b653c1b5da80782d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rmeta --cap-lints allow`
5412026-03-09T04:54:54.921Z Compiling tracing v0.1.40
5422026-03-09T04:54:54.946Z Running `/home/build/.rustup/toolchains/1.93.1-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=4042f2cdffdf699b -C extra-filename=-c23f30d3647c23e5 --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-b18f6d2311024118.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-e0208e3f82530653.rmeta --cap-lints allow`
5432026-03-09T04:54:55.130Z Compiling http-body v1.0.1
5442026-03-09T04:54:55.155Z Running `/home/build/.rustup/toolchains/1.93.1-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=d3bf1973ea74e758 -C extra-filename=-083ec29941b6bf06 --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-1352e873e9c57172.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --cap-lints allow`
5452026-03-09T04:54:55.180Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-9f832103c28ad770/build-script-build`
5462026-03-09T04:54:55.248Z Running `/home/build/.rustup/toolchains/1.93.1-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=3ab1e628e3543f47 -C extra-filename=-f70d4eea6ae042c4 --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-c6a2d64a395ac7e3.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-334b7aa674d17e7d.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-26a40a9488fe51a6.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-bebe33ec8549cd48.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5472026-03-09T04:54:55.425Z Compiling percent-encoding v2.3.2
5482026-03-09T04:54:55.449Z Running `/home/build/.rustup/toolchains/1.93.1-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=c8ec257ad93032fe -C extra-filename=-aec76b9ed4326789 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5492026-03-09T04:54:55.449Z Compiling typenum v1.14.0
5502026-03-09T04:54:55.449Z Running `/home/build/.rustup/toolchains/1.93.1-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=e049878b32b7e6af -C extra-filename=-714308c17bb54560 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-714308c17bb54560 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5512026-03-09T04:54:55.575Z Compiling zerocopy v0.8.27
5522026-03-09T04:54:55.600Z Running `/home/build/.rustup/toolchains/1.93.1-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=914240080821f383 -C extra-filename=-09b8d1055e054bae --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-09b8d1055e054bae -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5532026-03-09T04:54:55.752Z Compiling vcpkg v0.2.15
5542026-03-09T04:54:55.776Z Running `/home/build/.rustup/toolchains/1.93.1-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=b07d23d05fb9cc04 -C extra-filename=-b4edb8f9b14558e2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5552026-03-09T04:54:55.993Z Compiling indexmap v2.13.0
5562026-03-09T04:54:56.018Z Running `/home/build/.rustup/toolchains/1.93.1-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=977547132efc6f43 -C extra-filename=-dbb758f4b8d6c46a --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-09990d4e79f01a00.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-c7e2fa3696a6a36f.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-26a40a9488fe51a6.rmeta --cap-lints allow`
5572026-03-09T04:54:56.136Z Compiling litemap v0.7.4
5582026-03-09T04:54:56.136Z Running `/home/build/.rustup/toolchains/1.93.1-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=30c047aecdccd672 -C extra-filename=-2ad1934936ab5eb2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5592026-03-09T04:54:56.190Z Compiling atomic-waker v1.1.2
5602026-03-09T04:54:56.215Z Running `/home/build/.rustup/toolchains/1.93.1-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=4cedfd408b91542b -C extra-filename=-5e6cb7bbad19d54f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5612026-03-09T04:54:56.376Z Compiling rustversion v1.0.22
5622026-03-09T04:54:56.400Z Running `/home/build/.rustup/toolchains/1.93.1-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=65c1d0100d24547d -C extra-filename=-2691023127c09a8e --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-2691023127c09a8e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5632026-03-09T04:54:56.473Z Compiling writeable v0.5.5
5642026-03-09T04:54:56.498Z Running `/home/build/.rustup/toolchains/1.93.1-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=1ec4adbdcc72050a -C extra-filename=-743483da0d28ec06 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5652026-03-09T04:54:56.657Z Running `/home/build/.rustup/toolchains/1.93.1-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=ba2ff27f428d2fec -C extra-filename=-0be277a571842f75 --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-b653c1b5da80782d.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-6c9094e8328c0700.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-21e6731960c3fde6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test`
5662026-03-09T04:54:56.824Z Compiling pkg-config v0.3.31
5672026-03-09T04:54:56.849Z Running `/home/build/.rustup/toolchains/1.93.1-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=3d0638760d2ac134 -C extra-filename=-20b1d562cb375264 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5682026-03-09T04:54:56.926Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-2691023127c09a8e/build-script-build`
5692026-03-09T04:54:56.964Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-09b8d1055e054bae/build-script-build`
5702026-03-09T04:54:56.989Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-714308c17bb54560/build-script-main`
5712026-03-09T04:54:57.019Z Compiling generic-array v0.14.5
5722026-03-09T04:54:57.043Z Running `/home/build/.rustup/toolchains/1.93.1-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=a9ef126508ec33a0 -C extra-filename=-00389c141dd15844 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-00389c141dd15844 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-26974ee0e0164c1a.rlib --cap-lints allow`
5732026-03-09T04:54:57.124Z Compiling errno v0.3.10
5742026-03-09T04:54:57.148Z Running `/home/build/.rustup/toolchains/1.93.1-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=8355c970600d433c -C extra-filename=-e8035a720b512614 --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-5c39d1798a220ef1.rmeta --cap-lints allow`
5752026-03-09T04:54:57.244Z Compiling try-lock v0.2.3
5762026-03-09T04:54:57.269Z Running `/home/build/.rustup/toolchains/1.93.1-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=9d1f27920f7764c4 -C extra-filename=-53cda65793b716aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5772026-03-09T04:54:57.337Z Compiling fnv v1.0.7
5782026-03-09T04:54:57.362Z Running `/home/build/.rustup/toolchains/1.93.1-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=b2121c1852060fcc -C extra-filename=-2d8c3b2f99e8db94 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5792026-03-09T04:54:57.362Z Compiling rustix v1.1.4
5802026-03-09T04:54:57.362Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=80847e9f7ff71655 -C extra-filename=-013964e9bbb9ebe8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-013964e9bbb9ebe8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5812026-03-09T04:54:57.400Z Compiling crossbeam-utils v0.8.21
5822026-03-09T04:54:57.425Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=3a7bb23c3ffb0bf7 -C extra-filename=-3cf942f06c299c36 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-3cf942f06c299c36 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5832026-03-09T04:54:57.465Z Compiling want v0.3.0
5842026-03-09T04:54:57.489Z Running `/home/build/.rustup/toolchains/1.93.1-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=399e052dbca4697f -C extra-filename=-35016916d83ad148 --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-15c0bd091c6264ed.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-53cda65793b716aa.rmeta --cap-lints allow`
5852026-03-09T04:54:57.599Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-00389c141dd15844/build-script-build`
5862026-03-09T04:54:57.663Z Running `/home/build/.rustup/toolchains/1.93.1-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=cfc820a3436e2cb0 -C extra-filename=-263f96c4b8cec2f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5872026-03-09T04:54:57.688Z Compiling openssl-sys v0.9.107
5882026-03-09T04:54:57.688Z Running `/home/build/.rustup/toolchains/1.93.1-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=f48a664b03694c09 -C extra-filename=-42472f04372541cd --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-42472f04372541cd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-6b7e6b2debf3923f.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-20b1d562cb375264.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-b4edb8f9b14558e2.rlib --cap-lints allow`
5892026-03-09T04:54:57.740Z Running `/home/build/.rustup/toolchains/1.93.1-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=60400404429644f8 -C extra-filename=-3da73059406b6a93 --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"))'`
5902026-03-09T04:54:57.867Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-3cf942f06c299c36/build-script-build`
5912026-03-09T04:54:57.891Z Compiling icu_locid_transform_data v1.5.0
5922026-03-09T04:54:57.915Z Running `/home/build/.rustup/toolchains/1.93.1-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=926136a497b484f7 -C extra-filename=-0bb97a4413861621 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5932026-03-09T04:54:57.915Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-013964e9bbb9ebe8/build-script-build`
5942026-03-09T04:54:57.988Z Compiling tower-layer v0.3.3
5952026-03-09T04:54:58.012Z Running `/home/build/.rustup/toolchains/1.93.1-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=8f968a36348e3b88 -C extra-filename=-a1024df14c1bda1f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5962026-03-09T04:54:58.189Z Compiling subtle v2.5.0
5972026-03-09T04:54:58.213Z Running `/home/build/.rustup/toolchains/1.93.1-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=8321d78dc9c5bccb -C extra-filename=-7e77eeceaebf3a16 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5982026-03-09T04:54:58.248Z Compiling synstructure v0.13.1
5992026-03-09T04:54:58.273Z Running `/home/build/.rustup/toolchains/1.93.1-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=9e3f5e60825e2cfb -C extra-filename=-62bdbd4eebc83ba6 --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-1f96ef3c12873473.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rmeta --cap-lints allow`
6002026-03-09T04:54:58.297Z Compiling tower-service v0.3.3
6012026-03-09T04:54:58.297Z Running `/home/build/.rustup/toolchains/1.93.1-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=9a5120faec487dbd -C extra-filename=-7536594cb39896db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6022026-03-09T04:54:58.476Z Compiling byteorder v1.4.3
6032026-03-09T04:54:58.500Z Running `/home/build/.rustup/toolchains/1.93.1-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=526635f53859e9e1 -C extra-filename=-c4b70c0cd02f9545 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6042026-03-09T04:54:58.500Z Compiling time-core v0.1.8
6052026-03-09T04:54:58.500Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=4d02d3522ffa3e7d -C extra-filename=-d01a926cee6d1f4d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6062026-03-09T04:54:58.611Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-42472f04372541cd/build-script-main`
6072026-03-09T04:54:58.682Z Compiling base64 v0.22.1
6082026-03-09T04:54:58.707Z Running `/home/build/.rustup/toolchains/1.93.1-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=3453b6c2d6a9de8b -C extra-filename=-00308df0292d0f2c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6092026-03-09T04:54:58.707Z Compiling pin-utils v0.1.0
6102026-03-09T04:54:58.707Z Running `/home/build/.rustup/toolchains/1.93.1-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=c4e2800c19def323 -C extra-filename=-969bbebfc4ba85d6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6112026-03-09T04:54:58.753Z Compiling num-conv v0.2.0
6122026-03-09T04:54:58.777Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15901935bb656b90 -C extra-filename=-4e35217c1897f694 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6132026-03-09T04:54:58.802Z Compiling powerfmt v0.2.0
6142026-03-09T04:54:58.802Z Running `/home/build/.rustup/toolchains/1.93.1-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=b0e5f5c876ecefe9 -C extra-filename=-2005fcaf3fc39c80 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6152026-03-09T04:54:58.826Z Compiling httpdate v1.0.1
6162026-03-09T04:54:58.826Z Running `/home/build/.rustup/toolchains/1.93.1-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=12656156daff4b3a -C extra-filename=-48bb9ea7c5cce0db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6172026-03-09T04:54:58.902Z Compiling slog v2.8.2
6182026-03-09T04:54:58.927Z Running `/home/build/.rustup/toolchains/1.93.1-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=e3b6e17408ebdd99 -C extra-filename=-ae2d4f5b38e6de5e --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-ae2d4f5b38e6de5e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-3da73059406b6a93.so --cap-lints allow`
6192026-03-09T04:54:58.986Z Compiling rustls-webpki v0.102.8
6202026-03-09T04:54:59.010Z Running `/home/build/.rustup/toolchains/1.93.1-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=76d303bf69b21376 -C extra-filename=-045c4d86e80f1b88 --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-0be277a571842f75.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-21e6731960c3fde6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out`
6212026-03-09T04:54:59.184Z Compiling deranged v0.5.5
6222026-03-09T04:54:59.209Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=1f82524034e24e39 -C extra-filename=-34bd102df9f6d52b --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-2005fcaf3fc39c80.rmeta --cap-lints allow`
6232026-03-09T04:54:59.253Z Compiling time-macros v0.2.27
6242026-03-09T04:54:59.277Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=a3871b3f38179e4d -C extra-filename=-1c65e800c175c885 --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-4e35217c1897f694.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-d01a926cee6d1f4d.rlib --extern proc_macro --cap-lints allow`
6252026-03-09T04:54:59.278Z Running `/home/build/.rustup/toolchains/1.93.1-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=9fc2d3aa9edaef4b -C extra-filename=-d06086d6272a213f --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-263f96c4b8cec2f2.rmeta --cap-lints allow --cfg relaxed_coherence`
6262026-03-09T04:54:59.332Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=6b97219dcbd76e22 -C extra-filename=-c416471d03b8f473 --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-9c7a9e447c7a428c.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-e8035a720b512614.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
6272026-03-09T04:54:59.380Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=07df1a8ca514934b -C extra-filename=-2207ae5a1c31c3e1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
6282026-03-09T04:55:00.311Z Compiling rustix v0.38.44
6292026-03-09T04:55:00.335Z Running `/home/build/.rustup/toolchains/1.93.1-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=756bc68871ba0119 -C extra-filename=-9560d54b212b3e2d --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-9560d54b212b3e2d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6302026-03-09T04:55:00.500Z Compiling fastrand v2.1.1
6312026-03-09T04:55:00.525Z Running `/home/build/.rustup/toolchains/1.93.1-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=5b018f8c062511b6 -C extra-filename=-b1497145764c9388 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6322026-03-09T04:55:00.855Z Compiling num_threads v0.1.3
6332026-03-09T04:55:00.879Z Running `/home/build/.rustup/toolchains/1.93.1-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=491adb70e589d069 -C extra-filename=-e07ff3d646e43f5e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6342026-03-09T04:55:00.879Z Compiling icu_properties_data v1.5.0
6352026-03-09T04:55:00.904Z Running `/home/build/.rustup/toolchains/1.93.1-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=1d256cbd106ff45e -C extra-filename=-dc3355ff92582add --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6362026-03-09T04:55:00.928Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-9560d54b212b3e2d/build-script-build`
6372026-03-09T04:55:00.961Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-ae2d4f5b38e6de5e/build-script-build`
6382026-03-09T04:55:00.986Z Running `/home/build/.rustup/toolchains/1.93.1-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=f4f2ca4e0b985d96 -C extra-filename=-7b37a4ea9a0965b6 --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-c6a2d64a395ac7e3.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-334b7aa674d17e7d.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-574bd3ddea2c89f3.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-bebe33ec8549cd48.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6392026-03-09T04:55:01.012Z Compiling unicase v2.6.0
6402026-03-09T04:55:01.036Z Running `/home/build/.rustup/toolchains/1.93.1-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=4e0ec09db6db5b88 -C extra-filename=-ff3b496ec3862587 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-ff3b496ec3862587 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-26974ee0e0164c1a.rlib --cap-lints allow`
6412026-03-09T04:55:01.060Z Compiling thread-id v5.0.0
6422026-03-09T04:55:01.060Z Running `/home/build/.rustup/toolchains/1.93.1-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=e387d051262612f9 -C extra-filename=-130598f591c11df3 --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-5c39d1798a220ef1.rmeta --cap-lints allow`
6432026-03-09T04:55:01.118Z Compiling num-traits v0.2.14
6442026-03-09T04:55:01.142Z Running `/home/build/.rustup/toolchains/1.93.1-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=7e676ddb800045e6 -C extra-filename=-241a5ee48055f690 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-241a5ee48055f690 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-cfcda586cb3471c0.rlib --cap-lints allow`
6452026-03-09T04:55:01.182Z Compiling crc32fast v1.5.0
6462026-03-09T04:55:01.206Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=30016549d4c25f7f -C extra-filename=-0549d1627a4c2217 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crc32fast-0549d1627a4c2217 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6472026-03-09T04:55:01.300Z Compiling ipnet v2.10.0
6482026-03-09T04:55:01.325Z Running `/home/build/.rustup/toolchains/1.93.1-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=cc5dfd9d061322cd -C extra-filename=-e8c4d7dbcd8f6295 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6492026-03-09T04:55:01.351Z Compiling openssl-probe v0.1.4
6502026-03-09T04:55:01.375Z Running `/home/build/.rustup/toolchains/1.93.1-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=eb02c64971183e60 -C extra-filename=-3a4049a02e7fe0b3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6512026-03-09T04:55:01.400Z Compiling time v0.3.47
6522026-03-09T04:55:01.400Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=c8ce5da36be74760 -C extra-filename=-7464e9d99bcaa6d2 --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-34bd102df9f6d52b.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-c6a2d64a395ac7e3.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-4e35217c1897f694.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-e07ff3d646e43f5e.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-2005fcaf3fc39c80.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-d01a926cee6d1f4d.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-1c65e800c175c885.so --cap-lints allow`
6532026-03-09T04:55:01.469Z Compiling usdt-impl v0.6.0
6542026-03-09T04:55:01.495Z Running `/home/build/.rustup/toolchains/1.93.1-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=fb64334d8a67f37d -C extra-filename=-2c8f5241e5709044 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-2c8f5241e5709044 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6552026-03-09T04:55:01.525Z Compiling utf16_iter v1.0.5
6562026-03-09T04:55:01.549Z Running `/home/build/.rustup/toolchains/1.93.1-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=d39fc431ef4e6de3 -C extra-filename=-c0dfa42271280455 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6572026-03-09T04:55:01.573Z Compiling serde_derive v1.0.228
6582026-03-09T04:55:01.573Z Running `/home/build/.rustup/toolchains/1.93.1-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=ebda7f1f84147d65 -C extra-filename=-417038b7a3fae795 --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern proc_macro --cap-lints allow`
6592026-03-09T04:55:01.655Z Compiling tokio-macros v2.6.0
6602026-03-09T04:55:01.680Z Running `/home/build/.rustup/toolchains/1.93.1-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=4f19f31f35c2fd8e -C extra-filename=-c178fbcf4b0efcdd --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern proc_macro --cap-lints allow`
6612026-03-09T04:55:01.680Z Compiling zerofrom-derive v0.1.5
6622026-03-09T04:55:01.680Z Running `/home/build/.rustup/toolchains/1.93.1-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=cbc4f2df72b0883b -C extra-filename=-69284e7a6e6af3c4 --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-62bdbd4eebc83ba6.rlib --extern proc_macro --cap-lints allow`
6632026-03-09T04:55:01.745Z Compiling yoke-derive v0.7.5
6642026-03-09T04:55:01.772Z Running `/home/build/.rustup/toolchains/1.93.1-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=1ee8191bdad4b51c -C extra-filename=-1c86b9fa5d122262 --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-62bdbd4eebc83ba6.rlib --extern proc_macro --cap-lints allow`
6652026-03-09T04:55:01.826Z Compiling futures-macro v0.3.32
6662026-03-09T04:55:01.850Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52c83c2664f08c7f -C extra-filename=-97c833e3926f1e23 --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern proc_macro --cap-lints allow`
6672026-03-09T04:55:02.388Z Compiling thiserror-impl v2.0.18
6682026-03-09T04:55:02.413Z Running `/home/build/.rustup/toolchains/1.93.1-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=50568d1a3ef321b4 -C extra-filename=-b4eb2f60e34f4f8c --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern proc_macro --cap-lints allow`
6692026-03-09T04:55:03.037Z Compiling tokio v1.49.0
6702026-03-09T04:55:03.063Z Running `/home/build/.rustup/toolchains/1.93.1-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=4fffb8e0c5e622ad -C extra-filename=-73431988f7d0a35f --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-1352e873e9c57172.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-ed8e85621f911654.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-5b72a0f231a094f1.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-75a15f55342b7a9b.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-b2d278228acf9632.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-c178fbcf4b0efcdd.so --cap-lints allow`
6712026-03-09T04:55:03.303Z Compiling futures-util v0.3.32
6722026-03-09T04:55:03.329Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=3a1cfa44bcc18656 -C extra-filename=-e063d89e246788f5 --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-b197abe07a22705f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3067f624758dfef9.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-12476fb84ee2f98f.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-97c833e3926f1e23.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-4b8734b8ea52f329.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c8e87065c136e752.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-334b7aa674d17e7d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-502881ba59e08c3b.rmeta --cap-lints allow`
6732026-03-09T04:55:03.520Z Compiling zerovec-derive v0.10.3
6742026-03-09T04:55:03.546Z Running `/home/build/.rustup/toolchains/1.93.1-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=4902dcc51d2fa1e9 -C extra-filename=-54dc108b0fb3ceb0 --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern proc_macro --cap-lints allow`
6752026-03-09T04:55:03.885Z Compiling displaydoc v0.2.5
6762026-03-09T04:55:03.910Z Running `/home/build/.rustup/toolchains/1.93.1-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=33f780d19cad4685 -C extra-filename=-26e342e15583fe29 --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern proc_macro --cap-lints allow`
6772026-03-09T04:55:03.910Z Compiling icu_provider_macros v1.5.0
6782026-03-09T04:55:03.910Z Running `/home/build/.rustup/toolchains/1.93.1-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=d71e8e5d646f93ee -C extra-filename=-16857caf90ed82db --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern proc_macro --cap-lints allow`
6792026-03-09T04:55:04.271Z Compiling zerofrom v0.1.5
6802026-03-09T04:55:04.296Z Running `/home/build/.rustup/toolchains/1.93.1-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=67459aef2bb8f6fe -C extra-filename=-300b574a97d8a47a --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-69284e7a6e6af3c4.so --cap-lints allow`
6812026-03-09T04:55:04.490Z Compiling yoke v0.7.5
6822026-03-09T04:55:04.514Z Running `/home/build/.rustup/toolchains/1.93.1-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=aee9dfaf0b01430f -C extra-filename=-75a583d8dee7d02b --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-4df74d36c0f7a05b.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-1c86b9fa5d122262.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-300b574a97d8a47a.rmeta --cap-lints allow`
6832026-03-09T04:55:04.839Z Compiling zerocopy-derive v0.8.27
6842026-03-09T04:55:04.864Z Running `/home/build/.rustup/toolchains/1.93.1-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=bd9ba9cf01ab475f -C extra-filename=-0e222156115797df --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern proc_macro --cap-lints allow`
6852026-03-09T04:55:04.864Z Compiling scroll_derive v0.13.1
6862026-03-09T04:55:04.890Z Running `/home/build/.rustup/toolchains/1.93.1-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=179c12cf539342b5 -C extra-filename=-2b9a5cfb3b9904f3 --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern proc_macro --cap-lints allow`
6872026-03-09T04:55:05.020Z Running `/home/build/.rustup/toolchains/1.93.1-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=cdb87fa7ac4701c7 -C extra-filename=-2370a9eede0cb95f --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-b4eb2f60e34f4f8c.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6882026-03-09T04:55:05.189Z Compiling pest v2.8.1
6892026-03-09T04:55:05.214Z Running `/home/build/.rustup/toolchains/1.93.1-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=791d193234e05332 -C extra-filename=-1d579ee11b732b12 --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-334b7aa674d17e7d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-49b4478a5a13452a.rmeta --cap-lints allow`
6902026-03-09T04:55:05.244Z Compiling write16 v1.0.0
6912026-03-09T04:55:05.269Z Running `/home/build/.rustup/toolchains/1.93.1-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=eb662ab0fe60566d -C extra-filename=-2bf84889197d2b5c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6922026-03-09T04:55:05.398Z Compiling openssl v0.10.72
6932026-03-09T04:55:05.422Z Running `/home/build/.rustup/toolchains/1.93.1-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=b64d69de4b2d2187 -C extra-filename=-df3a8614fac5e13c --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-df3a8614fac5e13c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6942026-03-09T04:55:05.579Z Compiling zerovec v0.10.4
6952026-03-09T04:55:05.604Z Running `/home/build/.rustup/toolchains/1.93.1-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=48378ff4cbc227ff -C extra-filename=-5ac685a810a681c9 --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-75a583d8dee7d02b.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-300b574a97d8a47a.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-54dc108b0fb3ceb0.so --cap-lints allow`
6962026-03-09T04:55:05.844Z Compiling icu_normalizer_data v1.5.0
6972026-03-09T04:55:05.869Z Running `/home/build/.rustup/toolchains/1.93.1-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=8fc8c0c8304d303d -C extra-filename=-b57765f359c22af3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6982026-03-09T04:55:05.963Z Compiling foreign-types-shared v0.1.1
6992026-03-09T04:55:05.988Z Running `/home/build/.rustup/toolchains/1.93.1-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=f386d4ee91d9d3af -C extra-filename=-fb813fa8269830ac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7002026-03-09T04:55:06.100Z Compiling paste v1.0.15
7012026-03-09T04:55:06.124Z Running `/home/build/.rustup/toolchains/1.93.1-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=7926f3d50bd8f63a -C extra-filename=-335f19632b31cead --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-335f19632b31cead -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7022026-03-09T04:55:06.390Z Compiling utf8_iter v1.0.4
7032026-03-09T04:55:06.415Z Running `/home/build/.rustup/toolchains/1.93.1-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=55791dcdae323a55 -C extra-filename=-57017c2f24498990 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7042026-03-09T04:55:06.564Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-335f19632b31cead/build-script-build`
7052026-03-09T04:55:06.625Z Compiling scroll v0.13.0
7062026-03-09T04:55:06.649Z Running `/home/build/.rustup/toolchains/1.93.1-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=9abc2629134c28bb -C extra-filename=-60ac40e8a3ba57de --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-2b9a5cfb3b9904f3.so --cap-lints allow`
7072026-03-09T04:55:06.650Z Compiling foreign-types v0.3.2
7082026-03-09T04:55:06.650Z Running `/home/build/.rustup/toolchains/1.93.1-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=874a6265bf12cdb4 -C extra-filename=-9b8a1a8ccccb8889 --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-fb813fa8269830ac.rmeta --cap-lints allow`
7092026-03-09T04:55:06.737Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-df3a8614fac5e13c/build-script-build`
7102026-03-09T04:55:06.761Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-2c8f5241e5709044/build-script-build`
7112026-03-09T04:55:06.786Z Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-0549d1627a4c2217/build-script-build`
7122026-03-09T04:55:06.839Z Compiling openssl-macros v0.1.1
7132026-03-09T04:55:06.863Z Running `/home/build/.rustup/toolchains/1.93.1-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=9597634db74e01d5 -C extra-filename=-cdafc3c26ee1157b --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern proc_macro --cap-lints allow`
7142026-03-09T04:55:06.930Z Running `/home/build/.rustup/toolchains/1.93.1-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=e77d939ad3193d92 -C extra-filename=-60a2573968ef612f --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-26a40a9488fe51a6.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-417038b7a3fae795.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)'`
7152026-03-09T04:55:07.110Z Compiling tinystr v0.7.6
7162026-03-09T04:55:07.134Z Running `/home/build/.rustup/toolchains/1.93.1-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=32e7590c6fd49ac8 -C extra-filename=-3d4b880812869e6b --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-26e342e15583fe29.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-5ac685a810a681c9.rmeta --cap-lints allow`
7172026-03-09T04:55:07.175Z Running `/home/build/.rustup/toolchains/1.93.1-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=1dcd5af8bfccacb5 -C extra-filename=-04ec041c8201c442 --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-574bd3ddea2c89f3.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-417038b7a3fae795.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)'`
7182026-03-09T04:55:07.398Z Compiling icu_locid v1.5.0
7192026-03-09T04:55:07.422Z Running `/home/build/.rustup/toolchains/1.93.1-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=c15f6776d21f203e -C extra-filename=-0533da3400b1ec66 --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-26e342e15583fe29.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-2ad1934936ab5eb2.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-3d4b880812869e6b.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-743483da0d28ec06.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-5ac685a810a681c9.rmeta --cap-lints allow`
7202026-03-09T04:55:07.447Z Compiling pest_meta v2.8.1
7212026-03-09T04:55:07.447Z Running `/home/build/.rustup/toolchains/1.93.1-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=a2536f54660d400b -C extra-filename=-a7ec8117a3877e3c --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-1d579ee11b732b12.rmeta --cap-lints allow`
7222026-03-09T04:55:07.524Z Running `/home/build/.rustup/toolchains/1.93.1-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=849ca5a2619e480b -C extra-filename=-1ff7b5e3df97a15b --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-0e222156115797df.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)'`
7232026-03-09T04:55:07.716Z Compiling icu_collections v1.5.0
7242026-03-09T04:55:07.740Z Running `/home/build/.rustup/toolchains/1.93.1-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=0d37731419636d02 -C extra-filename=-bd0ba9dd57850273 --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-26e342e15583fe29.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-75a583d8dee7d02b.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-300b574a97d8a47a.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-5ac685a810a681c9.rmeta --cap-lints allow`
7252026-03-09T04:55:07.974Z Compiling erased-serde v0.3.31
7262026-03-09T04:55:07.999Z Running `/home/build/.rustup/toolchains/1.93.1-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=076158f98dab755b -C extra-filename=-316deb4368d5628d --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-60a2573968ef612f.rmeta --cap-lints allow`
7272026-03-09T04:55:08.137Z Compiling serde_tokenstream v0.2.3
7282026-03-09T04:55:08.161Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7acc6c4b19bf8a9 -C extra-filename=-0552231fb5c4a445 --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-1f96ef3c12873473.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-04ec041c8201c442.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rmeta --cap-lints allow`
7292026-03-09T04:55:08.186Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-241a5ee48055f690/build-script-build`
7302026-03-09T04:55:08.544Z Compiling icu_provider v1.5.0
7312026-03-09T04:55:08.568Z Running `/home/build/.rustup/toolchains/1.93.1-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=d620837de9e18c02 -C extra-filename=-9c95d2a51bccf0a3 --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-26e342e15583fe29.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-0533da3400b1ec66.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-16857caf90ed82db.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-4df74d36c0f7a05b.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-3d4b880812869e6b.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-743483da0d28ec06.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-75a583d8dee7d02b.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-300b574a97d8a47a.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-5ac685a810a681c9.rmeta --cap-lints allow`
7322026-03-09T04:55:08.745Z Compiling pest_generator v2.8.1
7332026-03-09T04:55:08.771Z Running `/home/build/.rustup/toolchains/1.93.1-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=5953982f64709de5 -C extra-filename=-4db32569b6f8eaed --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-1d579ee11b732b12.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-a7ec8117a3877e3c.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rmeta --cap-lints allow`
7342026-03-09T04:55:09.016Z Running `/home/build/.rustup/toolchains/1.93.1-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=85ad8428cd74ef79 -C extra-filename=-0cdc8fba167b4272 --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-316deb4368d5628d.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-26a40a9488fe51a6.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7352026-03-09T04:55:09.165Z Compiling icu_locid_transform v1.5.0
7362026-03-09T04:55:09.189Z Running `/home/build/.rustup/toolchains/1.93.1-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=3435566d7bf3cb40 -C extra-filename=-d7c87d022661874e --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-26e342e15583fe29.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-0533da3400b1ec66.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-0bb97a4413861621.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-9c95d2a51bccf0a3.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-3d4b880812869e6b.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-5ac685a810a681c9.rmeta --cap-lints allow`
7372026-03-09T04:55:09.311Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-ff3b496ec3862587/build-script-build`
7382026-03-09T04:55:09.462Z Running `/home/build/.rustup/toolchains/1.93.1-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=1884ae3f006cad9c -C extra-filename=-135521fa9cbe2845 --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-9c7a9e447c7a428c.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-e8035a720b512614.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7392026-03-09T04:55:09.505Z Compiling block-buffer v0.10.2
7402026-03-09T04:55:09.530Z Running `/home/build/.rustup/toolchains/1.93.1-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=ecbd42a98e8680f9 -C extra-filename=-135bff3a7259736b --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-d06086d6272a213f.rmeta --cap-lints allow`
7412026-03-09T04:55:09.700Z Compiling crypto-common v0.1.6
7422026-03-09T04:55:09.724Z Running `/home/build/.rustup/toolchains/1.93.1-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=519472b8ac5d6f87 -C extra-filename=-9691783cfe5a0862 --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-d06086d6272a213f.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-263f96c4b8cec2f2.rmeta --cap-lints allow`
7432026-03-09T04:55:09.830Z Running `/home/build/.rustup/toolchains/1.93.1-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=53e7295efd29d364 -C extra-filename=-2172e5fea80c8abd --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-5c39d1798a220ef1.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)'`
7442026-03-09T04:55:09.902Z Compiling form_urlencoded v1.2.2
7452026-03-09T04:55:09.926Z Running `/home/build/.rustup/toolchains/1.93.1-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=5f982815e0c4d376 -C extra-filename=-f955fb0533c62dc0 --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-aec76b9ed4326789.rmeta --cap-lints allow`
7462026-03-09T04:55:10.036Z Compiling rand_core v0.6.3
7472026-03-09T04:55:10.061Z Running `/home/build/.rustup/toolchains/1.93.1-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=392585f24da3a6d8 -C extra-filename=-9e5fcea661054a93 --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-6c9094e8328c0700.rmeta --cap-lints allow`
7482026-03-09T04:55:10.217Z Compiling icu_properties v1.5.1
7492026-03-09T04:55:10.242Z Running `/home/build/.rustup/toolchains/1.93.1-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=b2cd4680669ac872 -C extra-filename=-95c27234d2b7b77e --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-26e342e15583fe29.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-bd0ba9dd57850273.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-d7c87d022661874e.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-dc3355ff92582add.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-9c95d2a51bccf0a3.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-3d4b880812869e6b.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-5ac685a810a681c9.rmeta --cap-lints allow`
7502026-03-09T04:55:10.412Z Compiling ryu v1.0.5
7512026-03-09T04:55:10.437Z Running `/home/build/.rustup/toolchains/1.93.1-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=c87e065ee1f2387b -C extra-filename=-a78d3176915f70c3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-a78d3176915f70c3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7522026-03-09T04:55:10.674Z Compiling tokio-util v0.7.7
7532026-03-09T04:55:10.698Z Running `/home/build/.rustup/toolchains/1.93.1-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=70380fe9b34af78d -C extra-filename=-0a97352f46c1f5cb --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-1352e873e9c57172.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3067f624758dfef9.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-4b8734b8ea52f329.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-c23f30d3647c23e5.rmeta --cap-lints allow`
7542026-03-09T04:55:10.727Z Compiling pest_derive v2.8.1
7552026-03-09T04:55:10.752Z Running `/home/build/.rustup/toolchains/1.93.1-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=ad544e1230148c6a -C extra-filename=-d768c59fccc9fe61 --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-1d579ee11b732b12.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-4db32569b6f8eaed.rlib --extern proc_macro --cap-lints allow`
7562026-03-09T04:55:10.866Z Compiling dof v0.4.0
7572026-03-09T04:55:10.890Z Running `/home/build/.rustup/toolchains/1.93.1-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=a2d4f91f96408d3f -C extra-filename=-c5ab56199d9dc431 --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-04ec041c8201c442.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7b37a4ea9a0965b6.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-1ff7b5e3df97a15b.rmeta --cap-lints allow`
7582026-03-09T04:55:10.890Z Compiling plain v0.2.3
7592026-03-09T04:55:10.890Z Running `/home/build/.rustup/toolchains/1.93.1-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=be34dba59c33acb0 -C extra-filename=-e41ffe8c1fffe097 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7602026-03-09T04:55:11.055Z Compiling ppv-lite86 v0.2.15
7612026-03-09T04:55:11.079Z Running `/home/build/.rustup/toolchains/1.93.1-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=a4142225f356d85d -C extra-filename=-f6d7d35978e2fd68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7622026-03-09T04:55:11.327Z Compiling simd-adler32 v0.3.7
7632026-03-09T04:55:11.351Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=ee345c91af822fa4 -C extra-filename=-2cdc80162fcd2c2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7642026-03-09T04:55:11.394Z Compiling native-tls v0.2.12
7652026-03-09T04:55:11.418Z Running `/home/build/.rustup/toolchains/1.93.1-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=f212f366f0efba2a -C extra-filename=-a98e57d2045d4d8a --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-a98e57d2045d4d8a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7662026-03-09T04:55:11.538Z Compiling h2 v0.4.6
7672026-03-09T04:55:11.569Z Running `/home/build/.rustup/toolchains/1.93.1-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=53294a87be463ac7 -C extra-filename=-9926ae51070c2275 --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-5e6cb7bbad19d54f.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-2d8c3b2f99e8db94.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3067f624758dfef9.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-4b8734b8ea52f329.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-502881ba59e08c3b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-c23f30d3647c23e5.rmeta --cap-lints allow`
7682026-03-09T04:55:11.631Z Compiling dtrace-parser v0.3.0
7692026-03-09T04:55:11.659Z Running `/home/build/.rustup/toolchains/1.93.1-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=12334c05cc4acc78 -C extra-filename=-fa38f5ad7d16ff59 --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-1d579ee11b732b12.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-d768c59fccc9fe61.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rmeta --cap-lints allow`
7702026-03-09T04:55:11.696Z Compiling adler2 v2.0.1
7712026-03-09T04:55:11.720Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=c5aeadd38e94eebb -C extra-filename=-b84b949285c66b19 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7722026-03-09T04:55:11.746Z Compiling mime v0.3.16
7732026-03-09T04:55:11.778Z Running `/home/build/.rustup/toolchains/1.93.1-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=06c0439148052a19 -C extra-filename=-2955e992ad4595ed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7742026-03-09T04:55:11.803Z Compiling rustls v0.23.13
7752026-03-09T04:55:11.803Z Running `/home/build/.rustup/toolchains/1.93.1-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=508d40213eb19f6b -C extra-filename=-12745743efa880f9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-12745743efa880f9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7762026-03-09T04:55:11.832Z Compiling rustls v0.22.4
7772026-03-09T04:55:11.867Z Running `/home/build/.rustup/toolchains/1.93.1-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=1c38f777a60b6b49 -C extra-filename=-c2a24c53ecdf27a3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-c2a24c53ecdf27a3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7782026-03-09T04:55:11.897Z Compiling miniz_oxide v0.8.9
7792026-03-09T04:55:11.922Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=8db8fdff6b45cca1 -C extra-filename=-ec63e0d186bd3868 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern adler2=/work/oxidecomputer/dropshot/target/debug/deps/libadler2-b84b949285c66b19.rmeta --extern simd_adler32=/work/oxidecomputer/dropshot/target/debug/deps/libsimd_adler32-2cdc80162fcd2c2a.rmeta --cap-lints allow`
7802026-03-09T04:55:12.144Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-12745743efa880f9/build-script-build`
7812026-03-09T04:55:12.170Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-a98e57d2045d4d8a/build-script-build`
7822026-03-09T04:55:12.195Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-c2a24c53ecdf27a3/build-script-build`
7832026-03-09T04:55:12.195Z Compiling rand_chacha v0.3.1
7842026-03-09T04:55:12.195Z Running `/home/build/.rustup/toolchains/1.93.1-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=9dbcf469139ec3bc -C extra-filename=-a2caa4e72af6bbb1 --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-f6d7d35978e2fd68.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-9e5fcea661054a93.rmeta --cap-lints allow`
7852026-03-09T04:55:12.220Z Compiling goblin v0.10.1
7862026-03-09T04:55:12.220Z Running `/home/build/.rustup/toolchains/1.93.1-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=c4d09cbef4229f6a -C extra-filename=-d737f1864010174a --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-15c0bd091c6264ed.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-e41ffe8c1fffe097.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-60ac40e8a3ba57de.rmeta --cap-lints allow`
7872026-03-09T04:55:12.265Z Running `/home/build/.rustup/toolchains/1.93.1-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=4901c52eeff632a4 -C extra-filename=-df15049349f9ce31 --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-c4b70c0cd02f9545.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-c5ab56199d9dc431.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-fa38f5ad7d16ff59.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-04ec041c8201c442.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7b37a4ea9a0965b6.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-130598f591c11df3.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)'`
7882026-03-09T04:55:13.043Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-a78d3176915f70c3/build-script-build`
7892026-03-09T04:55:13.108Z Running `/home/build/.rustup/toolchains/1.93.1-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=27b1755956d35820 -C extra-filename=-430f627642bf63c5 --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-9c7a9e447c7a428c.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-b653c1b5da80782d.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-9b8a1a8ccccb8889.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-451338f658f41c56.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-cdafc3c26ee1157b.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-2172e5fea80c8abd.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)'`
7902026-03-09T04:55:13.132Z Compiling digest v0.10.7
7912026-03-09T04:55:13.132Z Running `/home/build/.rustup/toolchains/1.93.1-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=7e4b65e7f61bb582 -C extra-filename=-4d5b9fd0e1b1281c --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-135bff3a7259736b.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-9691783cfe5a0862.rmeta --cap-lints allow`
7922026-03-09T04:55:13.233Z Running `/home/build/.rustup/toolchains/1.93.1-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=32329f6bba3f8e94 -C extra-filename=-c75b9d29061775b3 --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`
7932026-03-09T04:55:13.514Z Compiling icu_normalizer v1.5.0
7942026-03-09T04:55:13.538Z Running `/home/build/.rustup/toolchains/1.93.1-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=4ba7253d4090c483 -C extra-filename=-eb6643d778dd0f90 --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-26e342e15583fe29.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-bd0ba9dd57850273.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-b57765f359c22af3.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-95c27234d2b7b77e.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-9c95d2a51bccf0a3.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-f1d0151bc08ad93c.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-c0dfa42271280455.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-57017c2f24498990.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-2bf84889197d2b5c.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-5ac685a810a681c9.rmeta --cap-lints allow`
7952026-03-09T04:55:13.538Z Running `/home/build/.rustup/toolchains/1.93.1-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=c9d40e210929e9a4 -C extra-filename=-2e26f0aef7d0902c --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`
7962026-03-09T04:55:13.630Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=47c0d632a5f96be3 -C extra-filename=-11f2ea7b4d3b8d74 --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-b653c1b5da80782d.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
7972026-03-09T04:55:13.914Z Running `/home/build/.rustup/toolchains/1.93.1-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=5d8a41edede05d72 -C extra-filename=-49449776d2a32856 --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"))'`
7982026-03-09T04:55:14.434Z Compiling idna_adapter v1.2.0
7992026-03-09T04:55:14.459Z Running `/home/build/.rustup/toolchains/1.93.1-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=0a9fcf9e7300bc35 -C extra-filename=-7adcfe81f33b16fa --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-eb6643d778dd0f90.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-95c27234d2b7b77e.rmeta --cap-lints allow`
8002026-03-09T04:55:14.649Z Compiling unicode-segmentation v1.10.0
8012026-03-09T04:55:14.673Z Running `/home/build/.rustup/toolchains/1.93.1-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=c1f24e25938430f4 -C extra-filename=-b39e55920e2c8cc6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8022026-03-09T04:55:14.697Z Compiling cpufeatures v0.2.17
8032026-03-09T04:55:14.697Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3dca29dfd73f25e -C extra-filename=-fc8b7725850c64ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8042026-03-09T04:55:14.734Z Compiling winnow v0.7.13
8052026-03-09T04:55:14.758Z Running `/home/build/.rustup/toolchains/1.93.1-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=e9039add9065f7d1 -C extra-filename=-24fb5c1200598207 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8062026-03-09T04:55:14.787Z Running `/home/build/.rustup/toolchains/1.93.1-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=63af671e44e21368 -C extra-filename=-502db9f2a073a822 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-502db9f2a073a822 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8072026-03-09T04:55:14.995Z Compiling pretty-hex v0.4.1
8082026-03-09T04:55:15.019Z Running `/home/build/.rustup/toolchains/1.93.1-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=b7621c939a598c85 -C extra-filename=-87424763fe3dd2fe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8092026-03-09T04:55:15.139Z Compiling lazy_static v1.5.0
8102026-03-09T04:55:15.163Z Running `/home/build/.rustup/toolchains/1.93.1-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=3b2247417112a7aa -C extra-filename=-3d4a7ddca9ba7fdc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8112026-03-09T04:55:15.213Z Compiling iana-time-zone v0.1.47
8122026-03-09T04:55:15.238Z Running `/home/build/.rustup/toolchains/1.93.1-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=ede7ee5585479ea3 -C extra-filename=-f5bbc4b9c04f1372 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8132026-03-09T04:55:15.267Z Compiling unicode-width v0.1.9
8142026-03-09T04:55:15.292Z Running `/home/build/.rustup/toolchains/1.93.1-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=bff66bc9cc77f65e -C extra-filename=-52c30a41964794fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8152026-03-09T04:55:15.292Z Compiling thiserror v1.0.69
8162026-03-09T04:55:15.316Z Running `/home/build/.rustup/toolchains/1.93.1-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=f8e27f04c3098857 -C extra-filename=-551a6eb2d0d2a86b --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-551a6eb2d0d2a86b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8172026-03-09T04:55:15.433Z Compiling console v0.15.7
8182026-03-09T04:55:15.457Z Running `/home/build/.rustup/toolchains/1.93.1-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=429f945d3c3fe629 -C extra-filename=-3a1b1c433b0422c5 --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-3d4a7ddca9ba7fdc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-52c30a41964794fc.rmeta --cap-lints allow`
8192026-03-09T04:55:15.571Z Compiling hyper v1.8.1
8202026-03-09T04:55:15.595Z Running `/home/build/.rustup/toolchains/1.93.1-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=6f02bb0611f31570 -C extra-filename=-ea63da47275c9a31 --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-5e6cb7bbad19d54f.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-b197abe07a22705f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3067f624758dfef9.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-9926ae51070c2275.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-083ec29941b6bf06.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-98e0351f85470f6b.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-48bb9ea7c5cce0db.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-c6a2d64a395ac7e3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-969bbebfc4ba85d6.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-f1d0151bc08ad93c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-35016916d83ad148.rmeta --cap-lints allow`
8212026-03-09T04:55:15.747Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-551a6eb2d0d2a86b/build-script-build`
8222026-03-09T04:55:15.936Z Compiling chrono v0.4.44
8232026-03-09T04:55:15.961Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=aa17e823d0f9b8ce -C extra-filename=-c91cc17e3bce8e94 --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-f5bbc4b9c04f1372.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-2e26f0aef7d0902c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rmeta --cap-lints allow`
8242026-03-09T04:55:16.062Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-502db9f2a073a822/build-script-build`
8252026-03-09T04:55:16.086Z Compiling newline-converter v0.3.0
8262026-03-09T04:55:16.086Z Running `/home/build/.rustup/toolchains/1.93.1-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=937d254fbc759e41 -C extra-filename=-7ec9aa44d33ea26a --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-b39e55920e2c8cc6.rmeta --cap-lints allow`
8272026-03-09T04:55:16.238Z Compiling sha1 v0.10.6
8282026-03-09T04:55:16.263Z Running `/home/build/.rustup/toolchains/1.93.1-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=fec0d05b5caa16d2 -C extra-filename=-911691505516f2f5 --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-b653c1b5da80782d.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-fc8b7725850c64ef.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-4d5b9fd0e1b1281c.rmeta --cap-lints allow`
8292026-03-09T04:55:16.578Z Compiling idna v1.0.3
8302026-03-09T04:55:16.602Z Running `/home/build/.rustup/toolchains/1.93.1-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=cdc8b029c5ce7ed2 -C extra-filename=-bf9ed41222583f0e --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-7adcfe81f33b16fa.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-f1d0151bc08ad93c.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-57017c2f24498990.rmeta --cap-lints allow`
8312026-03-09T04:55:16.603Z Compiling flate2 v1.1.9
8322026-03-09T04:55:16.603Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=b00e28568cd01795 -C extra-filename=-4eea114dd7d2a01f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crc32fast=/work/oxidecomputer/dropshot/target/debug/deps/libcrc32fast-11f2ea7b4d3b8d74.rmeta --extern miniz_oxide=/work/oxidecomputer/dropshot/target/debug/deps/libminiz_oxide-ec63e0d186bd3868.rmeta --cap-lints allow`
8332026-03-09T04:55:17.275Z Compiling toml_parser v1.0.9+spec-1.1.0
8342026-03-09T04:55:17.301Z Running `/home/build/.rustup/toolchains/1.93.1-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.9+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=da9f0122a3cb6374 -C extra-filename=-3f3d7fd33870b261 --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-24fb5c1200598207.rmeta --cap-lints allow`
8352026-03-09T04:55:17.389Z Compiling mime_guess v2.0.5
8362026-03-09T04:55:17.413Z Running `/home/build/.rustup/toolchains/1.93.1-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=9a881f55b7db41af -C extra-filename=-3267941ca01c0ec6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-3267941ca01c0ec6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-c75b9d29061775b3.rlib --cap-lints allow`
8372026-03-09T04:55:17.570Z Running `/home/build/.rustup/toolchains/1.93.1-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=ed64988084cbbbfb -C extra-filename=-ba0033a58d1b6054 --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-d737f1864010174a.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-87424763fe3dd2fe.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-1ff7b5e3df97a15b.rmeta --cap-lints allow`
8382026-03-09T04:55:18.000Z Compiling hyper-util v0.1.20
8392026-03-09T04:55:18.026Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=e4bfe3f10e3954d7 -C extra-filename=-b23d01fcc80b5d24 --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-00308df0292d0f2c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-b197abe07a22705f.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-e063d89e246788f5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-083ec29941b6bf06.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-e8c4d7dbcd8f6295.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-b2d278228acf9632.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-a1024df14c1bda1f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7536594cb39896db.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-c23f30d3647c23e5.rmeta --cap-lints allow`
8402026-03-09T04:55:18.319Z Running `/home/build/.rustup/toolchains/1.93.1-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=7b4a59a4304aa87e -C extra-filename=-a5fd8b524d86095a --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-15c0bd091c6264ed.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-430f627642bf63c5.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-3a4049a02e7fe0b3.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-2172e5fea80c8abd.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
8412026-03-09T04:55:18.767Z Running `/home/build/.rustup/toolchains/1.93.1-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=38966f6f2be668f4 -C extra-filename=-f1d36b660ab30425 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
8422026-03-09T04:55:18.930Z Compiling rand v0.8.4
8432026-03-09T04:55:18.955Z Running `/home/build/.rustup/toolchains/1.93.1-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=540cee5c480f9b17 -C extra-filename=-bd4f14d52ef64fa2 --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-5c39d1798a220ef1.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-a2caa4e72af6bbb1.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-9e5fcea661054a93.rmeta --cap-lints allow`
8442026-03-09T04:55:19.101Z Running `/home/build/.rustup/toolchains/1.93.1-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=8bb65cc4c222d2c1 -C extra-filename=-f390168deb1bf11c --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-15c0bd091c6264ed.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-0be277a571842f75.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-045c4d86e80f1b88.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-7e77eeceaebf3a16.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-eb2ce32225736a62.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out`
8452026-03-09T04:55:19.125Z Running `/home/build/.rustup/toolchains/1.93.1-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=d947a506b98a9e5f -C extra-filename=-78501684406cbfbb --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-451338f658f41c56.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-0be277a571842f75.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-045c4d86e80f1b88.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-7e77eeceaebf3a16.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-eb2ce32225736a62.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
8462026-03-09T04:55:19.181Z Compiling thiserror-impl v1.0.69
8472026-03-09T04:55:19.205Z Running `/home/build/.rustup/toolchains/1.93.1-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=5baae6a6ef62937a -C extra-filename=-f3c4b8dabb004d6e --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern proc_macro --cap-lints allow`
8482026-03-09T04:55:19.822Z Compiling concurrent-queue v2.5.0
8492026-03-09T04:55:19.846Z Running `/home/build/.rustup/toolchains/1.93.1-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=532a09a842402b8b -C extra-filename=-0a2df825d015fbc1 --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-2207ae5a1c31c3e1.rmeta --cap-lints allow`
8502026-03-09T04:55:19.921Z Compiling serde_derive_internals v0.29.0
8512026-03-09T04:55:19.945Z Running `/home/build/.rustup/toolchains/1.93.1-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=96548d26bfd68abf -C extra-filename=-fe1a84038506b19e --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-1f96ef3c12873473.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rmeta --cap-lints allow`
8522026-03-09T04:55:20.133Z Compiling http-body-util v0.1.3
8532026-03-09T04:55:20.157Z Running `/home/build/.rustup/toolchains/1.93.1-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=a21df447a694a5d3 -C extra-filename=-9f5936da8add4804 --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-1352e873e9c57172.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3067f624758dfef9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-083ec29941b6bf06.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --cap-lints allow`
8542026-03-09T04:55:20.157Z Compiling toml_datetime v1.0.0+spec-1.1.0
8552026-03-09T04:55:20.157Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.0.0+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=35b8b678b2f25f21 -C extra-filename=-47a0acf2b0470376 --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-26a40a9488fe51a6.rmeta --cap-lints allow`
8562026-03-09T04:55:20.531Z Compiling serde_spanned v1.0.4
8572026-03-09T04:55:20.556Z Running `/home/build/.rustup/toolchains/1.93.1-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=d65fd2eef85abfdd -C extra-filename=-b65ee668fe16ebbd --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-26a40a9488fe51a6.rmeta --cap-lints allow`
8582026-03-09T04:55:20.712Z Compiling rustls-pemfile v2.2.0
8592026-03-09T04:55:20.736Z Running `/home/build/.rustup/toolchains/1.93.1-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=7aa4627b66004344 -C extra-filename=-c96e294d88e43f67 --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-04f0f6acccfc31e5.rmeta --cap-lints allow`
8602026-03-09T04:55:20.766Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=de8432dca3f26e89 -C extra-filename=-2fac8f94a72dc850 --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-1f96ef3c12873473.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-c8eb3a8794d4ee38.rmeta --cap-lints allow`
8612026-03-09T04:55:21.042Z Compiling multer v3.1.0
8622026-03-09T04:55:21.067Z Running `/home/build/.rustup/toolchains/1.93.1-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=6726ea7bd60a48c5 -C extra-filename=-fd5ea87b87837e7f --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-fd5ea87b87837e7f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-26974ee0e0164c1a.rlib --cap-lints allow`
8632026-03-09T04:55:21.345Z Compiling sync_wrapper v1.0.1
8642026-03-09T04:55:21.369Z Running `/home/build/.rustup/toolchains/1.93.1-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=1eb2e36a93dce75d -C extra-filename=-ebb502ae4ab1bc17 --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-3067f624758dfef9.rmeta --cap-lints allow`
8652026-03-09T04:55:21.369Z Compiling thread_local v1.1.4
8662026-03-09T04:55:21.369Z Running `/home/build/.rustup/toolchains/1.93.1-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=d175a5c0722c16a4 -C extra-filename=-8f4bf4a76d6e7cd4 --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-451338f658f41c56.rmeta --cap-lints allow`
8672026-03-09T04:55:21.394Z Compiling encoding_rs v0.8.32
8682026-03-09T04:55:21.394Z Running `/home/build/.rustup/toolchains/1.93.1-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=f6bcd37dddaad21e -C extra-filename=-0dcafebf902291b4 --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-b653c1b5da80782d.rmeta --cap-lints allow`
8692026-03-09T04:55:21.422Z Compiling toml_writer v1.0.6+spec-1.1.0
8702026-03-09T04:55:21.447Z Running `/home/build/.rustup/toolchains/1.93.1-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=380464e7f6defb54 -C extra-filename=-489c11f271f26cc8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8712026-03-09T04:55:21.497Z Compiling camino v1.2.2
8722026-03-09T04:55:21.522Z Running `/home/build/.rustup/toolchains/1.93.1-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=50dbfc9f91db9cdb -C extra-filename=-ab4fb57e1b5aa50c --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-ab4fb57e1b5aa50c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8732026-03-09T04:55:21.807Z Compiling parking v2.2.0
8742026-03-09T04:55:21.831Z Running `/home/build/.rustup/toolchains/1.93.1-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=6d81e37434ed6bc4 -C extra-filename=-cbd24f6e80455f98 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8752026-03-09T04:55:21.897Z Compiling match_cfg v0.1.0
8762026-03-09T04:55:21.921Z Running `/home/build/.rustup/toolchains/1.93.1-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=a2ac99b710738630 -C extra-filename=-3f6a8fb1b335d18a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8772026-03-09T04:55:22.009Z Compiling slog-async v2.8.0
8782026-03-09T04:55:22.033Z Running `/home/build/.rustup/toolchains/1.93.1-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=371fe699ff8d740b -C extra-filename=-19edd30c42d13f36 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-19edd30c42d13f36 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8792026-03-09T04:55:22.033Z Compiling similar v2.2.1
8802026-03-09T04:55:22.057Z Running `/home/build/.rustup/toolchains/1.93.1-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=2542ffd4683e7931 -C extra-filename=-bfd0456f36d7d86d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8812026-03-09T04:55:22.057Z Compiling schemars v0.8.22
8822026-03-09T04:55:22.057Z Running `/home/build/.rustup/toolchains/1.93.1-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=57eb95adc4d278a5 -C extra-filename=-e025ad8eceba4b99 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-e025ad8eceba4b99 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8832026-03-09T04:55:22.153Z Compiling semver v1.0.27
8842026-03-09T04:55:22.178Z Running `/home/build/.rustup/toolchains/1.93.1-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=c0d2bc67362eea8a -C extra-filename=-6389b18acfd0c510 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8852026-03-09T04:55:22.453Z Compiling target-triple v1.0.0
8862026-03-09T04:55:22.453Z Running `/home/build/.rustup/toolchains/1.93.1-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=1ea8dde642e44bb7 -C extra-filename=-3be42fae60828d54 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-3be42fae60828d54 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8872026-03-09T04:55:22.509Z Compiling heck v0.5.0
8882026-03-09T04:55:22.533Z Running `/home/build/.rustup/toolchains/1.93.1-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=bb9bd5a5e206c3b6 -C extra-filename=-67a5fe7d367b9b47 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8892026-03-09T04:55:22.798Z Compiling compression-core v0.4.31
8902026-03-09T04:55:22.822Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c90f431abf5a706 -C extra-filename=-a4ae2d8ee5f89477 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8912026-03-09T04:55:22.922Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-3be42fae60828d54/build-script-build`
8922026-03-09T04:55:22.946Z Compiling tokio-rustls v0.25.0
8932026-03-09T04:55:22.946Z Running `/home/build/.rustup/toolchains/1.93.1-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=8c08a06cfb6eda9e -C extra-filename=-d25f9f76ab04e760 --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-f390168deb1bf11c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out`
8942026-03-09T04:55:22.970Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-19edd30c42d13f36/build-script-build`
8952026-03-09T04:55:23.018Z Compiling compression-codecs v0.4.37
8962026-03-09T04:55:23.018Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=223884ef4a3a3fa8 -C extra-filename=-3f45e3380134a0e1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-a4ae2d8ee5f89477.rmeta --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-334b7aa674d17e7d.rmeta --cap-lints allow`
8972026-03-09T04:55:23.062Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-e025ad8eceba4b99/build-script-build`
8982026-03-09T04:55:23.086Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-ab4fb57e1b5aa50c/build-script-build`
8992026-03-09T04:55:23.142Z Compiling event-listener v5.0.0
9002026-03-09T04:55:23.166Z Running `/home/build/.rustup/toolchains/1.93.1-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=e5d7ccec5876ab88 -C extra-filename=-ef3cb21c1616ab53 --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-0a2df825d015fbc1.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-cbd24f6e80455f98.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --cap-lints allow`
9012026-03-09T04:55:23.381Z Compiling hostname v0.3.1
9022026-03-09T04:55:23.405Z Running `/home/build/.rustup/toolchains/1.93.1-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=5560790070bfef82 -C extra-filename=-d27cc74b23c8a6af --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-5c39d1798a220ef1.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-3f6a8fb1b335d18a.rmeta --cap-lints allow`
9032026-03-09T04:55:23.530Z Compiling toml v1.0.3+spec-1.1.0
9042026-03-09T04:55:23.554Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.0.3+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_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=0fd32c93ba31b63a -C extra-filename=-a75ba60145925a15 --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-26a40a9488fe51a6.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-b65ee668fe16ebbd.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-47a0acf2b0470376.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-3f3d7fd33870b261.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-489c11f271f26cc8.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-24fb5c1200598207.rmeta --cap-lints allow`
9052026-03-09T04:55:23.614Z Compiling tower v0.5.2
9062026-03-09T04:55:23.638Z Running `/home/build/.rustup/toolchains/1.93.1-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=4ad444592ad73271 -C extra-filename=-4d15dc849b4aaee4 --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-3067f624758dfef9.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-e063d89e246788f5.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-ebb502ae4ab1bc17.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-a1024df14c1bda1f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7536594cb39896db.rmeta --cap-lints allow`
9072026-03-09T04:55:23.727Z Compiling schemars_derive v0.8.22
9082026-03-09T04:55:23.752Z Running `/home/build/.rustup/toolchains/1.93.1-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=8de5f12b7f23be57 -C extra-filename=-41b9ebe67ca264b4 --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-fe1a84038506b19e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern proc_macro --cap-lints allow`
9092026-03-09T04:55:24.103Z Running `/home/build/.rustup/toolchains/1.93.1-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=9d8d1931fec9713d -C extra-filename=-855ac3d6902f8401 --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-f3c4b8dabb004d6e.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
9102026-03-09T04:55:24.251Z Compiling tokio-rustls v0.26.0
9112026-03-09T04:55:24.275Z Running `/home/build/.rustup/toolchains/1.93.1-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=1e5ba367f84e088f -C extra-filename=-2a13d072d5d2bf5b --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-78501684406cbfbb.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out`
9122026-03-09T04:55:24.558Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-fd5ea87b87837e7f/build-script-build`
9132026-03-09T04:55:24.620Z Compiling serde_urlencoded v0.7.1
9142026-03-09T04:55:24.644Z Running `/home/build/.rustup/toolchains/1.93.1-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=3928e5d93101d2da -C extra-filename=-ec324551f9539fc4 --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-f955fb0533c62dc0.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-c6a2d64a395ac7e3.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-f1d36b660ab30425.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rmeta --cap-lints allow`
9152026-03-09T04:55:24.681Z Compiling tokio-native-tls v0.3.1
9162026-03-09T04:55:24.705Z Running `/home/build/.rustup/toolchains/1.93.1-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=9eb4ebd0e9e3c57b -C extra-filename=-6c6c29a40e2c3317 --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-a5fd8b524d86095a.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9172026-03-09T04:55:24.729Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-3267941ca01c0ec6/build-script-build`
9182026-03-09T04:55:24.753Z Compiling url v2.5.4
9192026-03-09T04:55:24.753Z Running `/home/build/.rustup/toolchains/1.93.1-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=9fbdcac0a48eb5d4 -C extra-filename=-a15e206a73cfc95e --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-f955fb0533c62dc0.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-bf9ed41222583f0e.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rmeta --cap-lints allow`
9202026-03-09T04:55:24.955Z Compiling usdt-attr-macro v0.6.0
9212026-03-09T04:55:24.979Z Running `/home/build/.rustup/toolchains/1.93.1-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=e20cf70d35001eaa -C extra-filename=-912c20f9f9b9ccd4 --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-fa38f5ad7d16ff59.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0552231fb5c4a445.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-df15049349f9ce31.rlib --extern proc_macro --cap-lints allow`
9222026-03-09T04:55:25.081Z Compiling usdt-macro v0.6.0
9232026-03-09T04:55:25.105Z Running `/home/build/.rustup/toolchains/1.93.1-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=71e611c9946ced96 -C extra-filename=-bbd84f35ff884da1 --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-fa38f5ad7d16ff59.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0552231fb5c4a445.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-df15049349f9ce31.rlib --extern proc_macro --cap-lints allow`
9242026-03-09T04:55:26.034Z Compiling slog-json v2.6.1
9252026-03-09T04:55:26.058Z Running `/home/build/.rustup/toolchains/1.93.1-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=f5146b23496b82e6 -C extra-filename=-3f777b64c915c476 --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-60a2573968ef612f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7464e9d99bcaa6d2.rmeta --cap-lints allow`
9262026-03-09T04:55:26.319Z Compiling futures-executor v0.3.32
9272026-03-09T04:55:26.344Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=edf67fc5b7040fdf -C extra-filename=-1e79e7931b60bf4a --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-3067f624758dfef9.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c8e87065c136e752.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-e063d89e246788f5.rmeta --cap-lints allow`
9282026-03-09T04:55:26.344Z Compiling async-stream-impl v0.3.6
9292026-03-09T04:55:26.344Z Running `/home/build/.rustup/toolchains/1.93.1-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=5d076ac3cc5ea463 -C extra-filename=-eb25420e1fcef855 --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern proc_macro --cap-lints allow`
9302026-03-09T04:55:26.368Z Compiling tempfile v3.26.0
9312026-03-09T04:55:26.392Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.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="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=a7c7c4aa9cdc6483 -C extra-filename=-4d3cb02273974353 --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-b1497145764c9388.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-947a99c396a6b242.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-451338f658f41c56.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-c416471d03b8f473.rmeta --cap-lints allow`
9322026-03-09T04:55:26.426Z Running `/home/build/.rustup/toolchains/1.93.1-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=c339ab5cd5890964 -C extra-filename=-45d17d0238890a8b --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-c4b70c0cd02f9545.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-ba0033a58d1b6054.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-fa38f5ad7d16ff59.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2fac8f94a72dc850.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-130598f591c11df3.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)'`
9332026-03-09T04:55:26.886Z Compiling crossbeam-channel v0.5.15
9342026-03-09T04:55:26.910Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3bbb53cd1b6f415d -C extra-filename=-9de6e81a271bd931 --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-2207ae5a1c31c3e1.rmeta --cap-lints allow`
9352026-03-09T04:55:26.910Z Compiling uuid v1.21.0
9362026-03-09T04:55:26.910Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.21.0/src/lib.rs --error-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=1a378d95a964d1a7 -C extra-filename=-767ebda810f551c5 --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-947a99c396a6b242.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-26a40a9488fe51a6.rmeta --cap-lints allow`
9372026-03-09T04:55:27.224Z Compiling webpki-roots v0.26.5
9382026-03-09T04:55:27.248Z Running `/home/build/.rustup/toolchains/1.93.1-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=fd0aa99c7472b8cf -C extra-filename=-2f059468faf26093 --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-04f0f6acccfc31e5.rmeta --cap-lints allow`
9392026-03-09T04:55:27.442Z Compiling dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
9402026-03-09T04:55:27.467Z Running `/home/build/.rustup/toolchains/1.93.1-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=6ad7401a4909266b -C extra-filename=-5919479d3938b05e --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-5919479d3938b05e -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-26974ee0e0164c1a.rlib`
9412026-03-09T04:55:27.587Z Compiling is-terminal v0.4.12
9422026-03-09T04:55:27.611Z Running `/home/build/.rustup/toolchains/1.93.1-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=0a32b3c7fc162893 -C extra-filename=-f54a3af418cb3b68 --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-5c39d1798a220ef1.rmeta --cap-lints allow`
9432026-03-09T04:55:27.659Z Compiling memmap2 v0.9.8
9442026-03-09T04:55:27.683Z Running `/home/build/.rustup/toolchains/1.93.1-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=dbd0619905dac6d7 -C extra-filename=-e112c8bd74debf4c --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-5c39d1798a220ef1.rmeta --cap-lints allow`
9452026-03-09T04:55:27.769Z Compiling utf-8 v0.7.6
9462026-03-09T04:55:27.794Z Running `/home/build/.rustup/toolchains/1.93.1-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=b3094b838217726c -C extra-filename=-16376fd8e2786c9d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9472026-03-09T04:55:27.818Z Compiling take_mut v0.2.2
9482026-03-09T04:55:27.818Z Running `/home/build/.rustup/toolchains/1.93.1-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=c5f7ac65f5cd2cd4 -C extra-filename=-2127217944e5ba1a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9492026-03-09T04:55:27.843Z Compiling term v1.1.0
9502026-03-09T04:55:27.867Z Running `/home/build/.rustup/toolchains/1.93.1-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=34d69bbf5343622a -C extra-filename=-4c720f65078fe2c1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9512026-03-09T04:55:27.967Z Compiling spin v0.9.8
9522026-03-09T04:55:27.991Z Running `/home/build/.rustup/toolchains/1.93.1-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=121434f0e2cf0f81 -C extra-filename=-cd1f70f4117d1280 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9532026-03-09T04:55:27.992Z Compiling dyn-clone v1.0.4
9542026-03-09T04:55:28.016Z Running `/home/build/.rustup/toolchains/1.93.1-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=7a7d298f706d293a -C extra-filename=-141235a5974fca5e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9552026-03-09T04:55:28.016Z Compiling anyhow v1.0.102
9562026-03-09T04:55:28.040Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=bc3e90922ea461fa -C extra-filename=-0e440716981eff83 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-0e440716981eff83 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9572026-03-09T04:55:28.123Z Compiling data-encoding v2.4.0
9582026-03-09T04:55:28.147Z Running `/home/build/.rustup/toolchains/1.93.1-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=4816c28a72f9cd1d -C extra-filename=-fbfdcc6d5fc6729a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9592026-03-09T04:55:28.172Z Compiling iri-string v0.7.8
9602026-03-09T04:55:28.172Z Running `/home/build/.rustup/toolchains/1.93.1-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=7685fa29d29f781b -C extra-filename=-34c14fa83bb9784c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9612026-03-09T04:55:28.172Z Running `/home/build/.rustup/toolchains/1.93.1-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=9f004be827f6a3fc -C extra-filename=-c1602acb8c45d67b --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-1352e873e9c57172.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-0dcafebf902291b4.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-e063d89e246788f5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-98e0351f85470f6b.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-334b7aa674d17e7d.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-2955e992ad4595ed.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-cd1f70f4117d1280.rmeta --cap-lints allow`
9622026-03-09T04:55:28.196Z Running `/home/build/.rustup/toolchains/1.93.1-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=d8f3122e353d3c2c -C extra-filename=-86a5cb8f378e27c5 --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-c91cc17e3bce8e94.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-141235a5974fca5e.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-41b9ebe67ca264b4.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9632026-03-09T04:55:28.645Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-0e440716981eff83/build-script-build`
9642026-03-09T04:55:28.994Z Compiling tungstenite v0.24.0
9652026-03-09T04:55:29.018Z Running `/home/build/.rustup/toolchains/1.93.1-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=73d6b20d508ac6bc -C extra-filename=-9fe9534a81b423c5 --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-c4b70c0cd02f9545.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-fbfdcc6d5fc6729a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-98e0351f85470f6b.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-15c0bd091c6264ed.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-bd4f14d52ef64fa2.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-855ac3d6902f8401.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-16376fd8e2786c9d.rmeta --cap-lints allow`
9662026-03-09T04:55:29.273Z Compiling slog-term v2.9.2
9672026-03-09T04:55:29.298Z Running `/home/build/.rustup/toolchains/1.93.1-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=5b53f0fc56e37181 -C extra-filename=-1a2b3c2f5957dd27 --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-c91cc17e3bce8e94.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-f54a3af418cb3b68.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-4c720f65078fe2c1.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-8f4bf4a76d6e7cd4.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7464e9d99bcaa6d2.rmeta --cap-lints allow`
9682026-03-09T04:55:29.419Z Compiling usdt v0.6.0
9692026-03-09T04:55:29.444Z Running `/home/build/.rustup/toolchains/1.93.1-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=42863d7403bd09c5 -C extra-filename=-6d1e1abecf87f042 --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-ba0033a58d1b6054.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-d737f1864010174a.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-e112c8bd74debf4c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-912c20f9f9b9ccd4.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-45d17d0238890a8b.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-bbd84f35ff884da1.so --cap-lints allow`
9702026-03-09T04:55:29.897Z Running `/home/build/.rustup/toolchains/1.93.1-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=3b69e0e8855c295c -C extra-filename=-f82d6fb654754616 --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-9de6e81a271bd931.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-2127217944e5ba1a.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-8f4bf4a76d6e7cd4.rmeta --cap-lints allow --cfg integer128`
9712026-03-09T04:55:29.921Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-5919479d3938b05e/build-script-build`
9722026-03-09T04:55:29.967Z Compiling async-stream v0.3.6
9732026-03-09T04:55:29.991Z Running `/home/build/.rustup/toolchains/1.93.1-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=bdeda8c9adaf0ed5 -C extra-filename=-7cb6c24c895c44fc --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-eb25420e1fcef855.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3067f624758dfef9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --cap-lints allow`
9742026-03-09T04:55:30.252Z Compiling hyper-rustls v0.27.3
9752026-03-09T04:55:30.277Z Running `/home/build/.rustup/toolchains/1.93.1-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=8aef6250c749cd4a -C extra-filename=-10ab6f451bcdd361 --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-e063d89e246788f5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-78501684406cbfbb.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2a13d072d5d2bf5b.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7536594cb39896db.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-2f059468faf26093.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out`
9762026-03-09T04:55:30.512Z Compiling atomicwrites v0.4.4
9772026-03-09T04:55:30.536Z Running `/home/build/.rustup/toolchains/1.93.1-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=c2cd9910829a38a0 -C extra-filename=-0f1b0a5a66e3a8e3 --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-135521fa9cbe2845.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rmeta --cap-lints allow`
9782026-03-09T04:55:30.607Z Compiling futures v0.3.32
9792026-03-09T04:55:30.631Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=92bdccdc8c19caa3 -C extra-filename=-d062e0aa934865b8 --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-b197abe07a22705f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3067f624758dfef9.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-1e79e7931b60bf4a.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-12476fb84ee2f98f.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-4b8734b8ea52f329.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c8e87065c136e752.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-e063d89e246788f5.rmeta --cap-lints allow`
9802026-03-09T04:55:30.712Z Compiling slog-bunyan v2.5.0
9812026-03-09T04:55:30.736Z Running `/home/build/.rustup/toolchains/1.93.1-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=454f0ac6141d5495 -C extra-filename=-38da55e977d87e88 --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-d27cc74b23c8a6af.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7464e9d99bcaa6d2.rmeta --cap-lints allow`
9822026-03-09T04:55:30.774Z Compiling hyper-tls v0.6.0
9832026-03-09T04:55:30.798Z Running `/home/build/.rustup/toolchains/1.93.1-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=2973b8450db6babc -C extra-filename=-5056983b2b2272d6 --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-1352e873e9c57172.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-a5fd8b524d86095a.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-6c6c29a40e2c3317.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7536594cb39896db.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9842026-03-09T04:55:30.844Z Compiling tower-http v0.6.8
9852026-03-09T04:55:30.868Z Running `/home/build/.rustup/toolchains/1.93.1-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=600a23ad9f19448b -C extra-filename=-0a91b4d6211c2eee --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-9c7a9e447c7a428c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-e063d89e246788f5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-083ec29941b6bf06.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-34c14fa83bb9784c.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-4d15dc849b4aaee4.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-a1024df14c1bda1f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7536594cb39896db.rmeta --cap-lints allow`
9862026-03-09T04:55:30.899Z Running `/home/build/.rustup/toolchains/1.93.1-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=bb04cd0b8dfdb4cd -C extra-filename=-b0177619a811e992 --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-2955e992ad4595ed.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-c75b9d29061775b3.rmeta --cap-lints allow`
9872026-03-09T04:55:30.933Z Compiling event-listener-strategy v0.5.4
9882026-03-09T04:55:30.957Z Running `/home/build/.rustup/toolchains/1.93.1-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=3fd2dc5b947071ff -C extra-filename=-3e83fd257e0e7885 --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-ef3cb21c1616ab53.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --cap-lints allow`
9892026-03-09T04:55:31.023Z Compiling async-compression v0.4.41
9902026-03-09T04:55:31.048Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=da36a54eb86a9095 -C extra-filename=-e198420cacd42a99 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern compression_codecs=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_codecs-3f45e3380134a0e1.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-a4ae2d8ee5f89477.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rmeta --cap-lints allow`
9912026-03-09T04:55:31.156Z Running `/home/build/.rustup/toolchains/1.93.1-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=4d3d12ab90788776 -C extra-filename=-d362a9218ff71c47 --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-26a40a9488fe51a6.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)'`
9922026-03-09T04:55:31.180Z Running `/home/build/.rustup/toolchains/1.93.1-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=decfa2acd56a198b -C extra-filename=-febef3362a07932f --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"))'`
9932026-03-09T04:55:31.287Z Compiling dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9942026-03-09T04:55:31.312Z Running `/home/build/.rustup/toolchains/1.93.1-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=2922710815fe05ce -C extra-filename=-2155092e35e705b7 --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-67a5fe7d367b9b47.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-04ec041c8201c442.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0552231fb5c4a445.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern proc_macro`
9952026-03-09T04:55:31.453Z Compiling rustls-native-certs v0.7.0
9962026-03-09T04:55:31.477Z Running `/home/build/.rustup/toolchains/1.93.1-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=73434ecfcb1bf201 -C extra-filename=-19fd424a430874dc --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-3a4049a02e7fe0b3.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --cap-lints allow`
9972026-03-09T04:55:31.605Z Compiling openapiv3 v2.2.0
9982026-03-09T04:55:31.605Z Running `/home/build/.rustup/toolchains/1.93.1-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=a4a7edff6940da5d -C extra-filename=-d7ce7980b96c7edd --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-dbb758f4b8d6c46a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rmeta --cap-lints allow`
9992026-03-09T04:55:31.646Z Compiling yasna v0.5.2
10002026-03-09T04:55:31.670Z Running `/home/build/.rustup/toolchains/1.93.1-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=9ed9569d90838b00 -C extra-filename=-b46ba90695051bdf --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-7464e9d99bcaa6d2.rmeta --cap-lints allow`
10012026-03-09T04:55:31.670Z Compiling async-trait v0.1.89
10022026-03-09T04:55:31.670Z Running `/home/build/.rustup/toolchains/1.93.1-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=2c2315b33f658ab4 -C extra-filename=-692b2026a9fc722e --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern proc_macro --cap-lints allow`
10032026-03-09T04:55:31.775Z Compiling pem v3.0.6
10042026-03-09T04:55:31.799Z Running `/home/build/.rustup/toolchains/1.93.1-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=c94bd001e06fec89 -C extra-filename=-3cc8d991b623a10b --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-00308df0292d0f2c.rmeta --cap-lints allow`
10052026-03-09T04:55:31.829Z Compiling waitgroup v0.1.2
10062026-03-09T04:55:31.853Z Running `/home/build/.rustup/toolchains/1.93.1-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=6a9cefa2e373a0ae -C extra-filename=-d63a0ecbd41ea6b8 --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-5e6cb7bbad19d54f.rmeta --cap-lints allow`
10072026-03-09T04:55:31.853Z Compiling serde_path_to_error v0.1.20
10082026-03-09T04:55:31.853Z Running `/home/build/.rustup/toolchains/1.93.1-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=b49e39869e00e7ee -C extra-filename=-914e4766f0fc70c3 --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-c6a2d64a395ac7e3.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-26a40a9488fe51a6.rmeta --cap-lints allow`
10092026-03-09T04:55:32.029Z Compiling webpki-roots v1.0.0
10102026-03-09T04:55:32.053Z Running `/home/build/.rustup/toolchains/1.93.1-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=4f6d949dadcada3d -C extra-filename=-e86360157c7a643f --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-04f0f6acccfc31e5.rmeta --cap-lints allow`
10112026-03-09T04:55:32.053Z Compiling hostname v0.4.2
10122026-03-09T04:55:32.053Z Running `/home/build/.rustup/toolchains/1.93.1-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=f1151b720d2205f5 -C extra-filename=-bc96f2f033b47cf6 --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-b653c1b5da80782d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rmeta --cap-lints allow`
10132026-03-09T04:55:32.236Z Compiling simple-mermaid v0.2.0
10142026-03-09T04:55:32.260Z Running `/home/build/.rustup/toolchains/1.93.1-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=6e8342691965cd50 -C extra-filename=-706dbf32d4ef86d7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10152026-03-09T04:55:32.284Z Compiling termcolor v1.1.2
10162026-03-09T04:55:32.284Z Running `/home/build/.rustup/toolchains/1.93.1-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=d173388c520688c3 -C extra-filename=-5782b36caa9ae355 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10172026-03-09T04:55:32.339Z Compiling http-range v0.1.4
10182026-03-09T04:55:32.363Z Running `/home/build/.rustup/toolchains/1.93.1-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=4f0042a79862c2ee -C extra-filename=-945e6854caef3f75 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10192026-03-09T04:55:32.484Z Compiling glob v0.3.0
10202026-03-09T04:55:32.509Z Running `/home/build/.rustup/toolchains/1.93.1-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=95a9889a5d5daec0 -C extra-filename=-d0137df090fa14a0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10212026-03-09T04:55:32.586Z Compiling debug-ignore v1.0.5
10222026-03-09T04:55:32.610Z Running `/home/build/.rustup/toolchains/1.93.1-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=4243898b20c854cb -C extra-filename=-a61dc41a03e42861 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10232026-03-09T04:55:32.643Z Compiling hyper-staticfile v0.10.1
10242026-03-09T04:55:32.667Z Running `/home/build/.rustup/toolchains/1.93.1-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=5ade82d2afdd84ae -C extra-filename=-f965cae0cf0ff9da --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-e063d89e246788f5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-945e6854caef3f75.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-48bb9ea7c5cce0db.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-bd4f14d52ef64fa2.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-a15e206a73cfc95e.rmeta --cap-lints allow`
10252026-03-09T04:55:32.746Z Compiling rcgen v0.14.7
10262026-03-09T04:55:32.771Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(rcgen_docsrs)' --cfg 'feature="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "aws_lc_rs_unstable", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=b03c5079dd2447de -C extra-filename=-eb3d31ffa66114ca --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-3cc8d991b623a10b.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-0be277a571842f75.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7464e9d99bcaa6d2.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-b46ba90695051bdf.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out`
10272026-03-09T04:55:32.966Z Compiling trybuild v1.0.116
10282026-03-09T04:55:32.991Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=75a0ad241dc4d9ad -C extra-filename=-d5ec7deb873fb717 --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-d0137df090fa14a0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-417038b7a3fae795.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-febef3362a07932f.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-5782b36caa9ae355.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rmeta --cap-lints allow`
10292026-03-09T04:55:33.081Z Compiling reqwest v0.12.28
10302026-03-09T04:55:33.105Z Running `/home/build/.rustup/toolchains/1.93.1-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=a8d531ef875b2f28 -C extra-filename=-318902c4a84807a9 --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-00308df0292d0f2c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-0dcafebf902291b4.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3067f624758dfef9.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-9926ae51070c2275.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-083ec29941b6bf06.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-10ab6f451bcdd361.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-5056983b2b2272d6.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-15c0bd091c6264ed.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-2955e992ad4595ed.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-a5fd8b524d86095a.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-78501684406cbfbb.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-ebb502ae4ab1bc17.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-6c6c29a40e2c3317.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2a13d072d5d2bf5b.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-4d15dc849b4aaee4.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-0a91b4d6211c2eee.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7536594cb39896db.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-a15e206a73cfc95e.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-e86360157c7a643f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10312026-03-09T04:55:33.313Z Compiling hyper-rustls v0.26.0
10322026-03-09T04:55:33.360Z Running `/home/build/.rustup/toolchains/1.93.1-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=f0bea28679f28c6e -C extra-filename=-49e99b69ba48a984 --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-e063d89e246788f5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-15c0bd091c6264ed.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-19fd424a430874dc.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7536594cb39896db.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out`
10332026-03-09T04:55:33.664Z Compiling async-channel v2.5.0
10342026-03-09T04:55:33.689Z Running `/home/build/.rustup/toolchains/1.93.1-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=e1d5d6bff8d87639 -C extra-filename=-f0206f1d7358ff0b --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-0a2df825d015fbc1.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-3e83fd257e0e7885.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3067f624758dfef9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --cap-lints allow`
10352026-03-09T04:55:33.713Z Compiling expectorate v1.2.0
10362026-03-09T04:55:33.713Z Running `/home/build/.rustup/toolchains/1.93.1-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=2af8696dfbeac8cf -C extra-filename=-25dbddf4c5e1de08 --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-0f1b0a5a66e3a8e3.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-3a1b1c433b0422c5.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-7ec9aa44d33ea26a.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-bfd0456f36d7d86d.rmeta --cap-lints allow`
10372026-03-09T04:55:33.796Z Compiling tokio-tungstenite v0.24.0
10382026-03-09T04:55:33.820Z Running `/home/build/.rustup/toolchains/1.93.1-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=6c9e55a9d526d4b4 -C extra-filename=-60cc15f283ee8801 --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-e063d89e246788f5.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-15c0bd091c6264ed.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-9fe9534a81b423c5.rmeta --cap-lints allow`
10392026-03-09T04:55:33.925Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=dd57c714871fc10d -C extra-filename=-49e84093bbd3ac07 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(error_generic_member_access)'`
10402026-03-09T04:55:34.028Z Compiling subprocess v1.0.0
10412026-03-09T04:55:34.052Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-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=f021bf33f8d68268 -C extra-filename=-4a57d878a4b6d3a5 --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-5c39d1798a220ef1.rmeta --cap-lints allow`
10422026-03-09T04:55:34.264Z Compiling buf-list v1.1.2
10432026-03-09T04:55:34.288Z Running `/home/build/.rustup/toolchains/1.93.1-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=1b4bd62b8fd38e63 -C extra-filename=-31f65203b0fa9f27 --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-1352e873e9c57172.rmeta --cap-lints allow`
10442026-03-09T04:55:34.642Z Running `/home/build/.rustup/toolchains/1.93.1-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=23d53047c174c6ad -C extra-filename=-c60484377183eac2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10452026-03-09T04:55:34.710Z Compiling prettyplease v0.2.37
10462026-03-09T04:55:34.734Z Running `/home/build/.rustup/toolchains/1.93.1-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=7e858f084c5f890c -C extra-filename=-1deffda3b70ad72c --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-1deffda3b70ad72c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10472026-03-09T04:55:34.734Z Compiling schema-derive v0.1.0
10482026-03-09T04:55:34.734Z Running `/home/build/.rustup/toolchains/1.93.1-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=5203f6291b8ef298 -C extra-filename=-2d1d4224a22b3c38 --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-49449776d2a32856.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern proc_macro --cap-lints allow`
10492026-03-09T04:55:34.993Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.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="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=3c20272c52423a2f -C extra-filename=-b1174520d6dc2cfc --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-b1497145764c9388.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-947a99c396a6b242.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-c60484377183eac2.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-c416471d03b8f473.rmeta --cap-lints allow`
10502026-03-09T04:55:35.067Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-1deffda3b70ad72c/build-script-build`
10512026-03-09T04:55:35.091Z Running `/home/build/.rustup/toolchains/1.93.1-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=d5798d65b0960461 -C extra-filename=-11b7d72d5476e4df --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-1f96ef3c12873473.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10522026-03-09T04:55:35.832Z Running `/home/build/.rustup/toolchains/1.93.1-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=b91227774987ff23 -C extra-filename=-7614a51f808b97f9 --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-135521fa9cbe2845.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-b1174520d6dc2cfc.rmeta --cap-lints allow`
10532026-03-09T04:55:36.159Z Running `/home/build/.rustup/toolchains/1.93.1-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=25e223218d513320 -C extra-filename=-6a0e5a3093c92fca --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-7614a51f808b97f9.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-3a1b1c433b0422c5.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-7ec9aa44d33ea26a.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-bfd0456f36d7d86d.rmeta --cap-lints allow`
10542026-03-09T04:55:36.448Z Compiling schema v0.1.0
10552026-03-09T04:55:36.473Z Running `/home/build/.rustup/toolchains/1.93.1-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=9eaa0a358b197f35 -C extra-filename=-f6d4fd3f1b13739d --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-1f96ef3c12873473.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-2d1d4224a22b3c38.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rmeta --cap-lints allow`
10562026-03-09T04:55:36.578Z Running `/home/build/.rustup/toolchains/1.93.1-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=68d8ba25831d26fd -C extra-filename=-2751333b9318e803 --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-6a0e5a3093c92fca.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-67a5fe7d367b9b47.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-11b7d72d5476e4df.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-f6d4fd3f1b13739d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-04ec041c8201c442.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0552231fb5c4a445.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern proc_macro`
10572026-03-09T04:55:37.230Z Running `/home/build/.rustup/toolchains/1.93.1-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=1c69902f22de1569 -C extra-filename=-2677421e7f7334e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out`
10582026-03-09T04:55:38.971Z Running `/home/build/.rustup/toolchains/1.93.1-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=411927011d515b93 -C extra-filename=-21e1e3f848c0582e --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10592026-03-09T04:55:49.128Z Running `/home/build/.rustup/toolchains/1.93.1-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=0e0e64d6e74cf6b7 -C extra-filename=-efdcac065f93019e --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10602026-03-09T04:55:49.197Z Running `/home/build/.rustup/toolchains/1.93.1-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=31a5bfea91c4330a -C extra-filename=-f57df4b8d0bb2130 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10612026-03-09T04:55:49.197Z Running `/home/build/.rustup/toolchains/1.93.1-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=778868397395dcb2 -C extra-filename=-63a5b6d8d8357093 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10622026-03-09T04:55:49.197Z Running `/home/build/.rustup/toolchains/1.93.1-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=7982589e981fde0f -C extra-filename=-0410640e8b54af95 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10632026-03-09T04:55:49.197Z Running `/home/build/.rustup/toolchains/1.93.1-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=685e40855dd57028 -C extra-filename=-cebec004c10bcef0 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10642026-03-09T04:55:49.197Z Running `/home/build/.rustup/toolchains/1.93.1-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=daddc0cf1b21da18 -C extra-filename=-72fff95101d6af1b --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10652026-03-09T04:55:49.198Z Running `/home/build/.rustup/toolchains/1.93.1-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=97633867959dd3a8 -C extra-filename=-5fd96ea84787a555 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10662026-03-09T04:55:50.452Z Running `/home/build/.rustup/toolchains/1.93.1-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=14f7c3e72a906a79 -C extra-filename=-4d9acb12ebd87b09 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10672026-03-09T04:56:04.366Z Running `/home/build/.rustup/toolchains/1.93.1-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=99ad08a5a4f6440a -C extra-filename=-330c5b3d0e7f55f8 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10682026-03-09T04:56:07.283Z Running `/home/build/.rustup/toolchains/1.93.1-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=740d52c2fee9b0e0 -C extra-filename=-f7408cae1ba63458 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10692026-03-09T04:56:07.947Z Running `/home/build/.rustup/toolchains/1.93.1-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=00c19b077d024de4 -C extra-filename=-ad4138cf89eb0299 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10702026-03-09T04:56:07.981Z Running `/home/build/.rustup/toolchains/1.93.1-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=ea01fce10c8697b3 -C extra-filename=-81055d28240ed560 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10712026-03-09T04:56:08.135Z Running `/home/build/.rustup/toolchains/1.93.1-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=07f98cfa8586504a -C extra-filename=-487785936f386631 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10722026-03-09T04:56:08.984Z Running `/home/build/.rustup/toolchains/1.93.1-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=3e23701d091a0344 -C extra-filename=-d12e391446f3f909 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10732026-03-09T04:56:10.688Z Running `/home/build/.rustup/toolchains/1.93.1-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=4a12f6682ce7632a -C extra-filename=-a54e829e6d700cf0 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10742026-03-09T04:56:26.091Z Running `/home/build/.rustup/toolchains/1.93.1-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=6553434124fc42f3 -C extra-filename=-f5d9885bed682f72 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10752026-03-09T04:56:26.230Z Running `/home/build/.rustup/toolchains/1.93.1-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=2210dde564356c51 -C extra-filename=-f759817f2240175a --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10762026-03-09T04:56:27.687Z Running `/home/build/.rustup/toolchains/1.93.1-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=0852fa2da77d5496 -C extra-filename=-361e21a1596d65ed --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10772026-03-09T04:56:28.930Z Running `/home/build/.rustup/toolchains/1.93.1-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=492a35cbd2059594 -C extra-filename=-92afe946556013d3 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10782026-03-09T04:56:29.094Z Running `/home/build/.rustup/toolchains/1.93.1-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=6fe86fdff16e3f46 -C extra-filename=-59fe72ab4ffd1c1c --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10792026-03-09T04:56:29.703Z Running `/home/build/.rustup/toolchains/1.93.1-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=c4eeb95b71167960 -C extra-filename=-5e3ed8b803fe3ddb --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10802026-03-09T04:56:34.152Z Running `/home/build/.rustup/toolchains/1.93.1-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=de7c3556f7b87169 -C extra-filename=-6ea1739783a0b0db --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10812026-03-09T04:56:34.406Z Running `/home/build/.rustup/toolchains/1.93.1-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=107b14e63ab18052 -C extra-filename=-7d28e464f441c47c --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10822026-03-09T04:56:46.517Z Running `/home/build/.rustup/toolchains/1.93.1-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=0cea70d2080e831b -C extra-filename=-6febf9106bb1f321 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2677421e7f7334e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2155092e35e705b7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10832026-03-09T04:57:18.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s
10842026-03-09T04:57:19.096Z
10852026-03-09T04:57:19.096Zreal 2:32.502849100
10862026-03-09T04:57:19.096Zuser 13:51.974777279
10872026-03-09T04:57:19.096Zsys 1:58.159788752
10882026-03-09T04:57:19.096Ztrap 0.622658708
10892026-03-09T04:57:19.096Ztflt 0.087778464
10902026-03-09T04:57:19.096Zdflt 0.199730464
10912026-03-09T04:57:19.096Zkflt 0.001753804
10922026-03-09T04:57:19.096Zlock 57:13.814627443
10932026-03-09T04:57:19.096Zslp 48:46.158104891
10942026-03-09T04:57:19.096Zlat 57.381702889
10952026-03-09T04:57:19.121Zstop 1:11.965276981
10962026-03-09T04:57:19.121Z+ banner test
10972026-03-09T04:57:19.121Z
10982026-03-09T04:57:19.121Z ##### ###### #### #####
10992026-03-09T04:57:19.121Z # # # #
11002026-03-09T04:57:19.121Z # ##### #### #
11012026-03-09T04:57:19.121Z # # # #
11022026-03-09T04:57:19.121Z # # # # #
11032026-03-09T04:57:19.121Z # ###### #### #
11042026-03-09T04:57:19.121Z
11052026-03-09T04:57:19.121Z+ ptime -m cargo test --all-features --locked --verbose
11062026-03-09T04:57:19.560Z Fresh unicode-ident v1.0.12
11072026-03-09T04:57:19.560Z Fresh cfg-if v1.0.0
11082026-03-09T04:57:19.560Z Fresh itoa v1.0.1
11092026-03-09T04:57:19.560Z Fresh memchr v2.6.0
11102026-03-09T04:57:19.607Z Fresh proc-macro2 v1.0.106
11112026-03-09T04:57:19.607Z Fresh pin-project-lite v0.2.12
11122026-03-09T04:57:19.607Z Fresh autocfg v1.1.0
11132026-03-09T04:57:19.607Z Fresh shlex v1.3.0
11142026-03-09T04:57:19.607Z Fresh bytes v1.11.1
11152026-03-09T04:57:19.607Z Fresh quote v1.0.44
11162026-03-09T04:57:19.607Z Fresh libc v0.2.183
11172026-03-09T04:57:19.607Z Fresh cc v1.2.16
11182026-03-09T04:57:19.607Z Fresh smallvec v1.13.2
11192026-03-09T04:57:19.607Z Fresh futures-core v0.3.32
11202026-03-09T04:57:19.608Z Fresh version_check v0.9.5
11212026-03-09T04:57:19.608Z Fresh scopeguard v1.2.0
11222026-03-09T04:57:19.608Z Fresh signal-hook-registry v1.4.0
11232026-03-09T04:57:19.608Z Fresh socket2 v0.6.0
11242026-03-09T04:57:19.608Z Fresh mio v1.0.3
11252026-03-09T04:57:19.608Z Fresh serde_derive v1.0.228
11262026-03-09T04:57:19.608Z Fresh lock_api v0.4.6
11272026-03-09T04:57:19.608Z Fresh tokio-macros v2.6.0
11282026-03-09T04:57:19.608Z Fresh futures-sink v0.3.32
11292026-03-09T04:57:19.608Z Fresh log v0.4.17
11302026-03-09T04:57:19.608Z Fresh parking_lot_core v0.9.4
11312026-03-09T04:57:19.608Z Fresh synstructure v0.13.1
11322026-03-09T04:57:19.608Z Fresh getrandom v0.2.11
11332026-03-09T04:57:19.608Z Fresh parking_lot v0.12.1
11342026-03-09T04:57:19.608Z Fresh slab v0.4.9
11352026-03-09T04:57:19.608Z Fresh zmij v1.0.2
11362026-03-09T04:57:19.608Z Fresh bitflags v2.11.0
11372026-03-09T04:57:19.608Z Fresh zerofrom-derive v0.1.5
11382026-03-09T04:57:19.608Z Fresh futures-channel v0.3.32
11392026-03-09T04:57:19.608Z Fresh tokio v1.49.0
11402026-03-09T04:57:19.608Z Fresh http v1.4.0
11412026-03-09T04:57:19.608Z Fresh zeroize v1.7.0
11422026-03-09T04:57:19.608Z Fresh zerofrom v0.1.5
11432026-03-09T04:57:19.608Z Fresh yoke-derive v0.7.5
11442026-03-09T04:57:19.608Z Fresh thiserror-impl v2.0.18
11452026-03-09T04:57:19.608Z Fresh futures-macro v0.3.32
11462026-03-09T04:57:19.608Z Fresh rustls-pki-types v1.14.0
11472026-03-09T04:57:19.608Z Fresh futures-io v0.3.32
11482026-03-09T04:57:19.608Z Fresh futures-task v0.3.32
11492026-03-09T04:57:19.608Z Fresh stable_deref_trait v1.2.0
11502026-03-09T04:57:19.608Z Fresh zerovec-derive v0.10.3
11512026-03-09T04:57:19.608Z Fresh thiserror v2.0.18
11522026-03-09T04:57:19.608Z Fresh yoke v0.7.5
11532026-03-09T04:57:19.608Z Fresh futures-util v0.3.32
11542026-03-09T04:57:19.608Z Fresh displaydoc v0.2.5
11552026-03-09T04:57:19.608Z Fresh serde_core v1.0.228
11562026-03-09T04:57:19.608Z Fresh zerovec v0.10.4
11572026-03-09T04:57:19.608Z Fresh tracing-core v0.1.32
11582026-03-09T04:57:19.609Z Fresh ucd-trie v0.1.6
11592026-03-09T04:57:19.609Z Fresh untrusted v0.9.0
11602026-03-09T04:57:19.609Z Fresh httparse v1.10.0
11612026-03-09T04:57:19.609Z Fresh getrandom v0.4.1
11622026-03-09T04:57:19.609Z Fresh hashbrown v0.16.1
11632026-03-09T04:57:19.609Z Fresh equivalent v1.0.0
11642026-03-09T04:57:19.609Z Fresh ring v0.17.13
11652026-03-09T04:57:19.609Z Fresh tinystr v0.7.6
11662026-03-09T04:57:19.609Z Fresh pest v2.8.1
11672026-03-09T04:57:19.609Z Fresh serde v1.0.228
11682026-03-09T04:57:19.609Z Fresh indexmap v2.13.0
11692026-03-09T04:57:19.609Z Fresh tracing v0.1.40
11702026-03-09T04:57:19.609Z Fresh http-body v1.0.1
11712026-03-09T04:57:19.610Z Fresh errno v0.3.10
11722026-03-09T04:57:19.610Z Fresh atomic-waker v1.1.2
11732026-03-09T04:57:19.610Z Fresh percent-encoding v2.3.2
11742026-03-09T04:57:19.610Z Fresh writeable v0.5.5
11752026-03-09T04:57:19.610Z Fresh vcpkg v0.2.15
11762026-03-09T04:57:19.610Z Fresh litemap v0.7.4
11772026-03-09T04:57:19.610Z Fresh pkg-config v0.3.31
11782026-03-09T04:57:19.610Z Fresh icu_locid v1.5.0
11792026-03-09T04:57:19.610Z Fresh tokio-util v0.7.7
11802026-03-09T04:57:19.610Z Fresh pest_meta v2.8.1
11812026-03-09T04:57:19.610Z Fresh zerocopy-derive v0.8.27
11822026-03-09T04:57:19.610Z Fresh icu_provider_macros v1.5.0
11832026-03-09T04:57:19.610Z Fresh try-lock v0.2.3
11842026-03-09T04:57:19.610Z Fresh fnv v1.0.7
11852026-03-09T04:57:19.610Z Fresh rustversion v1.0.22
11862026-03-09T04:57:19.610Z Fresh icu_provider v1.5.0
11872026-03-09T04:57:19.610Z Fresh want v0.3.0
11882026-03-09T04:57:19.610Z Fresh h2 v0.4.6
11892026-03-09T04:57:19.610Z Fresh zerocopy v0.8.27
11902026-03-09T04:57:19.610Z Fresh pest_generator v2.8.1
11912026-03-09T04:57:19.610Z Fresh typenum v1.14.0
11922026-03-09T04:57:19.610Z Fresh rustix v1.1.4
11932026-03-09T04:57:19.610Z Fresh rustls-webpki v0.102.8
11942026-03-09T04:57:19.611Z Fresh icu_locid_transform_data v1.5.0
11952026-03-09T04:57:19.611Z Fresh powerfmt v0.2.0
11962026-03-09T04:57:19.611Z Fresh time-core v0.1.8
11972026-03-09T04:57:19.611Z Fresh subtle v2.5.0
11982026-03-09T04:57:19.611Z Fresh tower-service v0.3.3
11992026-03-09T04:57:19.611Z Fresh num-conv v0.2.0
12002026-03-09T04:57:19.611Z Fresh byteorder v1.4.3
12012026-03-09T04:57:19.611Z Fresh tower-layer v0.3.3
12022026-03-09T04:57:19.611Z Fresh httpdate v1.0.1
12032026-03-09T04:57:19.611Z Fresh fastrand v2.1.1
12042026-03-09T04:57:19.611Z Fresh base64 v0.22.1
12052026-03-09T04:57:19.612Z Fresh pin-utils v0.1.0
12062026-03-09T04:57:19.612Z Fresh deranged v0.5.5
12072026-03-09T04:57:19.612Z Fresh time-macros v0.2.27
12082026-03-09T04:57:19.612Z Fresh hyper v1.8.1
12092026-03-09T04:57:19.612Z Fresh icu_locid_transform v1.5.0
12102026-03-09T04:57:19.637Z Fresh generic-array v0.14.5
12112026-03-09T04:57:19.637Z Fresh crossbeam-utils v0.8.21
12122026-03-09T04:57:19.637Z Fresh pest_derive v2.8.1
12132026-03-09T04:57:19.637Z Fresh serde_tokenstream v0.2.3
12142026-03-09T04:57:19.637Z Fresh icu_collections v1.5.0
12152026-03-09T04:57:19.637Z Fresh num_threads v0.1.3
12162026-03-09T04:57:19.637Z Fresh icu_properties_data v1.5.0
12172026-03-09T04:57:19.637Z Fresh dtrace-parser v0.3.0
12182026-03-09T04:57:19.637Z Fresh rustix v0.38.44
12192026-03-09T04:57:19.637Z Fresh time v0.3.47
12202026-03-09T04:57:19.637Z Fresh icu_properties v1.5.1
12212026-03-09T04:57:19.637Z Fresh serde_json v1.0.149
12222026-03-09T04:57:19.637Z Fresh erased-serde v0.3.31
12232026-03-09T04:57:19.637Z Fresh scroll_derive v0.13.1
12242026-03-09T04:57:19.637Z Fresh thread-id v5.0.0
12252026-03-09T04:57:19.637Z Fresh icu_normalizer_data v1.5.0
12262026-03-09T04:57:19.637Z Fresh foreign-types-shared v0.1.1
12272026-03-09T04:57:19.637Z Fresh ipnet v2.10.0
12282026-03-09T04:57:19.637Z Fresh utf8_iter v1.0.4
12292026-03-09T04:57:19.637Z Fresh utf16_iter v1.0.5
12302026-03-09T04:57:19.637Z Fresh write16 v1.0.0
12312026-03-09T04:57:19.637Z Fresh openssl-probe v0.1.4
12322026-03-09T04:57:19.637Z Fresh hyper-util v0.1.20
12332026-03-09T04:57:19.637Z Fresh foreign-types v0.3.2
12342026-03-09T04:57:19.637Z Fresh icu_normalizer v1.5.0
12352026-03-09T04:57:19.637Z Fresh paste v1.0.15
12362026-03-09T04:57:19.637Z Fresh scroll v0.13.0
12372026-03-09T04:57:19.637Z Fresh slog v2.8.2
12382026-03-09T04:57:19.637Z Fresh block-buffer v0.10.2
12392026-03-09T04:57:19.637Z Fresh crypto-common v0.1.6
12402026-03-09T04:57:19.637Z Fresh openssl-sys v0.9.107
12412026-03-09T04:57:19.637Z Fresh form_urlencoded v1.2.2
12422026-03-09T04:57:19.637Z Fresh rand_core v0.6.3
12432026-03-09T04:57:19.638Z Fresh openssl-macros v0.1.1
12442026-03-09T04:57:19.638Z Fresh unicode-segmentation v1.10.0
12452026-03-09T04:57:19.638Z Fresh lazy_static v1.5.0
12462026-03-09T04:57:19.638Z Fresh simd-adler32 v0.3.7
12472026-03-09T04:57:19.638Z Fresh unicode-width v0.1.9
12482026-03-09T04:57:19.638Z Fresh ppv-lite86 v0.2.15
12492026-03-09T04:57:19.638Z Fresh mime v0.3.16
12502026-03-09T04:57:19.638Z Fresh plain v0.2.3
12512026-03-09T04:57:19.638Z Fresh adler2 v2.0.1
12522026-03-09T04:57:19.638Z Fresh console v0.15.7
12532026-03-09T04:57:19.638Z Fresh miniz_oxide v0.8.9
12542026-03-09T04:57:19.638Z Fresh rand_chacha v0.3.1
12552026-03-09T04:57:19.638Z Fresh goblin v0.10.1
12562026-03-09T04:57:19.638Z Fresh digest v0.10.7
12572026-03-09T04:57:19.638Z Fresh openssl v0.10.72
12582026-03-09T04:57:19.638Z Fresh newline-converter v0.3.0
12592026-03-09T04:57:19.639Z Fresh idna_adapter v1.2.0
12602026-03-09T04:57:19.639Z Fresh unicase v2.6.0
12612026-03-09T04:57:19.639Z Fresh num-traits v0.2.14
12622026-03-09T04:57:19.639Z Fresh crc32fast v1.5.0
12632026-03-09T04:57:19.639Z Fresh semver v1.0.27
12642026-03-09T04:57:19.639Z Fresh pretty-hex v0.4.1
12652026-03-09T04:57:19.639Z Fresh winnow v0.7.13
12662026-03-09T04:57:19.639Z Fresh heck v0.5.0
12672026-03-09T04:57:19.639Z Fresh cpufeatures v0.2.17
12682026-03-09T04:57:19.639Z Fresh similar v2.2.1
12692026-03-09T04:57:19.639Z Fresh iana-time-zone v0.1.47
12702026-03-09T04:57:19.639Z Fresh toml_parser v1.0.9+spec-1.1.0
12712026-03-09T04:57:19.639Z Fresh flate2 v1.1.9
12722026-03-09T04:57:19.639Z Fresh dof v0.4.0
12732026-03-09T04:57:19.639Z Fresh sha1 v0.10.6
12742026-03-09T04:57:19.639Z Fresh idna v1.0.3
12752026-03-09T04:57:19.639Z Fresh chrono v0.4.44
12762026-03-09T04:57:19.639Z Fresh rustls v0.23.13
12772026-03-09T04:57:19.639Z Fresh native-tls v0.2.12
12782026-03-09T04:57:19.639Z Fresh rand v0.8.4
12792026-03-09T04:57:19.640Z Fresh ryu v1.0.5
12802026-03-09T04:57:19.640Z Fresh rustls v0.22.4
12812026-03-09T04:57:19.640Z Fresh concurrent-queue v2.5.0
12822026-03-09T04:57:19.640Z Fresh http-body-util v0.1.3
12832026-03-09T04:57:19.640Z Fresh rustls-pemfile v2.2.0
12842026-03-09T04:57:19.640Z Fresh serde_derive_internals v0.29.0
12852026-03-09T04:57:19.640Z Fresh thiserror-impl v1.0.69
12862026-03-09T04:57:19.640Z Fresh syn v2.0.117
12872026-03-09T04:57:19.640Z Fresh sync_wrapper v1.0.1
12882026-03-09T04:57:19.640Z Fresh thread_local v1.1.4
12892026-03-09T04:57:19.640Z Fresh serde_spanned v1.0.4
12902026-03-09T04:57:19.640Z Fresh toml_datetime v1.0.0+spec-1.1.0
12912026-03-09T04:57:19.640Z Fresh encoding_rs v0.8.32
12922026-03-09T04:57:19.640Z Fresh toml_writer v1.0.6+spec-1.1.0
12932026-03-09T04:57:19.640Z Fresh parking v2.2.0
12942026-03-09T04:57:19.640Z Fresh match_cfg v0.1.0
12952026-03-09T04:57:19.640Z Fresh compression-core v0.4.31
12962026-03-09T04:57:19.640Z Fresh toml v1.0.3+spec-1.1.0
12972026-03-09T04:57:19.640Z Fresh event-listener v5.0.0
12982026-03-09T04:57:19.640Z Fresh hostname v0.3.1
12992026-03-09T04:57:19.640Z Fresh compression-codecs v0.4.37
13002026-03-09T04:57:19.640Z Fresh tower v0.5.2
13012026-03-09T04:57:19.640Z Fresh usdt-impl v0.6.0
13022026-03-09T04:57:19.640Z Fresh schemars_derive v0.8.22
13032026-03-09T04:57:19.640Z Fresh thiserror v1.0.69
13042026-03-09T04:57:19.640Z Fresh tokio-rustls v0.25.0
13052026-03-09T04:57:19.640Z Fresh tokio-rustls v0.26.0
13062026-03-09T04:57:19.640Z Fresh serde_urlencoded v0.7.1
13072026-03-09T04:57:19.640Z Fresh tokio-native-tls v0.3.1
13082026-03-09T04:57:19.640Z Fresh url v2.5.4
13092026-03-09T04:57:19.640Z Compiling dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
13102026-03-09T04:57:19.665Z Fresh usdt-macro v0.6.0
13112026-03-09T04:57:19.666Z Fresh usdt-attr-macro v0.6.0
13122026-03-09T04:57:19.666Z Fresh slog-json v2.6.1
13132026-03-09T04:57:19.666Z Fresh crossbeam-channel v0.5.15
13142026-03-09T04:57:19.666Z Fresh uuid v1.21.0
13152026-03-09T04:57:19.666Z Fresh futures-executor v0.3.32
13162026-03-09T04:57:19.666Z Running `/home/build/.rustup/toolchains/1.93.1-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=dcf3b787d531ccd2 -C extra-filename=-69c7a1e5d007800e --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-67a5fe7d367b9b47.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-04ec041c8201c442.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0552231fb5c4a445.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern proc_macro`
13172026-03-09T04:57:19.666Z Fresh webpki-roots v0.26.5
13182026-03-09T04:57:19.666Z Fresh async-stream-impl v0.3.6
13192026-03-09T04:57:19.666Z Fresh is-terminal v0.4.12
13202026-03-09T04:57:19.666Z Fresh memmap2 v0.9.8
13212026-03-09T04:57:19.666Z Fresh take_mut v0.2.2
13222026-03-09T04:57:19.666Z Fresh dyn-clone v1.0.4
13232026-03-09T04:57:19.667Z Fresh spin v0.9.8
13242026-03-09T04:57:19.667Z Fresh iri-string v0.7.8
13252026-03-09T04:57:19.667Z Fresh data-encoding v2.4.0
13262026-03-09T04:57:19.667Z Fresh term v1.1.0
13272026-03-09T04:57:19.667Z Fresh utf-8 v0.7.6
13282026-03-09T04:57:19.667Z Fresh hyper-rustls v0.27.3
13292026-03-09T04:57:19.667Z Fresh tower-http v0.6.8
13302026-03-09T04:57:19.667Z Fresh slog-term v2.9.2
13312026-03-09T04:57:19.667Z Fresh multer v3.1.0
13322026-03-09T04:57:19.667Z Fresh tungstenite v0.24.0
13332026-03-09T04:57:19.667Z Fresh async-stream v0.3.6
13342026-03-09T04:57:19.667Z Fresh slog-async v2.8.0
13352026-03-09T04:57:19.667Z Fresh usdt v0.6.0
13362026-03-09T04:57:19.667Z Fresh schemars v0.8.22
13372026-03-09T04:57:19.667Z Fresh futures v0.3.32
13382026-03-09T04:57:19.667Z Fresh slog-bunyan v2.5.0
13392026-03-09T04:57:19.667Z Fresh mime_guess v2.0.5
13402026-03-09T04:57:19.667Z Fresh hyper-tls v0.6.0
13412026-03-09T04:57:19.667Z Fresh async-compression v0.4.41
13422026-03-09T04:57:19.667Z Fresh camino v1.2.2
13432026-03-09T04:57:19.667Z Fresh target-triple v1.0.0
13442026-03-09T04:57:19.667Z Fresh event-listener-strategy v0.5.4
13452026-03-09T04:57:19.667Z Fresh rustls-native-certs v0.7.0
13462026-03-09T04:57:19.667Z Fresh yasna v0.5.2
13472026-03-09T04:57:19.667Z Fresh pem v3.0.6
13482026-03-09T04:57:19.667Z Fresh waitgroup v0.1.2
13492026-03-09T04:57:19.667Z Fresh openapiv3 v2.2.0
13502026-03-09T04:57:19.667Z Fresh webpki-roots v1.0.0
13512026-03-09T04:57:19.667Z Fresh async-trait v0.1.89
13522026-03-09T04:57:19.667Z Fresh hostname v0.4.2
13532026-03-09T04:57:19.667Z Fresh serde_path_to_error v0.1.20
13542026-03-09T04:57:19.667Z Fresh termcolor v1.1.2
13552026-03-09T04:57:19.668Z Fresh debug-ignore v1.0.5
13562026-03-09T04:57:19.668Z Fresh simple-mermaid v0.2.0
13572026-03-09T04:57:19.668Z Fresh http-range v0.1.4
13582026-03-09T04:57:19.668Z Fresh glob v0.3.0
13592026-03-09T04:57:19.668Z Fresh rcgen v0.14.7
13602026-03-09T04:57:19.668Z Fresh reqwest v0.12.28
13612026-03-09T04:57:19.668Z Fresh trybuild v1.0.116
13622026-03-09T04:57:19.668Z Fresh hyper-staticfile v0.10.1
13632026-03-09T04:57:19.668Z Fresh hyper-rustls v0.26.0
13642026-03-09T04:57:19.668Z Fresh async-channel v2.5.0
13652026-03-09T04:57:19.668Z Fresh tokio-tungstenite v0.24.0
13662026-03-09T04:57:19.668Z Fresh anyhow v1.0.102
13672026-03-09T04:57:19.668Z Fresh subprocess v1.0.0
13682026-03-09T04:57:19.668Z Fresh buf-list v1.1.2
13692026-03-09T04:57:19.668Z Fresh once_cell v1.20.1
13702026-03-09T04:57:19.668Z Fresh schema-derive v0.1.0
13712026-03-09T04:57:19.668Z Fresh tempfile v3.26.0
13722026-03-09T04:57:19.668Z Fresh schema v0.1.0
13732026-03-09T04:57:19.668Z Fresh atomicwrites v0.4.4
13742026-03-09T04:57:19.668Z Fresh prettyplease v0.2.37
13752026-03-09T04:57:19.668Z Fresh expectorate v1.2.0
13762026-03-09T04:57:22.428Z Compiling dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
13772026-03-09T04:57:22.499Z Running `/home/build/.rustup/toolchains/1.93.1-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=0ac3ae3021b818e0 -C extra-filename=-b22defb873129d4d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out`
13782026-03-09T04:57:22.500Z Running `/home/build/.rustup/toolchains/1.93.1-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=d282fd0cf8765186 -C extra-filename=-e6839b9ecdfcd465 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13792026-03-09T04:57:34.329Z Running `/home/build/.rustup/toolchains/1.93.1-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=fcf1928a6efae701 -C extra-filename=-8051783dd78f1fad --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13802026-03-09T04:57:34.330Z Running `/home/build/.rustup/toolchains/1.93.1-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=d1a118bb69d77436 -C extra-filename=-7e153c07348cde37 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13812026-03-09T04:57:34.377Z Running `/home/build/.rustup/toolchains/1.93.1-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=6ffbca5635d95f52 -C extra-filename=-7c6a1bc6b1c9bcef --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13822026-03-09T04:57:34.377Z Running `/home/build/.rustup/toolchains/1.93.1-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=ad934478e2bb1b14 -C extra-filename=-2f3d73955424f815 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13832026-03-09T04:57:34.379Z Running `/home/build/.rustup/toolchains/1.93.1-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=274c523ea9d94c41 -C extra-filename=-21547a1a3f7acf87 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13842026-03-09T04:57:34.379Z Running `/home/build/.rustup/toolchains/1.93.1-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=2ab367c07626d83f -C extra-filename=-b3980c0328f26c0d --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13852026-03-09T04:57:34.380Z Running `/home/build/.rustup/toolchains/1.93.1-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=ed84703514d8f4df -C extra-filename=-e071d6916b84ad25 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13862026-03-09T04:57:49.917Z Running `/home/build/.rustup/toolchains/1.93.1-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=e62c2373233376fb -C extra-filename=-dc5f65e1c54b0088 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13872026-03-09T04:57:51.487Z Running `/home/build/.rustup/toolchains/1.93.1-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=b7842579fc49e0b3 -C extra-filename=-15815ce1edd87b04 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13882026-03-09T04:57:51.800Z Running `/home/build/.rustup/toolchains/1.93.1-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=ae4980bf0f6585e9 -C extra-filename=-a956e681476a8732 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13892026-03-09T04:57:52.533Z Running `/home/build/.rustup/toolchains/1.93.1-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=fa06659893ed3bd1 -C extra-filename=-a2bc42b1ac0c55dd --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13902026-03-09T04:57:54.903Z Running `/home/build/.rustup/toolchains/1.93.1-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=07c7f10b8d43c2c0 -C extra-filename=-b7cae3d95c671529 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13912026-03-09T04:57:56.305Z Running `/home/build/.rustup/toolchains/1.93.1-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=43241a28fb8102f3 -C extra-filename=-849cee154296e5ec --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13922026-03-09T04:57:58.643Z Running `/home/build/.rustup/toolchains/1.93.1-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=5ab8b94f7c57b4ac -C extra-filename=-6e00bc3ffb31cba8 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13932026-03-09T04:58:08.380Z Running `/home/build/.rustup/toolchains/1.93.1-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=e4b47177eb4ff4b7 -C extra-filename=-c639c8def4bb1b21 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13942026-03-09T04:58:09.867Z Running `/home/build/.rustup/toolchains/1.93.1-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=dfdbead95711419e -C extra-filename=-6baed83d1247feaa --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13952026-03-09T04:58:11.490Z Running `/home/build/.rustup/toolchains/1.93.1-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=7df71e4f29e5ea58 -C extra-filename=-fbae286542c9908f --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13962026-03-09T04:58:11.788Z Running `/home/build/.rustup/toolchains/1.93.1-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=e361323dfc99553a -C extra-filename=-d59dc2bb32930232 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13972026-03-09T04:58:14.036Z Running `/home/build/.rustup/toolchains/1.93.1-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=31656ab3c1d30272 -C extra-filename=-b2e7fb5d39f4de50 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13982026-03-09T04:58:15.607Z Running `/home/build/.rustup/toolchains/1.93.1-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=d4a7a4518996849f -C extra-filename=-470c5cee7ac7386d --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13992026-03-09T04:58:17.213Z Running `/home/build/.rustup/toolchains/1.93.1-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=0e3c77a44bbb8f0b -C extra-filename=-e63e6b15a908ecc3 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
14002026-03-09T04:58:17.720Z Running `/home/build/.rustup/toolchains/1.93.1-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=da9c1a3d2501f3d1 -C extra-filename=-f3ba00241fdfe388 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
14012026-03-09T04:58:18.105Z Running `/home/build/.rustup/toolchains/1.93.1-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=2efb4de3104e8a2d -C extra-filename=-5c1a7dcc6b1672fc --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
14022026-03-09T04:58:30.588Z Running `/home/build/.rustup/toolchains/1.93.1-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=102c04ba61c99f9c -C extra-filename=-5c769789fdbaa0c6 --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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
14032026-03-09T04:59:14.551Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 55s
14042026-03-09T04:59:14.599Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-e6839b9ecdfcd465`
14052026-03-09T04:59:14.667Z
14062026-03-09T04:59:14.667Zrunning 142 tests
14072026-03-09T04:59:14.668Ztest api_description::test::test_endpoint_versions_matches ... ok
14082026-03-09T04:59:14.668Ztest api_description::test::test_endpoint_versions_overlaps ... ok
14092026-03-09T04:59:14.668Ztest api_description::test::test_endpoint_versions_range ... ok
14102026-03-09T04:59:14.668Ztest api_description::test::test_badpath4 - should panic ... ok
14112026-03-09T04:59:14.668Ztest api_description::test::test_tags_need_one ... ok
14122026-03-09T04:59:14.668Ztest api_description::test::test_tag_config_deserialize_old ... ok
14132026-03-09T04:59:14.668Ztest api_description::test::test_badpath1 ... ok
14142026-03-09T04:59:14.668Ztest api_description::test::test_badpath2 ... ok
14152026-03-09T04:59:14.668Ztest api_description::test::test_badpath3 ... ok
14162026-03-09T04:59:14.668Ztest api_description::test::test_tags_too_many ... ok
14172026-03-09T04:59:14.668Ztest api_description::test::test_dup_names ... ok
14182026-03-09T04:59:14.668Ztest api_description::test::test_tags_just_right ... ok
14192026-03-09T04:59:14.668Ztest compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok
14202026-03-09T04:59:14.668Ztest compression::tests::test_accepts_gzip_encoding_basic ... ok
14212026-03-09T04:59:14.668Ztest compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok
14222026-03-09T04:59:14.668Ztest compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok
14232026-03-09T04:59:14.668Ztest compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok
14242026-03-09T04:59:14.668Ztest compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok
14252026-03-09T04:59:14.668Ztest compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok
14262026-03-09T04:59:14.668Ztest compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok
14272026-03-09T04:59:14.668Ztest compression::tests::test_accepts_gzip_encoding_no_header ... ok
14282026-03-09T04:59:14.668Ztest compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok
14292026-03-09T04:59:14.668Ztest compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok
14302026-03-09T04:59:14.668Ztest compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok
14312026-03-09T04:59:14.668Ztest compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok
14322026-03-09T04:59:14.668Ztest compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok
14332026-03-09T04:59:14.668Ztest compression::tests::test_accepts_gzip_encoding_wildcard ... ok
14342026-03-09T04:59:14.668Ztest compression::tests::test_should_compress_response_basic ... ok
14352026-03-09T04:59:14.668Ztest compression::tests::test_should_compress_response_already_encoded ... ok
14362026-03-09T04:59:14.668Ztest compression::tests::test_accepts_gzip_encoding_with_spaces ... ok
14372026-03-09T04:59:14.668Ztest compression::tests::test_should_compress_response_head_method ... ok
14382026-03-09T04:59:14.668Ztest compression::tests::test_should_compress_response_compressible_content_types ... ok
14392026-03-09T04:59:14.668Ztest compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok
14402026-03-09T04:59:14.668Ztest compression::tests::test_should_compress_response_no_accept_encoding ... ok
14412026-03-09T04:59:14.670Ztest compression::tests::test_should_compress_response_not_modified ... ok
14422026-03-09T04:59:14.670Ztest compression::tests::test_should_compress_response_no_content_type ... ok
14432026-03-09T04:59:14.670Ztest compression::tests::test_should_compress_response_no_compression_extension ... ok
14442026-03-09T04:59:14.670Ztest compression::tests::test_should_compress_response_non_compressible_content_types ... ok
14452026-03-09T04:59:14.670Ztest compression::tests::test_should_compress_response_no_content ... ok
14462026-03-09T04:59:14.670Ztest compression::tests::test_should_compress_response_partial_content ... ok
14472026-03-09T04:59:14.670Ztest compression::tests::test_should_compress_response_rejects_content_range ... ok
14482026-03-09T04:59:14.670Ztest compression::tests::test_should_compress_response_respects_content_length_threshold ... ok
14492026-03-09T04:59:14.670Ztest compression::tests::test_should_compress_response_sse ... ok
14502026-03-09T04:59:14.670Ztest error::test::test_serialize_error_response_body ... ok
14512026-03-09T04:59:14.671Ztest extractor::body::tests::test_typed_body_from ... ok
14522026-03-09T04:59:14.671Ztest extractor::header::tests::test_header_parsing ... ok
14532026-03-09T04:59:14.671Ztest extractor::metadata::test::test_metadata_flattened ... ok
14542026-03-09T04:59:14.671Ztest api_description::test::test_tags_set ... ok
14552026-03-09T04:59:14.671Ztest compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok
14562026-03-09T04:59:14.671Ztest from_map::test::test_deep ... ok
14572026-03-09T04:59:14.671Ztest from_map::test::test_lone_literal ... ok
14582026-03-09T04:59:14.671Ztest extractor::metadata::test::test_metadata_simple ... ok
14592026-03-09T04:59:14.671Ztest extractor::metadata::test::test_metadata_pagination ... ok
14602026-03-09T04:59:14.671Ztest from_map::test::test_missing_data1 ... ok
14612026-03-09T04:59:14.671Ztest from_map::test::test_missing_data2 ... ok
14622026-03-09T04:59:14.671Ztest from_map::test::test_case_insensitive ... ok
14632026-03-09T04:59:14.671Ztest from_map::test::test_types ... ok
14642026-03-09T04:59:14.671Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14652026-03-09T04:59:14.671Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
14662026-03-09T04:59:14.672Ztest compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok
14672026-03-09T04:59:14.672Ztest logging::test::test_config_bad_file_no_level ... ok
14682026-03-09T04:59:14.672Ztest logging::test::test_config_bad_log_mode ... ok
14692026-03-09T04:59:14.672Ztest logging::test::test_config_bad_file_no_file ... ok
14702026-03-09T04:59:14.672Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14712026-03-09T04:59:14.672Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14722026-03-09T04:59:14.672Ztest logging::test::test_config_bad_terminal_no_level ... ok
14732026-03-09T04:59:14.672Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14742026-03-09T04:59:14.672Ztest extractor::body::tests::test_content_plus_json ... ok
14752026-03-09T04:59:14.672Ztest pagination::test::test_pagination_schema ... ok
14762026-03-09T04:59:14.672Ztest pagination::test::test_results_page ... ok
14772026-03-09T04:59:14.672Ztest router::test::test_bad_path_segment2 - should panic ... ok
14782026-03-09T04:59:14.672Ztest router::test::test_bad_path_segment1 - should panic ... ok
14792026-03-09T04:59:14.672Znote: configured to log to "/tmp/dropshot-e6839b9ecdfcd465.2152.file_dir/log.out"
14802026-03-09T04:59:14.672Ztest pagination::test::test_page_token_serialization ... ok
14812026-03-09T04:59:14.672Ztest router::test::test_bad_path_segment3 - should panic ... ok
14822026-03-09T04:59:14.672Ztest router::test::test_bad_path_segment4 - should panic ... ok
14832026-03-09T04:59:14.672Ztest logging::test::test_config_stderr_terminal ... ok
14842026-03-09T04:59:14.672Ztest router::test::test_bogus_regex - should panic ... ok
14852026-03-09T04:59:14.672Ztest pagination::test::test_pagparams_parsing ... ok
14862026-03-09T04:59:14.672Ztest router::test::test_duplicate_varname - should panic ... ok
14872026-03-09T04:59:14.672Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14882026-03-09T04:59:14.672Ztest router::test::test_duplicate_route1 - should panic ... ok
14892026-03-09T04:59:14.672Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14902026-03-09T04:59:14.672Ztest router::test::test_duplicate_route3 - should panic ... ok
14912026-03-09T04:59:14.672Ztest router::test::test_duplicate_route2 - should panic ... ok
14922026-03-09T04:59:14.672Ztest router::test::test_empty_variable ... ok
14932026-03-09T04:59:14.672Ztest router::test::test_iter2 ... ok
14942026-03-09T04:59:14.672Ztest router::test::test_embedded_non_variable ... ok
14952026-03-09T04:59:14.672Ztest router::test::test_iter ... ok
14962026-03-09T04:59:14.672Ztest router::test::test_error_cases ... ok
14972026-03-09T04:59:14.672Ztest router::test::test_literal_after_regex - should panic ... ok
14982026-03-09T04:59:14.672Ztest router::test::test_map ... ok
14992026-03-09T04:59:14.672Ztest router::test::test_inconsistent_varname - should panic ... ok
15002026-03-09T04:59:14.672Ztest router::test::test_iter_null ... ok
15012026-03-09T04:59:14.672Znote: configured to log to "/tmp/dropshot-e6839b9ecdfcd465.2152.file_dir/log.out"
15022026-03-09T04:59:14.672Ztest router::test::test_map_bad_value ... ok
15032026-03-09T04:59:14.672Ztest router::test::test_map_bad_seq ... ok
15042026-03-09T04:59:14.698Ztest router::test::test_segments ... ok
15052026-03-09T04:59:14.698Ztest router::test::test_router_versioned ... ok
15062026-03-09T04:59:14.698Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
15072026-03-09T04:59:14.698Ztest router::test::test_router_basic ... ok
15082026-03-09T04:59:14.698Ztest router::test::test_literal_after_variable - should panic ... ok
15092026-03-09T04:59:14.698Ztest router::test::test_more_after_regex - should panic ... ok
15102026-03-09T04:59:14.698Ztest router::test::test_path_segment ... ok
15112026-03-09T04:59:14.698Ztest router::test::test_variable_name_bad_end - should panic ... ok
15122026-03-09T04:59:14.698Ztest router::test::test_variable_name_bad_start - should panic ... ok
15132026-03-09T04:59:14.698Ztest router::test::test_variables_glob ... ok
15142026-03-09T04:59:14.698Ztest router::test::test_variables_multi ... ok
15152026-03-09T04:59:14.698Znote: configured to log to "/tmp/dropshot-e6839b9ecdfcd465.2152.file_dir/log.out"
15162026-03-09T04:59:14.698Ztest router::test::test_variable_rename ... ok
15172026-03-09T04:59:14.698Ztest router::test::test_variables_basic ... ok
15182026-03-09T04:59:14.698Ztest schema_util::test::test_empty_struct ... ok
15192026-03-09T04:59:14.698Ztest router::test::test_variable_after_literal - should panic ... ok
15202026-03-09T04:59:14.698Ztest schema_util::test::test_additional_properties ... ok
15212026-03-09T04:59:14.698Ztest router::test::test_variable_name_empty - should panic ... ok
15222026-03-09T04:59:14.698Ztest logging::test::test_config_file ... ok
15232026-03-09T04:59:14.698Ztest schema_util::test::test_nullable ... ok
15242026-03-09T04:59:14.698Ztest schema_util::test::test_two_types - should panic ... ok
15252026-03-09T04:59:14.698Ztest schema_util::test::test_extension_conversion ... ok
15262026-03-09T04:59:14.698Ztest schema_util::test::test_embedded_schema ... ok
15272026-03-09T04:59:14.698Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
15282026-03-09T04:59:14.698Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
15292026-03-09T04:59:14.698Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
15302026-03-09T04:59:14.698Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
15312026-03-09T04:59:14.698Ztest test_util::test::test_bunyan_easy_cases ... ok
15322026-03-09T04:59:14.698Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
15332026-03-09T04:59:14.698Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
15342026-03-09T04:59:14.698Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
15352026-03-09T04:59:14.698Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
15362026-03-09T04:59:14.698Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
15372026-03-09T04:59:14.699Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
15382026-03-09T04:59:14.699Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
15392026-03-09T04:59:14.699Ztest to_map::test::test_to_map_enum ... ok
15402026-03-09T04:59:14.699Ztest to_map::test::test_struct_with_options ... ok
15412026-03-09T04:59:14.699Ztest to_map::test::test_to_map_vec ... ok
15422026-03-09T04:59:14.699Ztest to_map::test::test_to_map_num ... ok
15432026-03-09T04:59:14.699Ztest to_map::test::test_to_map_seq ... ok
15442026-03-09T04:59:14.699Ztest to_map::test::test_to_map_valid ... ok
15452026-03-09T04:59:14.699Ztest type_util::tests::test_commented_ref ... ok
15462026-03-09T04:59:14.699Ztest type_util::tests::test_reflexive_type - should panic ... ok
15472026-03-09T04:59:14.699Ztest type_util::tests::test_recursive_type - should panic ... ok
15482026-03-09T04:59:14.699Ztest server::test::test_drop_server_without_close_okay ... ok
15492026-03-09T04:59:14.699Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
15502026-03-09T04:59:14.699Ztest server::test::test_server_run_then_close ... ok
15512026-03-09T04:59:14.699Ztest server::test::test_http_acceptor_happy_path ... ok
15522026-03-09T04:59:14.699Z
15532026-03-09T04:59:14.699Ztest result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
15542026-03-09T04:59:14.699Z
15552026-03-09T04:59:14.699Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-c639c8def4bb1b21`
15562026-03-09T04:59:14.699Z
15572026-03-09T04:59:14.699Zrunning 1 test
15582026-03-09T04:59:15.275Z Compiling proc-macro2 v1.0.106
15592026-03-09T04:59:15.275Z Compiling quote v1.0.44
15602026-03-09T04:59:15.275Z Compiling unicode-ident v1.0.12
15612026-03-09T04:59:15.275Z Compiling libc v0.2.183
15622026-03-09T04:59:15.299Z Checking cfg-if v1.0.0
15632026-03-09T04:59:15.300Z Compiling serde_core v1.0.228
15642026-03-09T04:59:15.300Z Checking itoa v1.0.1
15652026-03-09T04:59:15.300Z Checking pin-project-lite v0.2.12
15662026-03-09T04:59:15.414Z Checking memchr v2.6.0
15672026-03-09T04:59:15.513Z Compiling shlex v1.3.0
15682026-03-09T04:59:15.546Z Compiling autocfg v1.1.0
15692026-03-09T04:59:15.604Z Checking bytes v1.11.1
15702026-03-09T04:59:15.914Z Compiling cc v1.2.16
15712026-03-09T04:59:15.976Z Checking smallvec v1.13.2
15722026-03-09T04:59:16.262Z Compiling version_check v0.9.5
15732026-03-09T04:59:16.347Z Checking once_cell v1.20.1
15742026-03-09T04:59:16.380Z Checking futures-core v0.3.32
15752026-03-09T04:59:16.586Z Compiling log v0.4.17
15762026-03-09T04:59:16.610Z Compiling parking_lot_core v0.9.4
15772026-03-09T04:59:16.683Z Checking scopeguard v1.2.0
15782026-03-09T04:59:16.856Z Checking lock_api v0.4.6
15792026-03-09T04:59:17.047Z Compiling zmij v1.0.2
15802026-03-09T04:59:17.145Z Compiling thiserror v2.0.18
15812026-03-09T04:59:17.279Z Compiling slab v0.4.9
15822026-03-09T04:59:17.392Z Checking socket2 v0.6.0
15832026-03-09T04:59:17.813Z Checking parking_lot v0.12.1
15842026-03-09T04:59:17.851Z Checking signal-hook-registry v1.4.0
15852026-03-09T04:59:17.934Z Checking mio v1.0.3
15862026-03-09T04:59:18.019Z Checking futures-sink v0.3.32
15872026-03-09T04:59:18.176Z Compiling syn v2.0.117
15882026-03-09T04:59:18.201Z Checking getrandom v0.2.11
15892026-03-09T04:59:18.293Z Compiling serde v1.0.228
15902026-03-09T04:59:18.317Z Compiling serde_json v1.0.149
15912026-03-09T04:59:18.443Z Checking futures-channel v0.3.32
15922026-03-09T04:59:18.537Z Checking http v1.4.0
15932026-03-09T04:59:18.685Z Checking zeroize v1.7.0
15942026-03-09T04:59:18.942Z Checking rustls-pki-types v1.14.0
15952026-03-09T04:59:19.055Z Checking futures-io v0.3.32
15962026-03-09T04:59:19.079Z Checking stable_deref_trait v1.2.0
15972026-03-09T04:59:19.194Z Checking futures-task v0.3.32
15982026-03-09T04:59:19.268Z Compiling httparse v1.10.0
15992026-03-09T04:59:19.449Z Compiling zerocopy v0.8.27
16002026-03-09T04:59:19.709Z Compiling ring v0.17.13
16012026-03-09T04:59:19.776Z Compiling ucd-trie v0.1.6
16022026-03-09T04:59:20.023Z Checking tracing-core v0.1.32
16032026-03-09T04:59:20.291Z Checking untrusted v0.9.0
16042026-03-09T04:59:20.324Z Checking hashbrown v0.16.1
16052026-03-09T04:59:20.414Z Checking bitflags v2.11.0
16062026-03-09T04:59:20.438Z Checking equivalent v1.0.0
16072026-03-09T04:59:20.571Z Checking http-body v1.0.1
16082026-03-09T04:59:20.680Z Checking tracing v0.1.40
16092026-03-09T04:59:20.739Z Checking litemap v0.7.4
16102026-03-09T04:59:20.786Z Compiling typenum v1.14.0
16112026-03-09T04:59:20.811Z Checking percent-encoding v2.3.2
16122026-03-09T04:59:21.013Z Checking atomic-waker v1.1.2
16132026-03-09T04:59:21.095Z Checking writeable v0.5.5
16142026-03-09T04:59:21.201Z Compiling vcpkg v0.2.15
16152026-03-09T04:59:21.347Z Checking indexmap v2.13.0
16162026-03-09T04:59:21.434Z Compiling pkg-config v0.3.31
16172026-03-09T04:59:21.768Z Compiling rustversion v1.0.22
16182026-03-09T04:59:22.628Z Compiling generic-array v0.14.5
16192026-03-09T04:59:22.671Z Compiling crossbeam-utils v0.8.21
16202026-03-09T04:59:22.908Z Checking try-lock v0.2.3
16212026-03-09T04:59:23.049Z Checking fnv v1.0.7
16222026-03-09T04:59:23.073Z Checking want v0.3.0
16232026-03-09T04:59:23.224Z Compiling openssl-sys v0.9.107
16242026-03-09T04:59:23.413Z Compiling unicase v2.6.0
16252026-03-09T04:59:23.439Z Compiling time-core v0.1.8
16262026-03-09T04:59:23.704Z Compiling num-conv v0.2.0
16272026-03-09T04:59:23.819Z Checking tower-service v0.3.3
16282026-03-09T04:59:24.022Z Compiling getrandom v0.4.1
16292026-03-09T04:59:24.233Z Checking pin-utils v0.1.0
16302026-03-09T04:59:24.334Z Checking tower-layer v0.3.3
16312026-03-09T04:59:24.485Z Checking base64 v0.22.1
16322026-03-09T04:59:24.604Z Checking powerfmt v0.2.0
16332026-03-09T04:59:24.629Z Checking subtle v2.5.0
16342026-03-09T04:59:24.681Z Checking httpdate v1.0.1
16352026-03-09T04:59:24.796Z Compiling synstructure v0.13.1
16362026-03-09T04:59:24.836Z Checking icu_locid_transform_data v1.5.0
16372026-03-09T04:59:24.891Z Checking deranged v0.5.5
16382026-03-09T04:59:24.934Z Compiling slog v2.8.2
16392026-03-09T04:59:24.970Z Compiling time-macros v0.2.27
16402026-03-09T04:59:25.806Z Checking rustls-webpki v0.102.8
16412026-03-09T04:59:25.993Z Checking icu_properties_data v1.5.0
16422026-03-09T04:59:26.048Z Checking num_threads v0.1.3
16432026-03-09T04:59:26.508Z Compiling num-traits v0.2.14
16442026-03-09T04:59:26.567Z Checking foreign-types-shared v0.1.1
16452026-03-09T04:59:26.708Z Compiling openssl v0.10.72
16462026-03-09T04:59:26.930Z Checking utf8_iter v1.0.4
16472026-03-09T04:59:27.070Z Checking write16 v1.0.0
16482026-03-09T04:59:27.138Z Checking openssl-probe v0.1.4
16492026-03-09T04:59:27.162Z Compiling usdt-impl v0.6.0
16502026-03-09T04:59:27.192Z Checking ipnet v2.10.0
16512026-03-09T04:59:27.226Z Compiling crc32fast v1.5.0
16522026-03-09T04:59:27.303Z Checking utf16_iter v1.0.5
16532026-03-09T04:59:27.330Z Checking icu_normalizer_data v1.5.0
16542026-03-09T04:59:27.568Z Compiling thread-id v5.0.0
16552026-03-09T04:59:27.710Z Checking foreign-types v0.3.2
16562026-03-09T04:59:27.734Z Checking block-buffer v0.10.2
16572026-03-09T04:59:27.813Z Checking time v0.3.47
16582026-03-09T04:59:27.837Z Checking crypto-common v0.1.6
16592026-03-09T04:59:28.002Z Checking form_urlencoded v1.2.2
16602026-03-09T04:59:28.119Z Checking rand_core v0.6.3
16612026-03-09T04:59:28.194Z Checking errno v0.3.10
16622026-03-09T04:59:28.238Z Checking byteorder v1.4.3
16632026-03-09T04:59:28.301Z Compiling rustls v0.22.4
16642026-03-09T04:59:28.399Z Checking adler2 v2.0.1
16652026-03-09T04:59:28.446Z Checking ppv-lite86 v0.2.15
16662026-03-09T04:59:28.585Z Compiling rustix v1.1.4
16672026-03-09T04:59:28.645Z Compiling ryu v1.0.5
16682026-03-09T04:59:28.670Z Compiling native-tls v0.2.12
16692026-03-09T04:59:28.856Z Checking simd-adler32 v0.3.7
16702026-03-09T04:59:29.097Z Compiling rustls v0.23.13
16712026-03-09T04:59:29.152Z Checking mime v0.3.16
16722026-03-09T04:59:29.236Z Checking plain v0.2.3
16732026-03-09T04:59:29.365Z Checking miniz_oxide v0.8.9
16742026-03-09T04:59:29.439Z Checking rand_chacha v0.3.1
16752026-03-09T04:59:29.675Z Checking digest v0.10.7
16762026-03-09T04:59:29.801Z Checking pretty-hex v0.4.1
16772026-03-09T04:59:29.875Z Compiling rustix v0.38.44
16782026-03-09T04:59:29.998Z Compiling thiserror v1.0.69
16792026-03-09T04:59:30.023Z Checking cpufeatures v0.2.17
16802026-03-09T04:59:30.048Z Checking iana-time-zone v0.1.47
16812026-03-09T04:59:30.097Z Checking flate2 v1.1.9
16822026-03-09T04:59:30.140Z Checking sha1 v0.10.6
16832026-03-09T04:59:30.231Z Compiling mime_guess v2.0.5
16842026-03-09T04:59:30.479Z Checking rand v0.8.4
16852026-03-09T04:59:30.503Z Compiling serde_derive v1.0.228
16862026-03-09T04:59:30.679Z Compiling tokio-macros v2.6.0
16872026-03-09T04:59:30.741Z Compiling thiserror-impl v2.0.18
16882026-03-09T04:59:30.766Z Compiling zerofrom-derive v0.1.5
16892026-03-09T04:59:30.792Z Compiling yoke-derive v0.7.5
16902026-03-09T04:59:31.570Z Compiling futures-macro v0.3.32
16912026-03-09T04:59:31.631Z Compiling zerovec-derive v0.10.3
16922026-03-09T04:59:32.920Z Checking tokio v1.49.0
16932026-03-09T04:59:34.253Z Checking futures-util v0.3.32
16942026-03-09T04:59:34.648Z Compiling displaydoc v0.2.5
16952026-03-09T04:59:34.776Z Compiling zerocopy-derive v0.8.27
16962026-03-09T04:59:35.096Z Compiling icu_provider_macros v1.5.0
16972026-03-09T04:59:35.385Z Compiling pest v2.8.1
16982026-03-09T04:59:35.440Z Checking zerofrom v0.1.5
16992026-03-09T04:59:35.665Z Checking yoke v0.7.5
17002026-03-09T04:59:36.020Z Checking zerovec v0.10.4
17012026-03-09T04:59:36.951Z Compiling scroll_derive v0.13.1
17022026-03-09T04:59:37.022Z Compiling openssl-macros v0.1.1
17032026-03-09T04:59:37.720Z Checking tinystr v0.7.6
17042026-03-09T04:59:38.061Z Compiling pest_meta v2.8.1
17052026-03-09T04:59:38.226Z Checking icu_locid v1.5.0
17062026-03-09T04:59:38.491Z Checking icu_collections v1.5.0
17072026-03-09T04:59:39.182Z Checking icu_provider v1.5.0
17082026-03-09T04:59:39.404Z Compiling pest_generator v2.8.1
17092026-03-09T04:59:39.964Z Checking tokio-util v0.7.7
17102026-03-09T04:59:40.231Z Checking icu_locid_transform v1.5.0
17112026-03-09T04:59:40.767Z Checking h2 v0.4.6
17122026-03-09T04:59:41.113Z Checking erased-serde v0.3.31
17132026-03-09T04:59:41.198Z Checking icu_properties v1.5.1
17142026-03-09T04:59:41.223Z Compiling serde_tokenstream v0.2.3
17152026-03-09T04:59:41.892Z Checking scroll v0.13.0
17162026-03-09T04:59:42.043Z Compiling dof v0.4.0
17172026-03-09T04:59:42.388Z Checking goblin v0.10.1
17182026-03-09T04:59:42.718Z Checking chrono v0.4.44
17192026-03-09T04:59:42.901Z Compiling pest_derive v2.8.1
17202026-03-09T04:59:43.753Z Compiling thiserror-impl v1.0.69
17212026-03-09T04:59:44.249Z Compiling dtrace-parser v0.3.0
17222026-03-09T04:59:44.402Z Checking icu_normalizer v1.5.0
17232026-03-09T04:59:44.782Z Checking hyper v1.8.1
17242026-03-09T04:59:45.139Z Checking idna_adapter v1.2.0
17252026-03-09T04:59:45.397Z Checking idna v1.0.3
17262026-03-09T04:59:46.177Z Checking concurrent-queue v2.5.0
17272026-03-09T04:59:46.255Z Compiling serde_derive_internals v0.29.0
17282026-03-09T04:59:46.773Z Checking http-body-util v0.1.3
17292026-03-09T04:59:46.834Z Checking hyper-util v0.1.20
17302026-03-09T04:59:47.019Z Checking rustls-pemfile v2.2.0
17312026-03-09T04:59:47.277Z Compiling multer v3.1.0
17322026-03-09T04:59:47.405Z Checking thread_local v1.1.4
17332026-03-09T04:59:47.641Z Checking sync_wrapper v1.0.1
17342026-03-09T04:59:47.721Z Checking encoding_rs v0.8.32
17352026-03-09T04:59:47.748Z Compiling camino v1.2.2
17362026-03-09T04:59:47.824Z Compiling slog-async v2.8.0
17372026-03-09T04:59:48.432Z Checking parking v2.2.0
17382026-03-09T04:59:48.457Z Checking fastrand v2.1.1
17392026-03-09T04:59:48.552Z Checking match_cfg v0.1.0
17402026-03-09T04:59:48.638Z Compiling paste v1.0.15
17412026-03-09T04:59:48.670Z Compiling schemars v0.8.22
17422026-03-09T04:59:48.734Z Checking winnow v0.7.13
17432026-03-09T04:59:48.790Z Checking compression-core v0.4.31
17442026-03-09T04:59:48.859Z Compiling schemars_derive v0.8.22
17452026-03-09T04:59:49.013Z Checking compression-codecs v0.4.37
17462026-03-09T04:59:49.109Z Checking tokio-rustls v0.26.0
17472026-03-09T04:59:49.143Z Checking tempfile v3.26.0
17482026-03-09T04:59:49.296Z Checking tokio-rustls v0.25.0
17492026-03-09T04:59:49.321Z Checking hostname v0.3.1
17502026-03-09T04:59:49.345Z Checking event-listener v5.0.0
17512026-03-09T04:59:49.580Z Checking tower v0.5.2
17522026-03-09T04:59:49.667Z Compiling usdt-macro v0.6.0
17532026-03-09T04:59:49.719Z Compiling usdt-attr-macro v0.6.0
17542026-03-09T04:59:49.817Z Checking serde_urlencoded v0.7.1
17552026-03-09T04:59:50.000Z Checking url v2.5.4
17562026-03-09T04:59:50.077Z Checking tokio-native-tls v0.3.1
17572026-03-09T04:59:50.366Z Checking slog-json v2.6.1
17582026-03-09T04:59:50.390Z Checking futures-executor v0.3.32
17592026-03-09T04:59:50.659Z Compiling async-stream-impl v0.3.6
17602026-03-09T04:59:50.684Z Checking uuid v1.21.0
17612026-03-09T04:59:50.836Z Checking crossbeam-channel v0.5.15
17622026-03-09T04:59:51.268Z Checking toml_parser v1.0.9+spec-1.1.0
17632026-03-09T04:59:51.292Z Checking serde_spanned v1.0.4
17642026-03-09T04:59:51.522Z Checking toml_datetime v1.0.0+spec-1.1.0
17652026-03-09T04:59:51.546Z Checking webpki-roots v0.26.5
17662026-03-09T04:59:51.672Z Checking is-terminal v0.4.12
17672026-03-09T04:59:51.719Z Checking memmap2 v0.9.8
17682026-03-09T04:59:51.750Z Compiling dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
17692026-03-09T04:59:51.822Z Checking data-encoding v2.4.0
17702026-03-09T04:59:51.949Z Checking term v1.1.0
17712026-03-09T04:59:51.973Z Compiling semver v1.0.27
17722026-03-09T04:59:51.997Z Checking toml_writer v1.0.6+spec-1.1.0
17732026-03-09T04:59:52.026Z Compiling heck v0.5.0
17742026-03-09T04:59:52.178Z Checking unicode-width v0.1.9
17752026-03-09T04:59:52.356Z Checking iri-string v0.7.8
17762026-03-09T04:59:52.381Z Checking dyn-clone v1.0.4
17772026-03-09T04:59:52.405Z Checking take_mut v0.2.2
17782026-03-09T04:59:52.500Z Compiling anyhow v1.0.102
17792026-03-09T04:59:52.556Z Checking unicode-segmentation v1.10.0
17802026-03-09T04:59:52.612Z Checking utf-8 v0.7.6
17812026-03-09T04:59:52.636Z Checking spin v0.9.8
17822026-03-09T04:59:52.661Z Checking lazy_static v1.5.0
17832026-03-09T04:59:52.762Z Compiling dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17842026-03-09T04:59:52.810Z Checking console v0.15.7
17852026-03-09T04:59:52.874Z Checking tungstenite v0.24.0
17862026-03-09T04:59:53.165Z Checking newline-converter v0.3.0
17872026-03-09T04:59:53.340Z Checking async-stream v0.3.6
17882026-03-09T04:59:53.403Z Checking slog-term v2.9.2
17892026-03-09T04:59:53.554Z Checking toml v1.0.3+spec-1.1.0
17902026-03-09T04:59:53.595Z Checking usdt v0.6.0
17912026-03-09T04:59:53.658Z Checking hyper-rustls v0.27.3
17922026-03-09T04:59:53.682Z Checking atomicwrites v0.4.4
17932026-03-09T04:59:53.899Z Checking slog-bunyan v2.5.0
17942026-03-09T04:59:53.945Z Checking futures v0.3.32
17952026-03-09T04:59:53.982Z Checking hyper-tls v0.6.0
17962026-03-09T04:59:54.060Z Checking event-listener-strategy v0.5.4
17972026-03-09T04:59:54.263Z Checking async-compression v0.4.41
17982026-03-09T04:59:54.297Z Checking rustls-native-certs v0.7.0
17992026-03-09T04:59:54.468Z Checking openapiv3 v2.2.0
18002026-03-09T04:59:54.492Z Compiling async-trait v0.1.89
18012026-03-09T04:59:54.597Z Checking yasna v0.5.2
18022026-03-09T04:59:54.729Z Checking pem v3.0.6
18032026-03-09T04:59:54.769Z Checking tower-http v0.6.8
18042026-03-09T04:59:54.855Z Checking waitgroup v0.1.2
18052026-03-09T04:59:55.001Z Checking serde_path_to_error v0.1.20
18062026-03-09T04:59:55.025Z Checking webpki-roots v1.0.0
18072026-03-09T04:59:55.237Z Checking hostname v0.4.2
18082026-03-09T04:59:55.305Z Checking http-range v0.1.4
18092026-03-09T04:59:55.382Z Checking similar v2.2.1
18102026-03-09T04:59:55.407Z Checking simple-mermaid v0.2.0
18112026-03-09T04:59:55.508Z Checking debug-ignore v1.0.5
18122026-03-09T04:59:55.533Z Checking hyper-staticfile v0.10.1
18132026-03-09T04:59:55.585Z Checking rcgen v0.14.7
18142026-03-09T04:59:55.696Z Checking reqwest v0.12.28
18152026-03-09T04:59:55.903Z Checking hyper-rustls v0.26.0
18162026-03-09T04:59:56.037Z Checking async-channel v2.5.0
18172026-03-09T04:59:56.109Z Checking expectorate v1.2.0
18182026-03-09T04:59:56.234Z Checking tokio-tungstenite v0.24.0
18192026-03-09T04:59:56.396Z Checking subprocess v1.0.0
18202026-03-09T04:59:56.449Z Checking buf-list v1.1.2
18212026-03-09T05:00:01.437Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
18222026-03-09T05:00:01.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.84s
18232026-03-09T05:00:02.005Z
18242026-03-09T05:00:02.005Z
18252026-03-09T05:00:14.646Ztest fail has been running for over 60 seconds
18262026-03-09T05:00:40.435Ztest tests/fail/bad_channel10.rs ... ok
18272026-03-09T05:00:40.435Ztest tests/fail/bad_channel11.rs ... ok
18282026-03-09T05:00:40.435Ztest tests/fail/bad_channel12.rs ... ok
18292026-03-09T05:00:40.435Ztest tests/fail/bad_channel13.rs ... ok
18302026-03-09T05:00:40.504Ztest tests/fail/bad_channel14.rs ... ok
18312026-03-09T05:00:40.504Ztest tests/fail/bad_channel15.rs ... ok
18322026-03-09T05:00:40.504Ztest tests/fail/bad_channel17.rs ... ok
18332026-03-09T05:00:40.504Ztest tests/fail/bad_channel18.rs ... ok
18342026-03-09T05:00:40.504Ztest tests/fail/bad_channel19.rs ... ok
18352026-03-09T05:00:40.504Ztest tests/fail/bad_channel1a.rs ... ok
18362026-03-09T05:00:40.504Ztest tests/fail/bad_channel1b.rs ... ok
18372026-03-09T05:00:40.504Ztest tests/fail/bad_channel2.rs ... ok
18382026-03-09T05:00:40.504Ztest tests/fail/bad_channel20.rs ... ok
18392026-03-09T05:00:40.504Ztest tests/fail/bad_channel21.rs ... ok
18402026-03-09T05:00:40.504Ztest tests/fail/bad_channel22.rs ... ok
18412026-03-09T05:00:40.504Ztest tests/fail/bad_channel23.rs ... ok
18422026-03-09T05:00:40.504Ztest tests/fail/bad_channel24.rs ... ok
18432026-03-09T05:00:40.504Ztest tests/fail/bad_channel25.rs ... ok
18442026-03-09T05:00:40.504Ztest tests/fail/bad_channel26.rs ... ok
18452026-03-09T05:00:40.504Ztest tests/fail/bad_channel27.rs ... ok
18462026-03-09T05:00:40.504Ztest tests/fail/bad_channel28.rs ... ok
18472026-03-09T05:00:40.504Ztest tests/fail/bad_channel3.rs ... ok
18482026-03-09T05:00:40.504Ztest tests/fail/bad_channel4.rs ... ok
18492026-03-09T05:00:40.504Ztest tests/fail/bad_channel5.rs ... ok
18502026-03-09T05:00:40.504Ztest tests/fail/bad_channel6.rs ... ok
18512026-03-09T05:00:40.504Ztest tests/fail/bad_channel8.rs ... ok
18522026-03-09T05:00:40.504Ztest tests/fail/bad_channel9.rs ... ok
18532026-03-09T05:00:40.504Ztest tests/fail/bad_endpoint1.rs ... ok
18542026-03-09T05:00:40.504Ztest tests/fail/bad_endpoint10.rs ... ok
18552026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint11.rs ... ok
18562026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint12.rs ... ok
18572026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint13.rs ... ok
18582026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint14.rs ... ok
18592026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint15.rs ... ok
18602026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint16.rs ... ok
18612026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint17.rs ... ok
18622026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint18.rs ... ok
18632026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint19.rs ... ok
18642026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint2.rs ... ok
18652026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint20.rs ... ok
18662026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint21.rs ... ok
18672026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint22.rs ... ok
18682026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint23.rs ... ok
18692026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint24.rs ... ok
18702026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint25.rs ... ok
18712026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint26.rs ... ok
18722026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint27.rs ... ok
18732026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint28.rs ... ok
18742026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint3.rs ... ok
18752026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint4.rs ... ok
18762026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint5.rs ... ok
18772026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint6.rs ... ok
18782026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint7.rs ... ok
18792026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint8.rs ... ok
18802026-03-09T05:00:40.505Ztest tests/fail/bad_endpoint9.rs ... ok
18812026-03-09T05:00:40.505Ztest tests/fail/bad_trait_channel10.rs ... ok
18822026-03-09T05:00:40.505Ztest tests/fail/bad_trait_channel11.rs ... ok
18832026-03-09T05:00:40.505Ztest tests/fail/bad_trait_channel12.rs ... ok
18842026-03-09T05:00:40.505Ztest tests/fail/bad_trait_channel13.rs ... ok
18852026-03-09T05:00:40.505Ztest tests/fail/bad_trait_channel14.rs ... ok
18862026-03-09T05:00:40.505Ztest tests/fail/bad_trait_channel15.rs ... ok
18872026-03-09T05:00:40.505Ztest tests/fail/bad_trait_channel17.rs ... ok
18882026-03-09T05:00:40.505Ztest tests/fail/bad_trait_channel18.rs ... ok
18892026-03-09T05:00:40.505Ztest tests/fail/bad_trait_channel19.rs ... ok
18902026-03-09T05:00:40.505Ztest tests/fail/bad_trait_channel1a.rs ... ok
18912026-03-09T05:00:40.505Ztest tests/fail/bad_trait_channel1b.rs ... ok
18922026-03-09T05:00:40.505Ztest tests/fail/bad_trait_channel2.rs ... ok
18932026-03-09T05:00:40.505Ztest tests/fail/bad_trait_channel20.rs ... ok
18942026-03-09T05:00:40.506Ztest tests/fail/bad_trait_channel21.rs ... ok
18952026-03-09T05:00:40.506Ztest tests/fail/bad_trait_channel22.rs ... ok
18962026-03-09T05:00:40.506Ztest tests/fail/bad_trait_channel23.rs ... ok
18972026-03-09T05:00:40.506Ztest tests/fail/bad_trait_channel24.rs ... ok
18982026-03-09T05:00:40.506Ztest tests/fail/bad_trait_channel25.rs ... ok
18992026-03-09T05:00:40.506Ztest tests/fail/bad_trait_channel26.rs ... ok
19002026-03-09T05:00:40.506Ztest tests/fail/bad_trait_channel28.rs ... ok
19012026-03-09T05:00:40.506Ztest tests/fail/bad_trait_channel3.rs ... ok
19022026-03-09T05:00:40.506Ztest tests/fail/bad_trait_channel4.rs ... ok
19032026-03-09T05:00:40.506Ztest tests/fail/bad_trait_channel5.rs ... ok
19042026-03-09T05:00:40.506Ztest tests/fail/bad_trait_channel6.rs ... ok
19052026-03-09T05:00:40.506Ztest tests/fail/bad_trait_channel8.rs ... ok
19062026-03-09T05:00:40.506Ztest tests/fail/bad_trait_channel9.rs ... ok
19072026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint1.rs ... ok
19082026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint10.rs ... ok
19092026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint11.rs ... ok
19102026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint12.rs ... ok
19112026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint13.rs ... ok
19122026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint14.rs ... ok
19132026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint15.rs ... ok
19142026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint16.rs ... ok
19152026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint17.rs ... ok
19162026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint18.rs ... ok
19172026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint19.rs ... ok
19182026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint2.rs ... ok
19192026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint20.rs ... ok
19202026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint21.rs ... ok
19212026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint22.rs ... ok
19222026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint23.rs ... ok
19232026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint24.rs ... ok
19242026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint25.rs ... ok
19252026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint26.rs ... ok
19262026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint27.rs ... ok
19272026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint28.rs ... ok
19282026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint3.rs ... ok
19292026-03-09T05:00:40.506Ztest tests/fail/bad_trait_endpoint4.rs ... ok
19302026-03-09T05:00:40.531Ztest tests/fail/bad_trait_endpoint5.rs ... ok
19312026-03-09T05:00:40.532Ztest tests/fail/bad_trait_endpoint6.rs ... ok
19322026-03-09T05:00:40.532Ztest tests/fail/bad_trait_endpoint7.rs ... ok
19332026-03-09T05:00:40.532Ztest tests/fail/bad_trait_endpoint8.rs ... ok
19342026-03-09T05:00:40.532Ztest tests/fail/bad_trait_endpoint9.rs ... ok
19352026-03-09T05:00:40.532Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
19362026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only1.rs ... ok
19372026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only10.rs ... ok
19382026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only11.rs ... ok
19392026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only12.rs ... ok
19402026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only13.rs ... ok
19412026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only14.rs ... ok
19422026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only15.rs ... ok
19432026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only16.rs ... ok
19442026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only17.rs ... ok
19452026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only18.rs ... ok
19462026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only19.rs ... ok
19472026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only2.rs ... ok
19482026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only20.rs ... ok
19492026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only21.rs ... ok
19502026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only22.rs ... ok
19512026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only3.rs ... ok
19522026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only4.rs ... ok
19532026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only5.rs ... ok
19542026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only6.rs ... ok
19552026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only7.rs ... ok
19562026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only8.rs ... ok
19572026-03-09T05:00:40.532Ztest tests/fail/bad_trait_only9.rs ... ok
19582026-03-09T05:00:40.532Ztest tests/fail/bad_version_backwards.rs ... ok
19592026-03-09T05:00:40.532Ztest tests/fail/unused_endpoint.rs ... ok
19602026-03-09T05:00:40.532Z
19612026-03-09T05:00:40.532Z
19622026-03-09T05:00:40.532Ztest fail ... ok
19632026-03-09T05:00:40.532Z
19642026-03-09T05:00:40.532Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 85.80s
19652026-03-09T05:00:40.532Z
19662026-03-09T05:00:40.532Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-5c769789fdbaa0c6`
19672026-03-09T05:00:40.532Z
19682026-03-09T05:00:40.533Zrunning 100 tests
19692026-03-09T05:00:40.533Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
19702026-03-09T05:00:40.533Ztest config::test_config_bad_bind_address_port_too_large ... ok
19712026-03-09T05:00:40.533Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
19722026-03-09T05:00:40.533Ztest config::test_config_bad_bind_address_garbage ... ok
19732026-03-09T05:00:40.533Ztest config::test_config_bad_bind_address_port_too_small ... ok
19742026-03-09T05:00:40.533Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
19752026-03-09T05:00:40.533Ztest api_trait::test_api_trait_with_complex_tags ... ok
19762026-03-09T05:00:40.533Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
19772026-03-09T05:00:40.533Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19782026-03-09T05:00:40.533Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-api_trait_basic.3465.1.log"
19792026-03-09T05:00:40.533Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-config_handler_task_mode_detached.3465.5.log"
19802026-03-09T05:00:40.533Ztest config::test_valid_config_all_settings ... ok
19812026-03-09T05:00:40.533Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-config_bind_address_http.3465.0.log"
19822026-03-09T05:00:40.533Ztest config::test_valid_config_basic ... ok
19832026-03-09T05:00:40.533Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-config_bind_address_https_buffer.3465.6.log"
19842026-03-09T05:00:40.533Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-config_bind_address_https.3465.4.log"
19852026-03-09T05:00:40.533Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-config_handler_task_mode_cancel.3465.2.log"
19862026-03-09T05:00:40.533Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_unversioned_servers_with_versioned_routes.3465.3.log"
19872026-03-09T05:00:40.533Ztest config::test_valid_config_empty ... ok
19882026-03-09T05:00:40.533Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19892026-03-09T05:00:40.533Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_enum_extractor_error.3465.7.log"
19902026-03-09T05:00:40.533Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_enum_user_error.3465.8.log"
19912026-03-09T05:00:40.533Ztest config::test_config_handler_task_mode_cancel ... ok
19922026-03-09T05:00:40.533Ztest custom_errors::test_enum_extractor_error ... ok
19932026-03-09T05:00:40.533Ztest config::test_config_handler_task_mode_detached ... ok
19942026-03-09T05:00:40.533Ztest custom_errors::test_enum_user_error ... ok
19952026-03-09T05:00:40.533Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_struct_extractor_error.3465.9.log"
19962026-03-09T05:00:40.533Ztest api_trait::test_api_trait_basic ... ok
19972026-03-09T05:00:40.533Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_trait_enum_user_error.3465.10.log"
19982026-03-09T05:00:40.533Ztest custom_errors::test_trait_based_api ... ok
19992026-03-09T05:00:40.533Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_struct_user_error.3465.11.log"
20002026-03-09T05:00:40.533Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_trait_struct_user_error.3465.12.log"
20012026-03-09T05:00:40.533Ztest config::test_config_bind_address_http ... ok
20022026-03-09T05:00:40.533Ztest custom_errors::test_trait_enum_user_error ... ok
20032026-03-09T05:00:40.533Ztest custom_errors::test_struct_user_error ... ok
20042026-03-09T05:00:40.533Ztest custom_errors::test_struct_extractor_error ... ok
20052026-03-09T05:00:40.533Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_303_see_other.3465.14.log"
20062026-03-09T05:00:40.533Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_302_bogus.3465.13.log"
20072026-03-09T05:00:40.534Ztest custom_errors::test_trait_struct_user_error ... ok
20082026-03-09T05:00:40.534Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_302_found.3465.15.log"
20092026-03-09T05:00:40.534Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-demo1.3465.16.log"
20102026-03-09T05:00:40.534Ztest demo::test_303_see_other ... ok
20112026-03-09T05:00:40.534Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_delete_request.3465.18.log"
20122026-03-09T05:00:40.534Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_307_temporary_redirect.3465.17.log"
20132026-03-09T05:00:40.534Ztest demo::test_302_bogus ... ok
20142026-03-09T05:00:40.534Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-demo2json.3465.19.log"
20152026-03-09T05:00:40.534Ztest demo::test_302_found ... ok
20162026-03-09T05:00:40.534Ztest demo::test_demo1 ... ok
20172026-03-09T05:00:40.534Ztest demo::test_delete_request ... ok
20182026-03-09T05:00:40.534Ztest demo::test_307_temporary_redirect ... ok
20192026-03-09T05:00:40.534Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-demo2query.3465.20.log"
20202026-03-09T05:00:40.534Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-demo3json.3465.22.log"
20212026-03-09T05:00:40.534Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-demo2urlencoded.3465.21.log"
20222026-03-09T05:00:40.534Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-demo_path_param_string.3465.23.log"
20232026-03-09T05:00:40.535Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-demo_path_param_u32.3465.24.log"
20242026-03-09T05:00:40.535Ztest demo::test_demo_path_param_u32 ... ok
20252026-03-09T05:00:40.535Ztest demo::test_demo3json ... ok
20262026-03-09T05:00:40.535Ztest demo::test_demo2json ... ok
20272026-03-09T05:00:40.535Ztest demo::test_demo2query ... ok
20282026-03-09T05:00:40.535Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-demo_path_param_uuid.3465.25.log"
20292026-03-09T05:00:40.535Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-demo_websocket.3465.26.log"
20302026-03-09T05:00:40.560Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_head_request.3465.27.log"
20312026-03-09T05:00:40.560Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_header_request.3465.28.log"
20322026-03-09T05:00:40.561Ztest demo::test_demo2urlencoded ... ok
20332026-03-09T05:00:40.561Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_large_typed_body.3465.29.log"
20342026-03-09T05:00:40.561Ztest demo::test_demo_path_param_uuid ... ok
20352026-03-09T05:00:40.561Ztest demo::test_demo_websocket ... ok
20362026-03-09T05:00:40.561Ztest demo::test_header_request ... ok
20372026-03-09T05:00:40.561Ztest demo::test_head_request ... ok
20382026-03-09T05:00:40.561Ztest demo::test_demo_path_param_string ... ok
20392026-03-09T05:00:40.561Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-tet_raw_request.3465.30.log"
20402026-03-09T05:00:40.561Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_request_compat.3465.31.log"
20412026-03-09T05:00:40.561Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_request_remote_addr.3465.32.log"
20422026-03-09T05:00:40.561Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_streaming_body.3465.33.log"
20432026-03-09T05:00:40.561Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_untyped_body.3465.34.log"
20442026-03-09T05:00:40.561Ztest demo::test_raw_request ... ok
20452026-03-09T05:00:40.561Ztest demo::test_request_compat ... ok
20462026-03-09T05:00:40.561Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-graceful_shutdown_with_detached_handler.3465.35.log"
20472026-03-09T05:00:40.561Ztest demo::test_large_typed_body ... ok
20482026-03-09T05:00:40.561Ztest demo::test_request_remote_addr ... ok
20492026-03-09T05:00:40.561Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-compression_config_disabled.3465.36.log"
20502026-03-09T05:00:40.561Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-compression_config_enabled.3465.37.log"
20512026-03-09T05:00:40.561Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-compression_disabled_extension.3465.38.log"
20522026-03-09T05:00:40.561Ztest demo::test_streaming_body ... ok
20532026-03-09T05:00:40.561Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-gzip_compression_multiple_encodings.3465.39.log"
20542026-03-09T05:00:40.561Ztest demo::test_untyped_body ... ok
20552026-03-09T05:00:40.561Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-gzip_compression_accept_encoding.3465.40.log"
20562026-03-09T05:00:40.561Ztest gzip::test_compression_disabled_with_extension ... ok
20572026-03-09T05:00:40.561Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-json_suffix_compressed.3465.41.log"
20582026-03-09T05:00:40.561Ztest config::test_config_bind_address_https ... ok
20592026-03-09T05:00:40.561Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-no_compression_small_response.3465.42.log"
20602026-03-09T05:00:40.561Ztest gzip::test_json_suffix_is_compressed ... ok
20612026-03-09T05:00:40.561Ztest gzip::test_no_compression_below_size_threshold ... ok
20622026-03-09T05:00:40.561Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-no_compression_204.3465.43.log"
20632026-03-09T05:00:40.561Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-no_compression_304.3465.44.log"
20642026-03-09T05:00:40.561Ztest gzip::test_no_compression_for_304_not_modified ... ok
20652026-03-09T05:00:40.561Ztest gzip::test_no_compression_for_204_no_content ... ok
20662026-03-09T05:00:40.561Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-no_compression_non_compressible.3465.45.log"
20672026-03-09T05:00:40.561Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-no_gzip_without_accept.3465.46.log"
20682026-03-09T05:00:40.561Ztest gzip::test_no_compression_for_non_compressible_content_types ... ok
20692026-03-09T05:00:40.561Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-reject_gzip_quality_zero.3465.47.log"
20702026-03-09T05:00:40.561Ztest config::test_config_bind_address_https_buffer ... ok
20712026-03-09T05:00:40.562Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-streaming_with_content_type_compressed.3465.48.log"
20722026-03-09T05:00:40.562Ztest gzip::test_streaming_with_content_type_is_compressed ... ok
20732026-03-09T05:00:40.562Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-streaming_missing_content_type.3465.49.log"
20742026-03-09T05:00:40.562Ztest gzip::test_streaming_without_content_type_skips_compression ... ok
20752026-03-09T05:00:40.562Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-vary_header_set.3465.50.log"
20762026-03-09T05:00:40.562Ztest gzip::test_compression_config_disabled ... ok
20772026-03-09T05:00:40.562Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-vary_header_no_gzip.3465.51.log"
20782026-03-09T05:00:40.587Ztest gzip::test_reject_gzip_with_quality_zero ... ok
20792026-03-09T05:00:40.587Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-xml_suffix_compressed.3465.52.log"
20802026-03-09T05:00:40.587Ztest gzip::test_no_gzip_without_accept_encoding ... ok
20812026-03-09T05:00:40.587Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-multipart_client.3465.53.log"
20822026-03-09T05:00:40.587Ztest gzip::test_compression_config_enabled ... ok
20832026-03-09T05:00:40.587Ztest gzip::test_xml_suffix_is_compressed ... ok
20842026-03-09T05:00:40.587Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-multipart_client.3465.55.log"
20852026-03-09T05:00:40.587Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-multipart_client.3465.54.log"
20862026-03-09T05:00:40.587Ztest multipart::missing_boundary ... ok
20872026-03-09T05:00:40.587Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-multipart_client.3465.56.log"
20882026-03-09T05:00:40.587Ztest multipart::no_content_type ... ok
20892026-03-09T05:00:40.587Ztest multipart::weird_content_type ... ok
20902026-03-09T05:00:40.587Ztest multipart::test_multipart_client ... ok
20912026-03-09T05:00:40.587Ztest openapi::test_openapi_custom_error_types ... ok
20922026-03-09T05:00:40.587Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
20932026-03-09T05:00:40.587Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-pagination-basic.3465.57.log"
20942026-03-09T05:00:40.611Ztest gzip::test_gzip_compression_accepts_multiple_encodings ... ok
20952026-03-09T05:00:40.611Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-pagination-multiple-resources.3465.58.log"
20962026-03-09T05:00:40.647Ztest openapi::test_openapi ... ok
20972026-03-09T05:00:40.647Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-pagination-multiple-sorts.3465.59.log"
20982026-03-09T05:00:40.672Ztest gzip::test_vary_header_on_non_gzip_requests ... ok
20992026-03-09T05:00:40.672Ztest gzip::test_vary_header_is_set ... ok
21002026-03-09T05:00:40.672Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-basic.3465.60.log"
21012026-03-09T05:00:40.672Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-dictionary.3465.61.log"
21022026-03-09T05:00:40.672Ztest openapi::test_openapi_fuller ... ok
21032026-03-09T05:00:40.672Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-empty.3465.62.log"
21042026-03-09T05:00:40.672Ztest pagination::test_paginate_empty ... ok
21052026-03-09T05:00:40.672Ztest gzip::test_gzip_compression_with_accept_encoding ... ok
21062026-03-09T05:00:40.672Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-errors.3465.63.log"
21072026-03-09T05:00:40.672Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-extra_params.3465.64.log"
21082026-03-09T05:00:40.697Ztest pagination::test_paginate_extra_params ... ok
21092026-03-09T05:00:40.697Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-required_params.3465.65.log"
21102026-03-09T05:00:40.697Ztest pagination::test_paginate_errors ... ok
21112026-03-09T05:00:40.697Ztest pagination::test_paginate_with_required_params ... ok
21122026-03-09T05:00:40.697Ztest path_names::test_path_names ... ok
21132026-03-09T05:00:40.697Ztest pagination_schema::test_pagination_schema ... ok
21142026-03-09T05:00:40.697Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_no_tls.3465.66.log"
21152026-03-09T05:00:40.697Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_with_tls.3465.67.log"
21162026-03-09T05:00:40.697Ztest starter::test_no_tls ... ok
21172026-03-09T05:00:40.697Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-non_streaming_servers_do_not_use_transfer_encoding.3465.68.log"
21182026-03-09T05:00:40.697Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
21192026-03-09T05:00:40.697Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-streaming_server_buffered_client.3465.69.log"
21202026-03-09T05:00:40.729Ztest streaming::test_streaming_server_buffered_client ... ok
21212026-03-09T05:00:40.753Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-streaming_server_streaming_client.3465.70.log"
21222026-03-09T05:00:40.753Ztest pagination::test_paginate_basic ... ok
21232026-03-09T05:00:40.754Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_server_is_http.3465.71.log"
21242026-03-09T05:00:40.754Ztest tls::test_server_is_http ... ok
21252026-03-09T05:00:40.754Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_server_is_https.3465.72.log"
21262026-03-09T05:00:40.779Ztest streaming::test_streaming_server_streaming_client ... ok
21272026-03-09T05:00:40.779Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_tls_aborted_negotiation.3465.73.log"
21282026-03-09T05:00:41.011Ztest starter::test_with_tls ... ok
21292026-03-09T05:00:41.035Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_tls_certificate_loading.3465.74.log"
21302026-03-09T05:00:41.060Ztest tls::test_server_is_https ... ok
21312026-03-09T05:00:41.060Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_tls_only.3465.75.log"
21322026-03-09T05:00:41.339Ztest tls::test_tls_certificate_loading ... ok
21332026-03-09T05:00:41.363Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_tls_refresh_certificates.3465.76.log"
21342026-03-09T05:00:41.391Ztest tls::test_tls_aborted_negotiation ... ok
21352026-03-09T05:00:41.416Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_versions.3465.77.log"
21362026-03-09T05:00:41.449Ztest versions::test_versions ... ok
21372026-03-09T05:00:41.474Znote: configured to log to "/tmp/integration_tests-5c769789fdbaa0c6-test_versions_on_missing.3465.78.log"
21382026-03-09T05:00:41.498Ztest versions::test_versions_on_missing ... ok
21392026-03-09T05:00:41.522Ztest versions::test_versions_openapi ... ok
21402026-03-09T05:00:41.522Ztest versions::test_versions_openapi_same_names ... ok
21412026-03-09T05:00:41.678Ztest tls::test_tls_refresh_certificates ... ok
21422026-03-09T05:00:41.702Ztest tls::test_tls_only ... ok
21432026-03-09T05:00:41.935Ztest pagination::test_example_basic ... ok
21442026-03-09T05:00:42.219Ztest pagination::test_paginate_dictionary ... ok
21452026-03-09T05:00:42.511Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
21462026-03-09T05:00:46.026Ztest pagination::test_example_multiple_resources ... ok
21472026-03-09T05:00:46.120Ztest pagination::test_example_multiple_sorts ... ok
21482026-03-09T05:00:46.120Z
21492026-03-09T05:00:46.120Ztest result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.66s
21502026-03-09T05:00:46.121Z
21512026-03-09T05:00:46.145Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-2751333b9318e803`
21522026-03-09T05:00:46.169Z
21532026-03-09T05:00:46.169Zrunning 35 tests
21542026-03-09T05:00:46.169Ztest channel::tests::test_channel_with_versions ... ok
21552026-03-09T05:00:46.169Ztest channel::tests::test_channel_operation_id ... ok
21562026-03-09T05:00:46.169Ztest channel::tests::test_channel_with_unnamed_params ... ok
21572026-03-09T05:00:46.169Ztest doc::tests::test_extract_summary_description ... ok
21582026-03-09T05:00:46.169Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
21592026-03-09T05:00:46.169Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
21602026-03-09T05:00:46.169Ztest endpoint::tests::test_endpoint_bad_string ... ok
21612026-03-09T05:00:46.169Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
21622026-03-09T05:00:46.169Ztest endpoint::tests::test_endpoint_bad_versions ... ok
21632026-03-09T05:00:46.169Ztest channel::tests::test_channel_with_custom_params ... ok
21642026-03-09T05:00:46.169Ztest endpoint::tests::test_endpoint_invalid_item ... ok
21652026-03-09T05:00:46.169Ztest endpoint::tests::test_endpoint_no_arguments ... ok
21662026-03-09T05:00:46.169Ztest endpoint::tests::test_endpoint_not_async ... ok
21672026-03-09T05:00:46.169Ztest api_trait::tests::test_api_trait_operation_id ... ok
21682026-03-09T05:00:46.169Ztest endpoint::tests::test_endpoint_basic ... ok
21692026-03-09T05:00:46.169Ztest api_trait::tests::test_api_trait_basic ... ok
21702026-03-09T05:00:46.169Ztest endpoint::tests::test_endpoint_content_type ... ok
21712026-03-09T05:00:46.169Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
21722026-03-09T05:00:46.170Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
21732026-03-09T05:00:46.170Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
21742026-03-09T05:00:46.170Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
21752026-03-09T05:00:46.170Ztest endpoint::tests::test_endpoint_pub_crate ... ok
21762026-03-09T05:00:46.170Ztest endpoint::tests::test_endpoint_with_doc ... ok
21772026-03-09T05:00:46.170Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
21782026-03-09T05:00:46.170Ztest endpoint::tests::test_endpoint_with_query ... ok
21792026-03-09T05:00:46.170Ztest endpoint::tests::test_endpoint_with_tags ... ok
21802026-03-09T05:00:46.170Ztest params::tests::test_extract_rqctx_ty_param ... ok
21812026-03-09T05:00:46.170Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
21822026-03-09T05:00:46.170Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
21832026-03-09T05:00:46.170Ztest syn_parsing::tests::test_busted_function ... ok
21842026-03-09T05:00:46.170Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
21852026-03-09T05:00:46.170Ztest endpoint::tests::test_operation_id ... ok
21862026-03-09T05:00:46.194Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
21872026-03-09T05:00:46.195Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
21882026-03-09T05:00:46.195Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
21892026-03-09T05:00:46.195Z
21902026-03-09T05:00:46.195Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
21912026-03-09T05:00:46.195Z
21922026-03-09T05:00:46.195Z Doc-tests dropshot
21932026-03-09T05:00:46.195Z Running `/home/build/.rustup/toolchains/1.93.1-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-987fee56afb15e60/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-49e84093bbd3ac07.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-e198420cacd42a99.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-7cb6c24c895c44fc.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-692b2026a9fc722e.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c91cc17e3bce8e94.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b22defb873129d4d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25dbddf4c5e1de08.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-4eea114dd7d2a01f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d062e0aa934865b8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-bc96f2f033b47cf6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ea63da47275c9a31.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-49e99b69ba48a984.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-f965cae0cf0ff9da.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b23d01fcc80b5d24.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c39d1798a220ef1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-c1602acb8c45d67b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d7ce7980b96c7edd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-eb3d31ffa66114ca.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-318902c4a84807a9.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f390168deb1bf11c.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-86a5cb8f378e27c5.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60a2573968ef612f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-ec324551f9539fc4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-0cdc8fba167b4272.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-f82d6fb654754616.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-38da55e977d87e88.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-3f777b64c915c476.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1a2b3c2f5957dd27.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4a57d878a4b6d3a5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4d3cb02273974353.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2370a9eede0cb95f.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-73431988f7d0a35f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d25f9f76ab04e760.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-60cc15f283ee8801.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0a97352f46c1f5cb.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a75ba60145925a15.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-d5ec7deb873fb717.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6d1e1abecf87f042.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-767ebda810f551c5.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.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`
21942026-03-09T05:00:46.866Z
21952026-03-09T05:00:46.866Zrunning 24 tests
21962026-03-09T05:00:46.890Ztest dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored
21972026-03-09T05:00:48.916Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
21982026-03-09T05:00:48.916Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
21992026-03-09T05:00:48.916Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
22002026-03-09T05:00:48.972Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
22012026-03-09T05:00:53.923Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
22022026-03-09T05:00:53.923Ztest dropshot/src/lib.rs - (line 334) ... ignored
22032026-03-09T05:00:54.117Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
22042026-03-09T05:00:54.390Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
22052026-03-09T05:00:54.468Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok
22062026-03-09T05:00:54.529Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok
22072026-03-09T05:00:54.703Ztest dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok
22082026-03-09T05:00:54.760Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
22092026-03-09T05:00:54.760Ztest dropshot/src/lib.rs - channel (line 1184) ... ignored
22102026-03-09T05:00:54.760Ztest dropshot/src/lib.rs - endpoint (line 1229) ... ignored
22112026-03-09T05:00:55.950Ztest dropshot/src/lib.rs - (line 398) ... ok
22122026-03-09T05:00:56.467Ztest dropshot/src/lib.rs - api_description (line 1049) ... ok
22132026-03-09T05:00:56.495Ztest dropshot/src/lib.rs - (line 661) ... ok
22142026-03-09T05:00:56.684Ztest dropshot/src/lib.rs - api_description (line 1110) ... ok
22152026-03-09T05:00:56.807Ztest dropshot/src/lib.rs - (line 189) ... ok
22162026-03-09T05:00:56.939Ztest dropshot/src/lib.rs - (line 110) ... ok
22172026-03-09T05:00:57.847Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok
22182026-03-09T05:01:01.308Ztest dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok
22192026-03-09T05:01:02.904Ztest dropshot/src/lib.rs - (line 497) ... ok
22202026-03-09T05:01:02.904Z
22212026-03-09T05:01:02.904Ztest result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 16.04s
22222026-03-09T05:01:02.904Z
22232026-03-09T05:01:02.949Z Doc-tests dropshot_endpoint
22242026-03-09T05:01:02.949Z Running `/home/build/.rustup/toolchains/1.93.1-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-987fee56afb15e60/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-69c7a1e5d007800e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-6a0e5a3093c92fca.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-67a5fe7d367b9b47.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-11b7d72d5476e4df.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-f6d4fd3f1b13739d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-04ec041c8201c442.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0552231fb5c4a445.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a503ee8234f1be63.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
22252026-03-09T05:01:03.233Z
22262026-03-09T05:01:03.233Zrunning 0 tests
22272026-03-09T05:01:03.233Z
22282026-03-09T05:01:03.233Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22292026-03-09T05:01:03.233Z
22302026-03-09T05:01:03.289Z
22312026-03-09T05:01:03.289Zreal 3:44.154295384
22322026-03-09T05:01:03.289Zuser 16:51.731400434
22332026-03-09T05:01:03.289Zsys 3:23.043929522
22342026-03-09T05:01:03.289Ztrap 0.743474545
22352026-03-09T05:01:03.289Ztflt 0.174710911
22362026-03-09T05:01:03.289Zdflt 0.412089661
22372026-03-09T05:01:03.289Zkflt 0.000782407
22382026-03-09T05:01:03.289Zlock 1:11:25.614166469
22392026-03-09T05:01:03.289Zslp 1:04:46.001048576
22402026-03-09T05:01:03.289Zlat 1:12.210879368
22412026-03-09T05:01:03.289Zstop 2:16.050364644
22422026-03-09T05:01:03.314Z+ banner docs
22432026-03-09T05:01:03.314Z
22442026-03-09T05:01:03.314Z ##### #### #### ####
22452026-03-09T05:01:03.314Z # # # # # # #
22462026-03-09T05:01:03.314Z # # # # # ####
22472026-03-09T05:01:03.314Z # # # # # #
22482026-03-09T05:01:03.314Z # # # # # # # #
22492026-03-09T05:01:03.314Z ##### #### #### ####
22502026-03-09T05:01:03.314Z
22512026-03-09T05:01:03.314Z+ ptime -m cargo doc --no-deps --lib --bins --examples
22522026-03-09T05:01:03.789Z Compiling proc-macro2 v1.0.106
22532026-03-09T05:01:03.789Z Compiling unicode-ident v1.0.12
22542026-03-09T05:01:03.789Z Checking cfg-if v1.0.0
22552026-03-09T05:01:03.814Z Checking pin-project-lite v0.2.12
22562026-03-09T05:01:03.814Z Checking itoa v1.0.1
22572026-03-09T05:01:03.814Z Compiling quote v1.0.44
22582026-03-09T05:01:03.814Z Checking libc v0.2.183
22592026-03-09T05:01:03.814Z Checking serde_core v1.0.228
22602026-03-09T05:01:03.919Z Checking smallvec v1.13.2
22612026-03-09T05:01:03.943Z Checking bytes v1.11.1
22622026-03-09T05:01:03.968Z Checking once_cell v1.20.1
22632026-03-09T05:01:04.033Z Checking memchr v2.6.0
22642026-03-09T05:01:04.103Z Checking futures-core v0.3.32
22652026-03-09T05:01:04.268Z Checking scopeguard v1.2.0
22662026-03-09T05:01:04.293Z Checking futures-sink v0.3.32
22672026-03-09T05:01:04.324Z Checking slab v0.4.9
22682026-03-09T05:01:04.451Z Checking lock_api v0.4.6
22692026-03-09T05:01:04.476Z Checking futures-channel v0.3.32
22702026-03-09T05:01:04.607Z Checking log v0.4.17
22712026-03-09T05:01:04.760Z Checking parking_lot_core v0.9.4
22722026-03-09T05:01:04.832Z Checking signal-hook-registry v1.4.0
22732026-03-09T05:01:04.857Z Checking mio v1.0.3
22742026-03-09T05:01:04.881Z Checking socket2 v0.6.0
22752026-03-09T05:01:04.906Z Checking getrandom v0.2.11
22762026-03-09T05:01:04.906Z Checking http v1.4.0
22772026-03-09T05:01:05.110Z Checking zeroize v1.7.0
22782026-03-09T05:01:05.135Z Checking parking_lot v0.12.1
22792026-03-09T05:01:05.163Z Checking futures-task v0.3.32
22802026-03-09T05:01:05.381Z Checking rustls-pki-types v1.14.0
22812026-03-09T05:01:05.419Z Checking futures-io v0.3.32
22822026-03-09T05:01:05.444Z Checking stable_deref_trait v1.2.0
22832026-03-09T05:01:05.512Z Checking httparse v1.10.0
22842026-03-09T05:01:05.571Z Checking tracing-core v0.1.32
22852026-03-09T05:01:05.630Z Checking untrusted v0.9.0
22862026-03-09T05:01:05.717Z Checking hashbrown v0.16.1
22872026-03-09T05:01:05.816Z Compiling syn v2.0.117
22882026-03-09T05:01:05.875Z Checking equivalent v1.0.0
22892026-03-09T05:01:05.936Z Checking ring v0.17.13
22902026-03-09T05:01:05.998Z Checking percent-encoding v2.3.2
22912026-03-09T05:01:06.023Z Checking bitflags v2.11.0
22922026-03-09T05:01:06.132Z Checking http-body v1.0.1
22932026-03-09T05:01:06.204Z Checking tracing v0.1.40
22942026-03-09T05:01:06.256Z Checking atomic-waker v1.1.2
22952026-03-09T05:01:06.315Z Checking litemap v0.7.4
22962026-03-09T05:01:06.362Z Checking writeable v0.5.5
22972026-03-09T05:01:06.431Z Checking fnv v1.0.7
22982026-03-09T05:01:06.532Z Checking try-lock v0.2.3
22992026-03-09T05:01:06.590Z Checking zmij v1.0.2
23002026-03-09T05:01:06.685Z Checking typenum v1.14.0
23012026-03-09T05:01:06.710Z Checking want v0.3.0
23022026-03-09T05:01:06.734Z Compiling time-core v0.1.8
23032026-03-09T05:01:06.734Z Checking pin-utils v0.1.0
23042026-03-09T05:01:06.835Z Checking tower-layer v0.3.3
23052026-03-09T05:01:06.860Z Checking powerfmt v0.2.0
23062026-03-09T05:01:06.930Z Checking subtle v2.5.0
23072026-03-09T05:01:06.996Z Checking base64 v0.22.1
23082026-03-09T05:01:07.115Z Checking httpdate v1.0.1
23092026-03-09T05:01:07.140Z Checking tower-service v0.3.3
23102026-03-09T05:01:07.173Z Compiling num-conv v0.2.0
23112026-03-09T05:01:07.264Z Checking deranged v0.5.5
23122026-03-09T05:01:07.356Z Checking crossbeam-utils v0.8.21
23132026-03-09T05:01:07.430Z Checking indexmap v2.13.0
23142026-03-09T05:01:07.455Z Compiling time-macros v0.2.27
23152026-03-09T05:01:07.480Z Checking serde_json v1.0.149
23162026-03-09T05:01:07.660Z Checking generic-array v0.14.5
23172026-03-09T05:01:08.026Z Checking rustls-webpki v0.102.8
23182026-03-09T05:01:08.273Z Checking num_threads v0.1.3
23192026-03-09T05:01:08.411Z Checking icu_locid_transform_data v1.5.0
23202026-03-09T05:01:08.583Z Checking getrandom v0.4.1
23212026-03-09T05:01:08.609Z Checking ipnet v2.10.0
23222026-03-09T05:01:08.711Z Checking icu_properties_data v1.5.0
23232026-03-09T05:01:08.774Z Checking crypto-common v0.1.6
23242026-03-09T05:01:08.811Z Checking block-buffer v0.10.2
23252026-03-09T05:01:08.835Z Checking form_urlencoded v1.2.2
23262026-03-09T05:01:08.954Z Checking icu_normalizer_data v1.5.0
23272026-03-09T05:01:08.987Z Checking utf8_iter v1.0.4
23282026-03-09T05:01:09.040Z Checking utf16_iter v1.0.5
23292026-03-09T05:01:09.065Z Checking openssl-probe v0.1.4
23302026-03-09T05:01:09.065Z Checking write16 v1.0.0
23312026-03-09T05:01:09.090Z Checking foreign-types-shared v0.1.1
23322026-03-09T05:01:09.212Z Checking mime v0.3.16
23332026-03-09T05:01:09.237Z Checking simd-adler32 v0.3.7
23342026-03-09T05:01:09.261Z Checking adler2 v2.0.1
23352026-03-09T05:01:09.261Z Checking foreign-types v0.3.2
23362026-03-09T05:01:09.287Z Checking digest v0.10.7
23372026-03-09T05:01:09.365Z Checking num-traits v0.2.14
23382026-03-09T05:01:09.401Z Checking crc32fast v1.5.0
23392026-03-09T05:01:09.447Z Checking openssl-sys v0.9.107
23402026-03-09T05:01:09.526Z Checking miniz_oxide v0.8.9
23412026-03-09T05:01:09.550Z Checking time v0.3.47
23422026-03-09T05:01:09.575Z Checking rand_core v0.6.3
23432026-03-09T05:01:09.613Z Checking errno v0.3.10
23442026-03-09T05:01:09.655Z Checking winnow v0.7.13
23452026-03-09T05:01:09.815Z Checking iana-time-zone v0.1.47
23462026-03-09T05:01:09.856Z Checking ppv-lite86 v0.2.15
23472026-03-09T05:01:09.989Z Checking cpufeatures v0.2.17
23482026-03-09T05:01:10.112Z Checking sha1 v0.10.6
23492026-03-09T05:01:10.240Z Checking flate2 v1.1.9
23502026-03-09T05:01:10.356Z Checking rustls v0.22.4
23512026-03-09T05:01:10.419Z Checking ryu v1.0.5
23522026-03-09T05:01:10.444Z Checking rand_chacha v0.3.1
23532026-03-09T05:01:10.469Z Compiling unicase v2.6.0
23542026-03-09T05:01:10.664Z Checking toml_datetime v1.0.0+spec-1.1.0
23552026-03-09T05:01:10.791Z Checking serde_spanned v1.0.4
23562026-03-09T05:01:10.845Z Checking http-body-util v0.1.3
23572026-03-09T05:01:10.869Z Checking rustls-pemfile v2.2.0
23582026-03-09T05:01:11.013Z Checking thread_local v1.1.4
23592026-03-09T05:01:11.042Z Checking encoding_rs v0.8.32
23602026-03-09T05:01:11.096Z Checking match_cfg v0.1.0
23612026-03-09T05:01:11.199Z Checking toml_writer v1.0.6+spec-1.1.0
23622026-03-09T05:01:11.245Z Checking compression-core v0.4.31
23632026-03-09T05:01:11.310Z Checking hostname v0.3.1
23642026-03-09T05:01:11.402Z Compiling mime_guess v2.0.5
23652026-03-09T05:01:11.467Z Checking rand v0.8.4
23662026-03-09T05:01:11.492Z Checking compression-codecs v0.4.37
23672026-03-09T05:01:11.540Z Checking rustls v0.23.13
23682026-03-09T05:01:11.778Z Checking rustix v1.1.4
23692026-03-09T05:01:12.040Z Checking toml_parser v1.0.9+spec-1.1.0
23702026-03-09T05:01:12.339Z Compiling synstructure v0.13.1
23712026-03-09T05:01:12.573Z Compiling serde_derive_internals v0.29.0
23722026-03-09T05:01:12.697Z Checking toml v1.0.3+spec-1.1.0
23732026-03-09T05:01:12.937Z Checking uuid v1.21.0
23742026-03-09T05:01:13.134Z Checking crossbeam-channel v0.5.15
23752026-03-09T05:01:13.322Z Checking concurrent-queue v2.5.0
23762026-03-09T05:01:13.368Z Checking is-terminal v0.4.12
23772026-03-09T05:01:13.454Z Checking sync_wrapper v1.0.1
23782026-03-09T05:01:13.507Z Compiling dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
23792026-03-09T05:01:13.609Z Checking dyn-clone v1.0.4
23802026-03-09T05:01:13.634Z Checking spin v0.9.8
23812026-03-09T05:01:13.744Z Checking parking v2.2.0
23822026-03-09T05:01:13.769Z Compiling semver v1.0.27
23832026-03-09T05:01:13.803Z Checking fastrand v2.1.1
23842026-03-09T05:01:13.892Z Checking take_mut v0.2.2
23852026-03-09T05:01:13.916Z Checking term v1.1.0
23862026-03-09T05:01:14.053Z Checking event-listener v5.0.0
23872026-03-09T05:01:14.156Z Checking tempfile v3.26.0
23882026-03-09T05:01:14.218Z Checking rustix v0.38.44
23892026-03-09T05:01:14.336Z Checking camino v1.2.2
23902026-03-09T05:01:14.360Z Checking serde_path_to_error v0.1.20
23912026-03-09T05:01:14.460Z Checking waitgroup v0.1.2
23922026-03-09T05:01:14.529Z Checking webpki-roots v0.26.5
23932026-03-09T05:01:14.615Z Checking hostname v0.4.2
23942026-03-09T05:01:14.640Z Checking unicode-segmentation v1.10.0
23952026-03-09T05:01:14.720Z Checking byteorder v1.4.3
23962026-03-09T05:01:14.773Z Checking unicode-width v0.1.9
23972026-03-09T05:01:14.843Z Checking iri-string v0.7.8
23982026-03-09T05:01:14.925Z Checking debug-ignore v1.0.5
23992026-03-09T05:01:14.949Z Checking lazy_static v1.5.0
24002026-03-09T05:01:15.073Z Compiling serde_derive v1.0.228
24012026-03-09T05:01:15.098Z Compiling tokio-macros v2.6.0
24022026-03-09T05:01:15.098Z Compiling zerofrom-derive v0.1.5
24032026-03-09T05:01:15.123Z Compiling futures-macro v0.3.32
24042026-03-09T05:01:15.152Z Compiling yoke-derive v0.7.5
24052026-03-09T05:01:15.494Z Compiling zerovec-derive v0.10.3
24062026-03-09T05:01:15.528Z Compiling displaydoc v0.2.5
24072026-03-09T05:01:16.334Z Checking tokio v1.49.0
24082026-03-09T05:01:16.575Z Checking futures-util v0.3.32
24092026-03-09T05:01:16.799Z Compiling icu_provider_macros v1.5.0
24102026-03-09T05:01:17.050Z Compiling openssl-macros v0.1.1
24112026-03-09T05:01:17.116Z Compiling thiserror-impl v1.0.69
24122026-03-09T05:01:17.537Z Compiling async-stream-impl v0.3.6
24132026-03-09T05:01:17.599Z Checking zerofrom v0.1.5
24142026-03-09T05:01:17.810Z Compiling thiserror-impl v2.0.18
24152026-03-09T05:01:17.835Z Checking yoke v0.7.5
24162026-03-09T05:01:17.861Z Checking openssl v0.10.72
24172026-03-09T05:01:18.193Z Checking zerovec v0.10.4
24182026-03-09T05:01:18.682Z Compiling schemars_derive v0.8.22
24192026-03-09T05:01:19.474Z Checking thiserror v1.0.69
24202026-03-09T05:01:19.631Z Checking async-stream v0.3.6
24212026-03-09T05:01:19.710Z Checking tinystr v0.7.6
24222026-03-09T05:01:19.850Z Checking icu_collections v1.5.0
24232026-03-09T05:01:20.042Z Checking icu_locid v1.5.0
24242026-03-09T05:01:20.342Z Checking thiserror v2.0.18
24252026-03-09T05:01:20.512Z Compiling async-trait v0.1.89
24262026-03-09T05:01:20.537Z Checking utf-8 v0.7.6
24272026-03-09T05:01:20.561Z Checking serde v1.0.228
24282026-03-09T05:01:20.769Z Checking futures-executor v0.3.32
24292026-03-09T05:01:20.971Z Checking icu_provider v1.5.0
24302026-03-09T05:01:21.013Z Checking futures v0.3.32
24312026-03-09T05:01:21.056Z Checking multer v3.1.0
24322026-03-09T05:01:21.137Z Checking data-encoding v2.4.0
24332026-03-09T05:01:21.442Z Checking atomicwrites v0.4.4
24342026-03-09T05:01:21.467Z Checking erased-serde v0.3.31
24352026-03-09T05:01:21.552Z Checking icu_locid_transform v1.5.0
24362026-03-09T05:01:21.638Z Checking chrono v0.4.44
24372026-03-09T05:01:21.663Z Checking serde_urlencoded v0.7.1
24382026-03-09T05:01:21.857Z Compiling serde_tokenstream v0.2.3
24392026-03-09T05:01:22.057Z Checking openapiv3 v2.2.0
24402026-03-09T05:01:22.082Z Checking native-tls v0.2.12
24412026-03-09T05:01:22.383Z Checking slog v2.8.2
24422026-03-09T05:01:22.426Z Checking tungstenite v0.24.0
24432026-03-09T05:01:22.468Z Compiling dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24442026-03-09T05:01:22.536Z Checking icu_properties v1.5.1
24452026-03-09T05:01:22.561Z Checking newline-converter v0.3.0
24462026-03-09T05:01:22.722Z Checking console v0.15.7
24472026-03-09T05:01:22.909Z Checking tokio-util v0.7.7
24482026-03-09T05:01:22.955Z Checking slog-json v2.6.1
24492026-03-09T05:01:23.236Z Checking tokio-rustls v0.25.0
24502026-03-09T05:01:23.260Z Checking slog-bunyan v2.5.0
24512026-03-09T05:01:23.261Z Checking slog-async v2.8.0
24522026-03-09T05:01:23.443Z Checking tokio-native-tls v0.3.1
24532026-03-09T05:01:23.487Z Checking schemars v0.8.22
24542026-03-09T05:01:23.571Z Checking slog-term v2.9.2
24552026-03-09T05:01:23.596Z Checking tower v0.5.2
24562026-03-09T05:01:23.695Z Checking h2 v0.4.6
24572026-03-09T05:01:23.719Z Checking tokio-rustls v0.26.0
24582026-03-09T05:01:24.077Z Checking async-compression v0.4.41
24592026-03-09T05:01:24.344Z Checking tower-http v0.6.8
24602026-03-09T05:01:24.519Z Checking event-listener-strategy v0.5.4
24612026-03-09T05:01:24.668Z Checking target-triple v1.0.0
24622026-03-09T05:01:24.723Z Checking yasna v0.5.2
24632026-03-09T05:01:24.775Z Checking rustls-native-certs v0.7.0
24642026-03-09T05:01:24.804Z Checking pem v3.0.6
24652026-03-09T05:01:24.804Z Checking webpki-roots v1.0.0
24662026-03-09T05:01:24.852Z Checking termcolor v1.1.2
24672026-03-09T05:01:24.945Z Checking glob v0.3.0
24682026-03-09T05:01:25.019Z Checking http-range v0.1.4
24692026-03-09T05:01:25.100Z Checking similar v2.2.1
24702026-03-09T05:01:25.222Z Checking async-channel v2.5.0
24712026-03-09T05:01:25.246Z Checking tokio-tungstenite v0.24.0
24722026-03-09T05:01:25.271Z Checking trybuild v1.0.116
24732026-03-09T05:01:25.458Z Checking icu_normalizer v1.5.0
24742026-03-09T05:01:25.535Z Checking rcgen v0.14.7
24752026-03-09T05:01:25.559Z Checking anyhow v1.0.102
24762026-03-09T05:01:25.700Z Checking buf-list v1.1.2
24772026-03-09T05:01:25.733Z Checking expectorate v1.2.0
24782026-03-09T05:01:25.882Z Checking subprocess v1.0.0
24792026-03-09T05:01:26.153Z Checking idna_adapter v1.2.0
24802026-03-09T05:01:26.323Z Checking heck v0.5.0
24812026-03-09T05:01:26.363Z Checking idna v1.0.3
24822026-03-09T05:01:26.791Z Checking url v2.5.4
24832026-03-09T05:01:27.284Z Checking hyper v1.8.1
24842026-03-09T05:01:29.067Z Checking hyper-util v0.1.20
24852026-03-09T05:01:29.067Z Checking hyper-staticfile v0.10.1
24862026-03-09T05:01:31.169Z Checking hyper-rustls v0.27.3
24872026-03-09T05:01:31.169Z Checking hyper-tls v0.6.0
24882026-03-09T05:01:31.194Z Documenting dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
24892026-03-09T05:01:31.194Z Checking hyper-rustls v0.26.0
24902026-03-09T05:01:31.503Z Checking reqwest v0.12.28
24912026-03-09T05:01:32.244Z Documenting dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24922026-03-09T05:01:34.000Zwarning: unresolved link to `Query`
24932026-03-09T05:01:34.000Z --> dropshot/src/extractor/header.rs:27:29
24942026-03-09T05:01:34.000Z |
24952026-03-09T05:01:34.000Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
24962026-03-09T05:01:34.001Z | ^^^^^ no item named `Query` in scope
24972026-03-09T05:01:34.001Z |
24982026-03-09T05:01:34.001Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
24992026-03-09T05:01:34.001Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
25002026-03-09T05:01:34.001Z
25012026-03-09T05:01:34.001Zwarning: unresolved link to `Path`
25022026-03-09T05:01:34.001Z --> dropshot/src/extractor/header.rs:27:43
25032026-03-09T05:01:34.001Z |
25042026-03-09T05:01:34.001Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
25052026-03-09T05:01:34.001Z | ^^^^ no item named `Path` in scope
25062026-03-09T05:01:34.001Z |
25072026-03-09T05:01:34.001Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
25082026-03-09T05:01:34.001Z
25092026-03-09T05:01:34.458Zwarning: `dropshot` (lib doc) generated 2 warnings
25102026-03-09T05:01:41.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.85s
25112026-03-09T05:01:41.256Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
25122026-03-09T05:01:41.281Z
25132026-03-09T05:01:41.281Zreal 37.962951939
25142026-03-09T05:01:41.281Zuser 3:06.476593237
25152026-03-09T05:01:41.281Zsys 47.937247191
25162026-03-09T05:01:41.281Ztrap 0.122232688
25172026-03-09T05:01:41.281Ztflt 0.023773213
25182026-03-09T05:01:41.281Zdflt 0.020729646
25192026-03-09T05:01:41.281Zkflt 0.000116409
25202026-03-09T05:01:41.281Zlock 10:03.191096369
25212026-03-09T05:01:41.281Zslp 8:29.505658585
25222026-03-09T05:01:41.281Zlat 13.276642882
25232026-03-09T05:01:41.281Zstop 26.230445878
25242026-03-09T05:01:41.306Zprocess exited: duration 432415 ms, exit code 0
 
25252026-03-09T05:01:41.356Zfound 0 output files