01KER9BHZF0RGV27Z7BMCWTJX4: build-and-test / illumos

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

Buildomat Job: 01KER9BS628FK4D1XYPVDW7KB7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-12T05:03:44.807Zjob assigned to worker 01KER9AZJYM26KKEEXSXT7Y8MN [factory aws, i-01a50cbe0c4546a6e] (queued for 52 s)
 
22026-01-12T05:03:53.326Zstarting task 0: "setup"
32026-01-12T05:03:53.331Z++ uname -s
42026-01-12T05:03:53.335Z+ kern=SunOS
52026-01-12T05:03:53.335Z+ build_user=build
62026-01-12T05:03:53.335Z+ build_uid=12345
72026-01-12T05:03:53.335Z+ work_dir=/work
82026-01-12T05:03:53.335Z+ input_dir=/input
92026-01-12T05:03:53.335Z+ [[ 0 == 12345 ]]
102026-01-12T05:03:53.335Z+ case "$kern" in
112026-01-12T05:03:53.335Z+ groupadd -g 12345 build
122026-01-12T05:03:53.338Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-12T05:03:55.344Z+ zfs create -o mountpoint=/work rpool/work
142026-01-12T05:03:55.468Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-12T05:03:55.472Z+ home_fs=zfs
162026-01-12T05:03:55.472Z+ [[ zfs == autofs ]]
172026-01-12T05:03:55.472Z+ mkdir -p /home/build
182026-01-12T05:03:55.475Z+ chown build:build /home/build /work
192026-01-12T05:03:57.475Z+ chmod 0700 /home/build /work
202026-01-12T05:03:57.478Zprocess exited: duration 4153 ms, exit code 0
 
212026-01-12T05:03:57.485Zstarting task 1: "rust-toolchain"
222026-01-12T05:03:57.490Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-01-12T05:03:57.490Z * rust toolchain channel = "stable"
242026-01-12T05:03:57.490Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-01-12T05:03:57.491Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-01-12T05:03:57.491Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-12T05:03:57.491Z * rust toolchain profile = "default"
282026-01-12T05:03:57.494Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-12T05:03:57.494Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-01-12T05:03:57.630Zinfo: downloading installer
312026-01-12T05:03:59.572Zwarn: It looks like you have an existing installation of Rust at:
322026-01-12T05:03:59.572Zwarn: /opt/ooce/bin
332026-01-12T05:03:59.572Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-12T05:03:59.572Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-12T05:03:59.572Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-12T05:03:59.572Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-12T05:03:59.572Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-12T05:03:59.572Zerror: cannot install while Rust is installed
392026-01-12T05:03:59.572Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-12T05:03:59.586Zinfo: profile set to 'default'
412026-01-12T05:03:59.586Zinfo: default host triple is x86_64-unknown-illumos
422026-01-12T05:03:59.589Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-01-12T05:03:59.779Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
442026-01-12T05:03:59.780Zinfo: downloading component 'cargo'
452026-01-12T05:04:00.627Zinfo: downloading component 'clippy'
462026-01-12T05:04:00.958Zinfo: downloading component 'rust-docs'
472026-01-12T05:04:02.184Zinfo: downloading component 'rust-std'
482026-01-12T05:04:03.739Zinfo: downloading component 'rustc'
492026-01-12T05:04:11.223Zinfo: downloading component 'rustfmt'
502026-01-12T05:04:11.507Zinfo: installing component 'cargo'
512026-01-12T05:04:12.438Zinfo: installing component 'clippy'
522026-01-12T05:04:12.829Zinfo: installing component 'rust-docs'
532026-01-12T05:04:14.792Zinfo: installing component 'rust-std'
542026-01-12T05:04:16.611Zinfo: installing component 'rustc'
552026-01-12T05:04:23.522Zinfo: installing component 'rustfmt'
562026-01-12T05:04:23.866Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-01-12T05:04:23.866Z
582026-01-12T05:04:24.364Z stable-x86_64-unknown-illumos installed - rustc 1.92.0 (ded5c06cf 2025-12-08)
592026-01-12T05:04:24.364Z
602026-01-12T05:04:24.368Z
612026-01-12T05:04:24.368ZRust is installed now. Great!
622026-01-12T05:04:24.368Z
632026-01-12T05:04:24.368ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-12T05:04:24.368Zenvironment variable. This has not been done automatically.
652026-01-12T05:04:24.368Z
662026-01-12T05:04:24.368ZTo configure your current shell, you need to source
672026-01-12T05:04:24.368Zthe corresponding env file under $HOME/.cargo.
682026-01-12T05:04:24.368Z
692026-01-12T05:04:24.368ZThis is usually done by running one of the following (note the leading DOT):
702026-01-12T05:04:24.368Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-12T05:04:24.368Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-12T05:04:24.368Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-12T05:04:24.467Z+ rustup --version
742026-01-12T05:04:24.480Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-12T05:04:24.483Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-12T05:04:24.571Zinfo: The currently active `rustc` version is `rustc 1.92.0 (ded5c06cf 2025-12-08)`
772026-01-12T05:04:24.575Z+ cargo --version
782026-01-12T05:04:24.646Zcargo 1.92.0 (344c4567c 2025-10-21)
792026-01-12T05:04:24.649Z+ rustc --version
802026-01-12T05:04:24.727Zrustc 1.92.0 (ded5c06cf 2025-12-08)
812026-01-12T05:04:24.732Zprocess exited: duration 27244 ms, exit code 0
 
822026-01-12T05:04:24.739Zstarting task 2: "authentication"
832026-01-12T05:04:24.763Zprocess exited: duration 24 ms, exit code 0
 
842026-01-12T05:04:24.772Zstarting task 3: "clone repository"
852026-01-12T05:04:24.776Z+ mkdir -p /work/oxidecomputer/dropshot
862026-01-12T05:04:24.779Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
872026-01-12T05:04:24.816ZCloning into '/work/oxidecomputer/dropshot'...
882026-01-12T05:04:25.672Z+ cd /work/oxidecomputer/dropshot
892026-01-12T05:04:25.672Z+ git fetch origin 34b258fd183616eb28b8aacbeaccb99da7309e58
902026-01-12T05:04:25.954ZFrom https://github.com/oxidecomputer/dropshot
912026-01-12T05:04:25.954Z * branch 34b258fd183616eb28b8aacbeaccb99da7309e58 -> FETCH_HEAD
922026-01-12T05:04:25.964Z+ [[ -n '' ]]
932026-01-12T05:04:25.964Z+ git reset --hard 34b258fd183616eb28b8aacbeaccb99da7309e58
942026-01-12T05:04:25.987ZHEAD is now at 34b258f Bump serde_json from 1.0.148 to 1.0.149
952026-01-12T05:04:25.990Zprocess exited: duration 1218 ms, exit code 0
 
962026-01-12T05:04:25.997Zstarting task 4: "build"
972026-01-12T05:04:26.002Z+ cargo --version
982026-01-12T05:04:26.010Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
992026-01-12T05:04:26.184Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1002026-01-12T05:04:26.184Zinfo: downloading component 'cargo'
1012026-01-12T05:04:27.006Zinfo: downloading component 'clippy'
1022026-01-12T05:04:27.335Zinfo: downloading component 'rust-docs'
1032026-01-12T05:04:28.823Zinfo: downloading component 'rust-std'
1042026-01-12T05:04:30.654Zinfo: downloading component 'rustc'
1052026-01-12T05:04:38.029Zinfo: downloading component 'rustfmt'
1062026-01-12T05:04:38.257Zinfo: installing component 'cargo'
1072026-01-12T05:04:39.195Zinfo: installing component 'clippy'
1082026-01-12T05:04:39.591Zinfo: installing component 'rust-docs'
1092026-01-12T05:04:41.559Zinfo: installing component 'rust-std'
1102026-01-12T05:04:43.409Zinfo: installing component 'rustc'
1112026-01-12T05:04:50.171Zinfo: installing component 'rustfmt'
1122026-01-12T05:04:50.617Zcargo 1.92.0 (344c4567c 2025-10-21)
1132026-01-12T05:04:50.620Z+ rustc --version
1142026-01-12T05:04:50.706Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1152026-01-12T05:04:50.710Z+ banner build
1162026-01-12T05:04:50.714Z
1172026-01-12T05:04:50.714Z ##### # # # # #####
1182026-01-12T05:04:50.714Z # # # # # # # #
1192026-01-12T05:04:50.714Z ##### # # # # # #
1202026-01-12T05:04:50.714Z # # # # # # # #
1212026-01-12T05:04:50.714Z # # # # # # # #
1222026-01-12T05:04:50.714Z ##### #### # ###### #####
1232026-01-12T05:04:50.714Z
1242026-01-12T05:04:50.717Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1252026-01-12T05:04:50.872Z Updating crates.io index
1262026-01-12T05:04:52.569Z Downloading crates ...
1272026-01-12T05:04:52.638Z Downloaded cfg-if v1.0.0
1282026-01-12T05:04:52.641Z Downloaded atomicwrites v0.4.4
1292026-01-12T05:04:52.645Z Downloaded atomic-waker v1.1.2
1302026-01-12T05:04:52.648Z Downloaded autocfg v1.1.0
1312026-01-12T05:04:52.652Z Downloaded block-buffer v0.10.2
1322026-01-12T05:04:52.658Z Downloaded icu_provider_macros v1.5.0
1332026-01-12T05:04:52.662Z Downloaded async-stream-impl v0.3.6
1342026-01-12T05:04:52.662Z Downloaded errno v0.3.10
1352026-01-12T05:04:52.665Z Downloaded async-trait v0.1.89
1362026-01-12T05:04:52.668Z Downloaded concurrent-queue v2.5.0
1372026-01-12T05:04:52.671Z Downloaded camino v1.2.2
1382026-01-12T05:04:52.674Z Downloaded byteorder v1.4.3
1392026-01-12T05:04:52.678Z Downloaded match_cfg v0.1.0
1402026-01-12T05:04:52.678Z Downloaded parking_lot_core v0.9.4
1412026-01-12T05:04:52.682Z Downloaded getrandom v0.3.1
1422026-01-12T05:04:52.685Z Downloaded scopeguard v1.2.0
1432026-01-12T05:04:52.685Z Downloaded shlex v1.3.0
1442026-01-12T05:04:52.688Z Downloaded smallvec v1.13.2
1452026-01-12T05:04:52.691Z Downloaded memmap2 v0.9.8
1462026-01-12T05:04:52.695Z Downloaded memchr v2.6.0
1472026-01-12T05:04:52.699Z Downloaded openssl-probe v0.1.4
1482026-01-12T05:04:52.702Z Downloaded hostname v0.3.1
1492026-01-12T05:04:52.702Z Downloaded oid-registry v0.8.1
1502026-01-12T05:04:52.706Z Downloaded bytes v1.11.0
1512026-01-12T05:04:52.709Z Downloaded pem v3.0.6
1522026-01-12T05:04:52.709Z Downloaded async-channel v2.5.0
1532026-01-12T05:04:52.713Z Downloaded num-traits v0.2.14
1542026-01-12T05:04:52.716Z Downloaded pest_generator v2.8.1
1552026-01-12T05:04:52.719Z Downloaded mio v1.0.3
1562026-01-12T05:04:52.723Z Downloaded pin-utils v0.1.0
1572026-01-12T05:04:52.726Z Downloaded httpdate v1.0.1
1582026-01-12T05:04:52.729Z Downloaded pest_derive v2.8.1
1592026-01-12T05:04:52.733Z Downloaded pest_meta v2.8.1
1602026-01-12T05:04:52.733Z Downloaded fastrand v2.1.1
1612026-01-12T05:04:52.737Z Downloaded num-conv v0.1.0
1622026-01-12T05:04:52.737Z Downloaded dof v0.4.0
1632026-01-12T05:04:52.740Z Downloaded tracing v0.1.40
1642026-01-12T05:04:52.745Z Downloaded icu_properties v1.5.1
1652026-01-12T05:04:52.748Z Downloaded stable_deref_trait v1.2.0
1662026-01-12T05:04:52.748Z Downloaded plain v0.2.3
1672026-01-12T05:04:52.752Z Downloaded once_cell v1.20.1
1682026-01-12T05:04:52.752Z Downloaded pkg-config v0.3.31
1692026-01-12T05:04:52.755Z Downloaded parking v2.2.0
1702026-01-12T05:04:52.755Z Downloaded mime_guess v2.0.5
1712026-01-12T05:04:52.759Z Downloaded hyper-tls v0.6.0
1722026-01-12T05:04:52.762Z Downloaded is-terminal v0.4.12
1732026-01-12T05:04:52.763Z Downloaded parking_lot v0.12.1
1742026-01-12T05:04:52.766Z Downloaded nom v7.1.3
1752026-01-12T05:04:52.770Z Downloaded usdt-macro v0.6.0
1762026-01-12T05:04:52.773Z Downloaded openssl-sys v0.9.107
1772026-01-12T05:04:52.776Z Downloaded rustc-hash v2.0.0
1782026-01-12T05:04:52.780Z Downloaded pest v2.8.1
1792026-01-12T05:04:52.783Z Downloaded sync_wrapper v1.0.1
1802026-01-12T05:04:52.786Z Downloaded scroll_derive v0.13.1
1812026-01-12T05:04:52.786Z Downloaded rusticata-macros v4.1.0
1822026-01-12T05:04:52.786Z Downloaded iana-time-zone v0.1.47
1832026-01-12T05:04:52.791Z Downloaded ipnet v2.10.0
1842026-01-12T05:04:52.791Z Downloaded serde_core v1.0.228
1852026-01-12T05:04:52.794Z Downloaded target-triple v1.0.0
1862026-01-12T05:04:52.794Z Downloaded digest v0.10.7
1872026-01-12T05:04:52.797Z Downloaded data-encoding v2.4.0
1882026-01-12T05:04:52.797Z Downloaded take_mut v0.2.2
1892026-01-12T05:04:52.801Z Downloaded tower-layer v0.3.3
1902026-01-12T05:04:52.801Z Downloaded time-core v0.1.2
1912026-01-12T05:04:52.801Z Downloaded serde_urlencoded v0.7.1
1922026-01-12T05:04:52.804Z Downloaded tower-service v0.3.3
1932026-01-12T05:04:52.804Z Downloaded futures-sink v0.3.31
1942026-01-12T05:04:52.804Z Downloaded serde_derive_internals v0.29.0
1952026-01-12T05:04:52.807Z Downloaded untrusted v0.9.0
1962026-01-12T05:04:52.807Z Downloaded rcgen v0.14.6
1972026-01-12T05:04:52.811Z Downloaded schema v0.1.0
1982026-01-12T05:04:52.811Z Downloaded proc-macro2 v1.0.105
1992026-01-12T05:04:52.814Z Downloaded futures-executor v0.3.31
2002026-01-12T05:04:52.817Z Downloaded generic-array v0.14.5
2012026-01-12T05:04:52.817Z Downloaded dyn-clone v1.0.4
2022026-01-12T05:04:52.820Z Downloaded sha1 v0.10.6
2032026-01-12T05:04:52.820Z Downloaded rand_chacha v0.3.1
2042026-01-12T05:04:52.824Z Downloaded http-body-util v0.1.3
2052026-01-12T05:04:52.824Z Downloaded simple-mermaid v0.2.0
2062026-01-12T05:04:52.827Z Downloaded serde_spanned v1.0.4
2072026-01-12T05:04:52.827Z Downloaded schema-derive v0.1.0
2082026-01-12T05:04:52.831Z Downloaded litemap v0.7.4
2092026-01-12T05:04:52.832Z Downloaded usdt v0.6.0
2102026-01-12T05:04:52.832Z Downloaded utf8_iter v1.0.4
2112026-01-12T05:04:52.835Z Downloaded slog-json v2.6.1
2122026-01-12T05:04:52.835Z Downloaded want v0.3.0
2132026-01-12T05:04:52.838Z Downloaded minimal-lexical v0.2.1
2142026-01-12T05:04:52.841Z Downloaded slog-bunyan v2.5.0
2152026-01-12T05:04:52.844Z Downloaded console v0.15.7
2162026-01-12T05:04:52.848Z Downloaded thiserror v2.0.17
2172026-01-12T05:04:52.851Z Downloaded write16 v1.0.0
2182026-01-12T05:04:52.851Z Downloaded utf-8 v0.7.6
2192026-01-12T05:04:52.854Z Downloaded zerofrom-derive v0.1.5
2202026-01-12T05:04:52.854Z Downloaded thread_local v1.1.4
2212026-01-12T05:04:52.857Z Downloaded zerofrom v0.1.5
2222026-01-12T05:04:52.857Z Downloaded thread-id v5.0.0
2232026-01-12T05:04:52.857Z Downloaded yoke-derive v0.7.5
2242026-01-12T05:04:52.860Z Downloaded icu_normalizer_data v1.5.0
2252026-01-12T05:04:52.860Z Downloaded usdt-attr-macro v0.6.0
2262026-01-12T05:04:52.864Z Downloaded tokio-native-tls v0.3.1
2272026-01-12T05:04:52.864Z Downloaded tinyvec_macros v0.1.0
2282026-01-12T05:04:52.864Z Downloaded tokio-macros v2.6.0
2292026-01-12T05:04:52.867Z Downloaded toml_writer v1.0.6+spec-1.1.0
2302026-01-12T05:04:52.867Z Downloaded time-macros v0.2.18
2312026-01-12T05:04:52.870Z Downloaded version_check v0.9.5
2322026-01-12T05:04:52.870Z Downloaded schemars_derive v0.8.22
2332026-01-12T05:04:52.870Z Downloaded try-lock v0.2.3
2342026-01-12T05:04:52.873Z Downloaded thiserror v1.0.69
2352026-01-12T05:04:52.876Z Downloaded slab v0.4.9
2362026-01-12T05:04:52.879Z Downloaded powerfmt v0.2.0
2372026-01-12T05:04:52.879Z Downloaded getrandom v0.2.11
2382026-01-12T05:04:52.883Z Downloaded waitgroup v0.1.2
2392026-01-12T05:04:52.883Z Downloaded utf16_iter v1.0.5
2402026-01-12T05:04:52.886Z Downloaded rustversion v1.0.22
2412026-01-12T05:04:52.889Z Downloaded usdt-impl v0.6.0
2422026-01-12T05:04:52.889Z Downloaded semver v1.0.27
2432026-01-12T05:04:52.892Z Downloaded slog-term v2.9.2
2442026-01-12T05:04:52.896Z Downloaded ppv-lite86 v0.2.15
2452026-01-12T05:04:52.896Z Downloaded displaydoc v0.2.5
2462026-01-12T05:04:52.899Z Downloaded writeable v0.5.5
2472026-01-12T05:04:52.902Z Downloaded tokio-rustls v0.25.0
2482026-01-12T05:04:52.902Z Downloaded zeroize v1.7.0
2492026-01-12T05:04:52.906Z Downloaded tempfile v3.24.0
2502026-01-12T05:04:52.909Z Downloaded unicase v2.6.0
2512026-01-12T05:04:52.909Z Downloaded synstructure v0.13.1
2522026-01-12T05:04:52.909Z Downloaded term v1.1.0
2532026-01-12T05:04:52.912Z Downloaded zerovec-derive v0.10.3
2542026-01-12T05:04:52.915Z Downloaded unicode-width v0.1.9
2552026-01-12T05:04:52.915Z Downloaded ucd-trie v0.1.6
2562026-01-12T05:04:52.919Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2572026-01-12T05:04:52.919Z Downloaded rand_core v0.6.3
2582026-01-12T05:04:52.922Z Downloaded typenum v1.14.0
2592026-01-12T05:04:52.922Z Downloaded slog-async v2.8.0
2602026-01-12T05:04:52.925Z Downloaded tokio-tungstenite v0.24.0
2612026-01-12T05:04:52.925Z Downloaded tinystr v0.7.6
2622026-01-12T05:04:52.928Z Downloaded ryu v1.0.5
2632026-01-12T05:04:52.932Z Downloaded thiserror-impl v2.0.17
2642026-01-12T05:04:52.932Z Downloaded thiserror-impl v1.0.69
2652026-01-12T05:04:52.935Z Downloaded rustls-pki-types v1.13.2
2662026-01-12T05:04:52.935Z Downloaded rustls-pemfile v2.2.0
2672026-01-12T05:04:52.938Z Downloaded subprocess v0.2.13
2682026-01-12T05:04:52.942Z Downloaded unicode-ident v1.0.12
2692026-01-12T05:04:52.945Z Downloaded yoke v0.7.5
2702026-01-12T05:04:52.945Z Downloaded yasna v0.5.2
2712026-01-12T05:04:52.948Z Downloaded tungstenite v0.24.0
2722026-01-12T05:04:52.951Z Downloaded spin v0.9.8
2732026-01-12T05:04:52.954Z Downloaded slog v2.8.2
2742026-01-12T05:04:52.957Z Downloaded icu_provider v1.5.0
2752026-01-12T05:04:52.958Z Downloaded der-parser v10.0.0
2762026-01-12T05:04:52.961Z Downloaded socket2 v0.5.9
2772026-01-12T05:04:52.964Z Downloaded uuid v1.19.0
2782026-01-12T05:04:52.967Z Downloaded icu_locid v1.5.0
2792026-01-12T05:04:52.972Z Downloaded toml_parser v1.0.6+spec-1.1.0
2802026-01-12T05:04:52.975Z Downloaded prettyplease v0.2.37
2812026-01-12T05:04:52.978Z Downloaded url v2.5.4
2822026-01-12T05:04:52.982Z Downloaded toml v0.9.10+spec-1.1.0
2832026-01-12T05:04:52.986Z Downloaded tracing-core v0.1.32
2842026-01-12T05:04:52.989Z Downloaded icu_collections v1.5.0
2852026-01-12T05:04:52.993Z Downloaded serde v1.0.228
2862026-01-12T05:04:52.996Z Downloaded crossbeam-channel v0.5.1
2872026-01-12T05:04:53.000Z Downloaded zmij v1.0.2
2882026-01-12T05:04:53.003Z Downloaded hyper-util v0.1.19
2892026-01-12T05:04:53.007Z Downloaded unicode-segmentation v1.10.0
2902026-01-12T05:04:53.011Z Downloaded rand v0.8.4
2912026-01-12T05:04:53.014Z Downloaded zerocopy-derive v0.8.27
2922026-01-12T05:04:53.020Z Downloaded openapiv3 v2.2.0
2932026-01-12T05:04:53.031Z Downloaded x509-parser v0.18.0
2942026-01-12T05:04:53.036Z Downloaded iri-string v0.7.8
2952026-01-12T05:04:53.043Z Downloaded idna v1.0.3
2962026-01-12T05:04:53.047Z Downloaded reqwest v0.12.26
2972026-01-12T05:04:53.052Z Downloaded zerovec v0.10.4
2982026-01-12T05:04:53.057Z Downloaded tower-http v0.6.8
2992026-01-12T05:04:53.065Z Downloaded serde_json v1.0.149
3002026-01-12T05:04:53.072Z Downloaded portable-atomic v1.9.0
3012026-01-12T05:04:53.079Z Downloaded futures-util v0.3.31
3022026-01-12T05:04:53.090Z Downloaded winnow v0.7.13
3032026-01-12T05:04:53.099Z Downloaded openssl v0.10.72
3042026-01-12T05:04:53.108Z Downloaded rustls-webpki v0.102.8
3052026-01-12T05:04:53.125Z Downloaded zerocopy v0.8.27
3062026-01-12T05:04:53.145Z Downloaded webpki-roots v1.0.0
3072026-01-12T05:04:53.148Z Downloaded syn v2.0.113
3082026-01-12T05:04:53.159Z Downloaded quinn-proto v0.11.8
3092026-01-12T05:04:53.164Z Downloaded webpki-roots v0.26.5
3102026-01-12T05:04:53.167Z Downloaded vcpkg v0.2.15
3112026-01-12T05:04:53.204Z Downloaded goblin v0.10.1
3122026-01-12T05:04:53.210Z Downloaded hashbrown v0.16.1
3132026-01-12T05:04:53.215Z Downloaded h2 v0.4.6
3142026-01-12T05:04:53.220Z Downloaded time v0.3.36
3152026-01-12T05:04:53.227Z Downloaded rustls v0.23.13
3162026-01-12T05:04:53.237Z Downloaded rustls v0.22.4
3172026-01-12T05:04:53.248Z Downloaded rustix v0.38.44
3182026-01-12T05:04:53.267Z Downloaded icu_properties_data v1.5.0
3192026-01-12T05:04:53.276Z Downloaded rustix v1.1.3
3202026-01-12T05:04:53.298Z Downloaded chrono v0.4.42
3212026-01-12T05:04:53.303Z Downloaded hyper v1.8.1
3222026-01-12T05:04:53.309Z Downloaded http v1.4.0
3232026-01-12T05:04:53.312Z Downloaded tower v0.5.2
3242026-01-12T05:04:53.321Z Downloaded tokio-util v0.7.7
3252026-01-12T05:04:53.326Z Downloaded quinn v0.11.4
3262026-01-12T05:04:53.335Z Downloaded indexmap v2.12.1
3272026-01-12T05:04:53.340Z Downloaded expectorate v1.2.0
3282026-01-12T05:04:53.340Z Downloaded tinyvec v1.5.1
3292026-01-12T05:04:53.340Z Downloaded socket2 v0.6.0
3302026-01-12T05:04:53.340Z Downloaded similar v2.2.1
3312026-01-12T05:04:53.344Z Downloaded serde_derive v1.0.228
3322026-01-12T05:04:53.347Z Downloaded schemars v0.8.22
3332026-01-12T05:04:53.357Z Downloaded tokio-rustls v0.26.0
3342026-01-12T05:04:53.360Z Downloaded trybuild v1.0.114
3352026-01-12T05:04:53.364Z Downloaded libc v0.2.179
3362026-01-12T05:04:53.392Z Downloaded serde_tokenstream v0.2.2
3372026-01-12T05:04:53.396Z Downloaded rustls-native-certs v0.7.0
3382026-01-12T05:04:53.396Z Downloaded quinn-udp v0.5.5
3392026-01-12T05:04:53.399Z Downloaded crossbeam-utils v0.8.15
3402026-01-12T05:04:53.402Z Downloaded signal-hook-registry v1.4.0
3412026-01-12T05:04:53.402Z Downloaded serde_path_to_error v0.1.20
3422026-01-12T05:04:53.402Z Downloaded scroll v0.13.0
3432026-01-12T05:04:53.405Z Downloaded quote v1.0.42
3442026-01-12T05:04:53.405Z Downloaded icu_locid_transform v1.5.0
3452026-01-12T05:04:53.408Z Downloaded hyper-rustls v0.27.3
3462026-01-12T05:04:53.408Z Downloaded hyper-rustls v0.26.0
3472026-01-12T05:04:53.414Z Downloaded httparse v1.10.0
3482026-01-12T05:04:53.418Z Downloaded event-listener v5.0.0
3492026-01-12T05:04:53.418Z Downloaded termcolor v1.1.2
3502026-01-12T05:04:53.418Z Downloaded tokio v1.49.0
3512026-01-12T05:04:53.451Z Downloaded futures v0.3.31
3522026-01-12T05:04:53.455Z Downloaded subtle v2.5.0
3532026-01-12T05:04:53.458Z Downloaded icu_locid_transform_data v1.5.0
3542026-01-12T05:04:53.458Z Downloaded pretty-hex v0.4.1
3552026-01-12T05:04:53.461Z Downloaded hyper-staticfile v0.10.1
3562026-01-12T05:04:53.461Z Downloaded glob v0.3.0
3572026-01-12T05:04:53.461Z Downloaded sha2 v0.10.8
3582026-01-12T05:04:53.465Z Downloaded futures-channel v0.3.31
3592026-01-12T05:04:53.465Z Downloaded erased-serde v0.3.31
3602026-01-12T05:04:53.469Z Downloaded deranged v0.3.11
3612026-01-12T05:04:53.469Z Downloaded futures-io v0.3.31
3622026-01-12T05:04:53.469Z Downloaded openssl-macros v0.1.1
3632026-01-12T05:04:53.469Z Downloaded lazy_static v1.5.0
3642026-01-12T05:04:53.472Z Downloaded event-listener-strategy v0.5.4
3652026-01-12T05:04:53.472Z Downloaded debug-ignore v1.0.5
3662026-01-12T05:04:53.475Z Downloaded hostname v0.4.2
3672026-01-12T05:04:53.475Z Downloaded async-stream v0.3.6
3682026-01-12T05:04:53.478Z Downloaded pin-project-lite v0.2.12
3692026-01-12T05:04:53.482Z Downloaded heck v0.5.0
3702026-01-12T05:04:53.482Z Downloaded form_urlencoded v1.2.2
3712026-01-12T05:04:53.485Z Downloaded dtrace-parser v0.3.0
3722026-01-12T05:04:53.485Z Downloaded idna_adapter v1.2.0
3732026-01-12T05:04:53.485Z Downloaded http-body v1.0.1
3742026-01-12T05:04:53.485Z Downloaded cc v1.2.16
3752026-01-12T05:04:53.489Z Downloaded mime v0.3.16
3762026-01-12T05:04:53.492Z Downloaded futures-core v0.3.31
3772026-01-12T05:04:53.492Z Downloaded crypto-common v0.1.6
3782026-01-12T05:04:53.492Z Downloaded encoding_rs v0.8.32
3792026-01-12T05:04:53.509Z Downloaded cpufeatures v0.2.2
3802026-01-12T05:04:53.513Z Downloaded paste v1.0.15
3812026-01-12T05:04:53.516Z Downloaded foreign-types v0.3.2
3822026-01-12T05:04:53.516Z Downloaded itoa v1.0.1
3832026-01-12T05:04:53.516Z Downloaded foreign-types-shared v0.1.1
3842026-01-12T05:04:53.516Z Downloaded asn1-rs-impl v0.2.0
3852026-01-12T05:04:53.516Z Downloaded percent-encoding v2.3.2
3862026-01-12T05:04:53.519Z Downloaded num-integer v0.1.46
3872026-01-12T05:04:53.519Z Downloaded native-tls v0.2.12
3882026-01-12T05:04:53.519Z Downloaded fnv v1.0.7
3892026-01-12T05:04:53.523Z Downloaded ring v0.17.13
3902026-01-12T05:04:53.555Z Downloaded equivalent v1.0.0
3912026-01-12T05:04:53.559Z Downloaded http-range v0.1.4
3922026-01-12T05:04:53.559Z Downloaded futures-task v0.3.31
3932026-01-12T05:04:53.559Z Downloaded asn1-rs-derive v0.6.0
3942026-01-12T05:04:53.559Z Downloaded asn1-rs v0.7.1
3952026-01-12T05:04:53.564Z Downloaded num_threads v0.1.3
3962026-01-12T05:04:53.567Z Downloaded num-bigint v0.4.3
3972026-01-12T05:04:53.570Z Downloaded newline-converter v0.3.0
3982026-01-12T05:04:53.570Z Downloaded multer v3.1.0
3992026-01-12T05:04:53.573Z Downloaded futures-macro v0.3.31
4002026-01-12T05:04:53.573Z Downloaded icu_normalizer v1.5.0
4012026-01-12T05:04:53.576Z Downloaded base64 v0.22.1
4022026-01-12T05:04:53.580Z Downloaded bitflags v2.4.0
4032026-01-12T05:04:53.583Z Downloaded anyhow v1.0.100
4042026-01-12T05:04:53.586Z Downloaded log v0.4.17
4052026-01-12T05:04:53.586Z Downloaded lock_api v0.4.6
4062026-01-12T05:04:53.586Z Downloaded buf-list v1.1.2
4072026-01-12T05:04:53.724Z Compiling proc-macro2 v1.0.105
4082026-01-12T05:04:53.727Z Compiling quote v1.0.42
4092026-01-12T05:04:53.727Z Compiling unicode-ident v1.0.12
4102026-01-12T05:04:53.727Z Compiling libc v0.2.179
4112026-01-12T05:04:53.728Z Compiling cfg-if v1.0.0
4122026-01-12T05:04:53.728Z Compiling itoa v1.0.1
4132026-01-12T05:04:53.728Z Compiling serde_core v1.0.228
4142026-01-12T05:04:53.728Z Compiling memchr v2.6.0
4152026-01-12T05:04:53.832Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.105/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=2e8720435d5fcbb1 -C extra-filename=-dc3e6441c056ebef --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-dc3e6441c056ebef -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4162026-01-12T05:04:53.840Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/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=45ff84d68d4761a6 -C extra-filename=-78033f4331505ef9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-78033f4331505ef9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4172026-01-12T05:04:53.843Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b11df14ad5dfa7c4 -C extra-filename=-34998c1384dce2fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4182026-01-12T05:04:53.843Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.179/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=0a8ff301c6224629 -C extra-filename=-6de6c13bef61ffbe --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-6de6c13bef61ffbe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192026-01-12T05:04:53.844Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=78264587f515371c -C extra-filename=-d9f3e49df05053f1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4202026-01-12T05:04:53.849Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=f927b9e28ebde9af -C extra-filename=-e21694cb7552ee9a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212026-01-12T05:04:53.849Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edd8d0f2fe0b9525 -C extra-filename=-2a6214e7bd6abaee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4222026-01-12T05:04:53.879Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=320d203e94d0a597 -C extra-filename=-7ede8ebcc6f5b66f --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-7ede8ebcc6f5b66f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4232026-01-12T05:04:53.938Z Compiling pin-project-lite v0.2.12
4242026-01-12T05:04:53.944Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=53af2b67eb7b3250 -C extra-filename=-f2e925eb377ed176 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4252026-01-12T05:04:54.048Z Compiling shlex v1.3.0
4262026-01-12T05:04:54.052Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8d4ee061e0bf1eac -C extra-filename=-8e68deddde749c86 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4272026-01-12T05:04:54.071Z Compiling autocfg v1.1.0
4282026-01-12T05:04:54.075Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2206706649e96bb -C extra-filename=-e1581779f99d8cf3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4292026-01-12T05:04:54.098Z Compiling smallvec v1.13.2
4302026-01-12T05:04:54.110Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=53113ce4a438c78d -C extra-filename=-49dd8f4c7a263819 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312026-01-12T05:04:54.392Z Compiling cc v1.2.16
4322026-01-12T05:04:54.407Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=fe6142401967f85a -C extra-filename=-35472e3603a6003c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-8e68deddde749c86.rmeta --cap-lints allow`
4332026-01-12T05:04:54.421Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-78033f4331505ef9/build-script-build`
4342026-01-12T05:04:54.454Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-dc3e6441c056ebef/build-script-build`
4352026-01-12T05:04:54.468Z Compiling once_cell v1.20.1
4362026-01-12T05:04:54.479Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=87702913ddfae7d4 -C extra-filename=-bcf0c78fdafaa0ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4372026-01-12T05:04:54.492Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-7ede8ebcc6f5b66f/build-script-build`
4382026-01-12T05:04:54.499Z Compiling bytes v1.11.0
4392026-01-12T05:04:54.509Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=bbd122273dfe601c -C extra-filename=-5ecd5f1916a6d7e9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4402026-01-12T05:04:54.538Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=80698c3d8a934873 -C extra-filename=-cbe5626542001e99 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
4412026-01-12T05:04:54.581Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-6de6c13bef61ffbe/build-script-build`
4422026-01-12T05:04:54.652Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.179/src/lib.rs --error-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=1d9052ddb6f90e9d -C extra-filename=-5c7cf1ed41e84098 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4432026-01-12T05:04:54.656Z Compiling futures-core v0.3.31
4442026-01-12T05:04:54.656Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=46a8edfeb90d5afb -C extra-filename=-1f9e330bb92d952e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4452026-01-12T05:04:54.849Z Compiling version_check v0.9.5
4462026-01-12T05:04:54.852Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=765c778ae35ca858 -C extra-filename=-fa8a923cfd6ca6bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4472026-01-12T05:04:54.924Z Compiling log v0.4.17
4482026-01-12T05:04:54.927Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=eeaeeb21a524e102 -C extra-filename=-2f5d62fda4534c74 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-2f5d62fda4534c74 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4492026-01-12T05:04:55.077Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.105/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=81d4bd2f248c9062 -C extra-filename=-d218ed60daceb981 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-34998c1384dce2fd.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
4502026-01-12T05:04:55.352Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-2f5d62fda4534c74/build-script-build`
4512026-01-12T05:04:55.371Z Compiling parking_lot_core v0.9.4
4522026-01-12T05:04:55.400Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=63414a4fceee1d7f -C extra-filename=-3395379f78e3989f --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-3395379f78e3989f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4532026-01-12T05:04:55.433Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=372eedcfd52026c4 -C extra-filename=-aaa7dec7979a9811 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d9f3e49df05053f1.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4542026-01-12T05:04:55.507Z Compiling scopeguard v1.2.0
4552026-01-12T05:04:55.510Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=d5b475d596f90eab -C extra-filename=-14ccd81d18a609dd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4562026-01-12T05:04:55.682Z Compiling lock_api v0.4.6
4572026-01-12T05:04:55.687Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=bae7e141f622cad6 -C extra-filename=-da38682ad4984caf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rmeta --cap-lints allow`
4582026-01-12T05:04:55.835Z Compiling slab v0.4.9
4592026-01-12T05:04:55.838Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=e159d6d59e607816 -C extra-filename=-b5a0a0dca441fb0c --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-b5a0a0dca441fb0c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-e1581779f99d8cf3.rlib --cap-lints allow`
4602026-01-12T05:04:55.859Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=5d0853043b25d855 -C extra-filename=-0b4af5207a4d893b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4612026-01-12T05:04:55.957Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-3395379f78e3989f/build-script-build`
4622026-01-12T05:04:55.973Z Compiling futures-sink v0.3.31
4632026-01-12T05:04:55.977Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1b8558b30588a461 -C extra-filename=-a59d605fba7e7623 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4642026-01-12T05:04:55.988Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=0824536858c002c2 -C extra-filename=-407c312bdbc872af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d9f3e49df05053f1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-49dd8f4c7a263819.rmeta --cap-lints allow`
4652026-01-12T05:04:56.148Z Compiling zmij v1.0.2
4662026-01-12T05:04:56.164Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=4902d757bb4389c6 -C extra-filename=-a922cc4c97ac6640 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-a922cc4c97ac6640 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4672026-01-12T05:04:56.184Z Compiling serde v1.0.228
4682026-01-12T05:04:56.187Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=ee5a328690a61c2b -C extra-filename=-7392e1a2319e555d --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-7392e1a2319e555d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4692026-01-12T05:04:56.335Z Compiling syn v2.0.113
4702026-01-12T05:04:56.338Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.113/src/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=6f0b51095bfe0d1f -C extra-filename=-e64d0c153214ba4a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-34998c1384dce2fd.rmeta --cap-lints allow`
4712026-01-12T05:04:56.549Z Compiling parking_lot v0.12.1
4722026-01-12T05:04:56.561Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=a013a6c3a736e500 -C extra-filename=-330c6f01a565a3e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lock_api=/work/oxidecomputer/dropshot/target/debug/deps/liblock_api-da38682ad4984caf.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-407c312bdbc872af.rmeta --cap-lints allow`
4732026-01-12T05:04:56.661Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-b5a0a0dca441fb0c/build-script-build`
4742026-01-12T05:04:56.712Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-a922cc4c97ac6640/build-script-build`
4752026-01-12T05:04:56.775Z Compiling mio v1.0.3
4762026-01-12T05:04:56.785Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=b3cc5f2bfe87dc09 -C extra-filename=-2c83d0f13922721f --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-5c7cf1ed41e84098.rmeta --cap-lints allow`
4772026-01-12T05:04:56.789Z Compiling socket2 v0.6.0
4782026-01-12T05:04:56.792Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=1ab1245dbb6e753b -C extra-filename=-90816d9c3af84854 --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-5c7cf1ed41e84098.rmeta --cap-lints allow`
4792026-01-12T05:04:56.828Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-7392e1a2319e555d/build-script-build`
4802026-01-12T05:04:56.832Z Compiling getrandom v0.2.11
4812026-01-12T05:04:56.832Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=39e329b1af5c44af -C extra-filename=-40c355f4e6f7c318 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d9f3e49df05053f1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rmeta --cap-lints allow`
4822026-01-12T05:04:56.881Z Compiling signal-hook-registry v1.4.0
4832026-01-12T05:04:56.884Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcf533883abddf43 -C extra-filename=-b97e69089a41503d --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-5c7cf1ed41e84098.rmeta --cap-lints allow`
4842026-01-12T05:04:57.246Z Compiling serde_json v1.0.149
4852026-01-12T05:04:57.250Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=a7d74f4a4347fbf2 -C extra-filename=-7546de3c79a3834b --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-7546de3c79a3834b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4862026-01-12T05:04:57.427Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=dc93d96235522ed8 -C extra-filename=-02f5df2a920989d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4872026-01-12T05:04:57.499Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=01aec96bc90f19b9 -C extra-filename=-01849675c2cb2539 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(zmij_no_select_unpredictable)'`
4882026-01-12T05:04:57.668Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-7546de3c79a3834b/build-script-build`
4892026-01-12T05:04:57.687Z Compiling futures-channel v0.3.31
4902026-01-12T05:04:57.690Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=e470bee4fc4f9f8f -C extra-filename=-c12409cd2aa547f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a59d605fba7e7623.rmeta --cap-lints allow`
4912026-01-12T05:04:57.730Z Compiling http v1.4.0
4922026-01-12T05:04:57.733Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a1d069e36fe04725 -C extra-filename=-ed9a5b50ef325b97 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-2a6214e7bd6abaee.rmeta --cap-lints allow`
4932026-01-12T05:04:57.759Z Compiling zeroize v1.7.0
4942026-01-12T05:04:57.762Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=4084bb0258c6ca0a -C extra-filename=-43179ed41b445ef9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4952026-01-12T05:04:57.861Z Compiling thiserror v2.0.17
4962026-01-12T05:04:57.865Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/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=fa21e7403901f97e -C extra-filename=-1600a68c7d59c703 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-1600a68c7d59c703 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4972026-01-12T05:04:57.877Z Compiling bitflags v2.4.0
4982026-01-12T05:04:57.880Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=865698d8d3409da1 -C extra-filename=-03b97606ae84b231 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4992026-01-12T05:04:58.009Z Compiling pin-utils v0.1.0
5002026-01-12T05:04:58.012Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fe0a78e08252aaa -C extra-filename=-b878c6d60e538515 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5012026-01-12T05:04:58.090Z Compiling rustls-pki-types v1.13.2
5022026-01-12T05:04:58.093Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.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 --warn=unexpected_cfgs --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=94580ed577609ae2 -C extra-filename=-0c39cf5fcd2c729c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-43179ed41b445ef9.rmeta --cap-lints allow`
5032026-01-12T05:04:58.105Z Compiling ring v0.17.13
5042026-01-12T05:04:58.117Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=9910d45560039499 -C extra-filename=-f089498b64e5968f --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-f089498b64e5968f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-35472e3603a6003c.rlib --cap-lints allow`
5052026-01-12T05:04:58.120Z Compiling stable_deref_trait v1.2.0
5062026-01-12T05:04:58.120Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=093c0fe3b8aa5285 -C extra-filename=-eb7e57ae6664c5f9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5072026-01-12T05:04:58.229Z Compiling futures-io v0.3.31
5082026-01-12T05:04:58.233Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=8258f277cec4d58f -C extra-filename=-a8037fb04114235f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092026-01-12T05:04:58.354Z Compiling futures-task v0.3.31
5102026-01-12T05:04:58.357Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=4aff9cf4a0f43b55 -C extra-filename=-4300c4d0f434c5ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5112026-01-12T05:04:58.523Z Compiling httparse v1.10.0
5122026-01-12T05:04:58.530Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a2062598c74911fc -C extra-filename=-639a03dbc331d55c --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-639a03dbc331d55c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5132026-01-12T05:04:58.567Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-1600a68c7d59c703/build-script-build`
5142026-01-12T05:04:58.678Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=15b5bfe8201c3c8b -C extra-filename=-b63881afe3a0ff52 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-b63881afe3a0ff52 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5152026-01-12T05:04:58.961Z Compiling getrandom v0.3.1
5162026-01-12T05:04:58.964Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=5a3887e7dbedcec6 -C extra-filename=-241ed2b408d6f6fa --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-241ed2b408d6f6fa -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5172026-01-12T05:04:59.083Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-f089498b64e5968f/build-script-build`
5182026-01-12T05:04:59.131Z Compiling tracing-core v0.1.32
5192026-01-12T05:04:59.136Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=d40d6fee0f22863d -C extra-filename=-79f5add635097813 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-bcf0c78fdafaa0ad.rmeta --cap-lints allow`
5202026-01-12T05:04:59.200Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-639a03dbc331d55c/build-script-build`
5212026-01-12T05:04:59.249Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-b63881afe3a0ff52/build-script-build`
5222026-01-12T05:04:59.263Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b51f874a185c5fc7 -C extra-filename=-a23521c4f33a3866 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
5232026-01-12T05:04:59.304Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=7fb5a4327427d099 -C extra-filename=-2cd86c14576cf4f5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
5242026-01-12T05:04:59.432Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-241ed2b408d6f6fa/build-script-build`
5252026-01-12T05:04:59.439Z Compiling equivalent v1.0.0
5262026-01-12T05:04:59.444Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12dc471bb501b6f3 -C extra-filename=-265c18e794011b44 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5272026-01-12T05:04:59.550Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=26c6f87cb9aa7d73 -C extra-filename=-35701dae52e1879c --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-35701dae52e1879c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5282026-01-12T05:04:59.573Z Compiling hashbrown v0.16.1
5292026-01-12T05:04:59.584Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=048ec6be1c2aa4d2 -C extra-filename=-5ea294fa9281317e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5302026-01-12T05:04:59.881Z Compiling ucd-trie v0.1.6
5312026-01-12T05:04:59.892Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5099a1d53b00660c -C extra-filename=-17a9ade75285a27e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5322026-01-12T05:05:00.017Z Compiling untrusted v0.9.0
5332026-01-12T05:05:00.020Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4507f5908e4d559a -C extra-filename=-c8177221da29ea4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5342026-01-12T05:05:00.167Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-35701dae52e1879c/build-script-build`
5352026-01-12T05:05:00.215Z Compiling tracing v0.1.40
5362026-01-12T05:05:00.219Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=f899932d8c2774e0 -C extra-filename=-2fac1e82ca739178 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-79f5add635097813.rmeta --cap-lints allow`
5372026-01-12T05:05:00.233Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=2b2ca4afcb092e3b -C extra-filename=-7e78e05ead40ebef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d9f3e49df05053f1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rmeta --cap-lints allow`
5382026-01-12T05:05:00.465Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=830ffdc532a5f429 -C extra-filename=-a58d8ab2c3840a45 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-2a6214e7bd6abaee.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e21694cb7552ee9a.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-01849675c2cb2539.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5392026-01-12T05:05:00.477Z Compiling http-body v1.0.1
5402026-01-12T05:05:00.488Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6cf9787318ab6eb4 -C extra-filename=-5896181714a67144 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --cap-lints allow`
5412026-01-12T05:05:00.515Z Compiling litemap v0.7.4
5422026-01-12T05:05:00.518Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=5e952712e37e2bf5 -C extra-filename=-9716f9529f530590 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5432026-01-12T05:05:00.644Z Compiling percent-encoding v2.3.2
5442026-01-12T05:05:00.648Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d409866748b98b5a -C extra-filename=-a56d4c653a00f37e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5452026-01-12T05:05:00.719Z Compiling indexmap v2.12.1
5462026-01-12T05:05:00.722Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 --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=37f65668fdb29bc6 -C extra-filename=-f939d226db78f2f9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern equivalent=/work/oxidecomputer/dropshot/target/debug/deps/libequivalent-265c18e794011b44.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-5ea294fa9281317e.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow`
5472026-01-12T05:05:00.791Z Compiling writeable v0.5.5
5482026-01-12T05:05:00.794Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=fec6fa6ffdd69993 -C extra-filename=-587f6c7889c2b70f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5492026-01-12T05:05:00.902Z Compiling pkg-config v0.3.31
5502026-01-12T05:05:00.913Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5846b07cc46551f -C extra-filename=-d56ed2da55213b4a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5512026-01-12T05:05:01.057Z Compiling vcpkg v0.2.15
5522026-01-12T05:05:01.061Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36679331ecdb7e6d -C extra-filename=-0da95a37ee398901 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5532026-01-12T05:05:01.471Z Compiling zerocopy v0.8.27
5542026-01-12T05:05:01.475Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=12ca58f9679f33d8 -C extra-filename=-413f375278015f7c --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-413f375278015f7c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5552026-01-12T05:05:01.999Z Compiling rustversion v1.0.22
5562026-01-12T05:05:02.003Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eecda1b751fee61f -C extra-filename=-d2da51f42301bf6e --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-d2da51f42301bf6e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5572026-01-12T05:05:02.154Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=bc8feb50501489fa -C extra-filename=-2f4baa703eced14b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d9f3e49df05053f1.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-40c355f4e6f7c318.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-c8177221da29ea4f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test`
5582026-01-12T05:05:02.232Z Compiling atomic-waker v1.1.2
5592026-01-12T05:05:02.235Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=dae6c7a286b8cbf0 -C extra-filename=-9ac8fd3889a1fc7b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5602026-01-12T05:05:02.244Z Compiling typenum v1.14.0
5612026-01-12T05:05:02.256Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=6da081f399bf3146 -C extra-filename=-916d497215e450f0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-916d497215e450f0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5622026-01-12T05:05:02.419Z Compiling openssl-sys v0.9.107
5632026-01-12T05:05:02.423Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=dce617fc1de1c268 -C extra-filename=-71347c0f764f7a60 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-71347c0f764f7a60 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-35472e3603a6003c.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-d56ed2da55213b4a.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-0da95a37ee398901.rlib --cap-lints allow`
5642026-01-12T05:05:02.429Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-413f375278015f7c/build-script-build`
5652026-01-12T05:05:02.529Z Compiling errno v0.3.10
5662026-01-12T05:05:02.533Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e328eab4209adb11 -C extra-filename=-dc01f88feee000bf --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-5c7cf1ed41e84098.rmeta --cap-lints allow`
5672026-01-12T05:05:02.671Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-d2da51f42301bf6e/build-script-build`
5682026-01-12T05:05:02.734Z Compiling generic-array v0.14.5
5692026-01-12T05:05:02.737Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=88bc2f78cc444213 -C extra-filename=-c7358b0482349647 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-c7358b0482349647 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-fa8a923cfd6ca6bd.rlib --cap-lints allow`
5702026-01-12T05:05:02.794Z Compiling crossbeam-utils v0.8.15
5712026-01-12T05:05:02.797Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=bb3f2881ecb693ba -C extra-filename=-29b29cf11b71aabc --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-29b29cf11b71aabc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5722026-01-12T05:05:03.143Z Compiling rustix v1.1.3
5732026-01-12T05:05:03.148Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=62a407b0e028ee3f -C extra-filename=-1dd647bdb58b7023 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-1dd647bdb58b7023 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5742026-01-12T05:05:03.183Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-916d497215e450f0/build-script-main`
5752026-01-12T05:05:03.281Z Compiling try-lock v0.2.3
5762026-01-12T05:05:03.294Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e041a872ced4f0ff -C extra-filename=-282d283949e4309b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5772026-01-12T05:05:03.336Z Compiling fnv v1.0.7
5782026-01-12T05:05:03.336Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e0f4fc30df7d0c5b -C extra-filename=-4448a40bb35d7eef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5792026-01-12T05:05:03.370Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=989c972804a86c03 -C extra-filename=-53d886db1813acf4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5802026-01-12T05:05:03.453Z Compiling want v0.3.0
5812026-01-12T05:05:03.457Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4facd8c08f64325 -C extra-filename=-72c27f76ab1fcf03 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-aaa7dec7979a9811.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-282d283949e4309b.rmeta --cap-lints allow`
5822026-01-12T05:05:03.495Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-29b29cf11b71aabc/build-script-build`
5832026-01-12T05:05:03.503Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-c7358b0482349647/build-script-build`
5842026-01-12T05:05:03.515Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-71347c0f764f7a60/build-script-main`
5852026-01-12T05:05:03.563Z Compiling synstructure v0.13.1
5862026-01-12T05:05:03.574Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=3ce77f1711e0c7df -C extra-filename=-a243f8f9270afa99 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rmeta --cap-lints allow`
5872026-01-12T05:05:03.599Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0f0333d4fbe2247 -C extra-filename=-6ca62ce83b3d60ea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
5882026-01-12T05:05:03.753Z Compiling powerfmt v0.2.0
5892026-01-12T05:05:03.757Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=9a705711546748d0 -C extra-filename=-a5173583f8885fa3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5902026-01-12T05:05:03.836Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-1dd647bdb58b7023/build-script-build`
5912026-01-12T05:05:04.157Z Compiling time-core v0.1.2
5922026-01-12T05:05:04.160Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2927c8889340973b -C extra-filename=-78eed000a90d4839 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5932026-01-12T05:05:04.244Z Compiling tower-layer v0.3.3
5942026-01-12T05:05:04.245Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcede2620284f41d -C extra-filename=-5bd16f5b029f7406 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5952026-01-12T05:05:04.245Z Compiling icu_locid_transform_data v1.5.0
5962026-01-12T05:05:04.245Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4df0b936252f8d5b -C extra-filename=-6994f298582f665f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5972026-01-12T05:05:04.304Z Compiling subtle v2.5.0
5982026-01-12T05:05:04.308Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=72730dfd446c263f -C extra-filename=-23c10a0749295ab8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5992026-01-12T05:05:04.353Z Compiling tower-service v0.3.3
6002026-01-12T05:05:04.367Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c99fa1466a95afd -C extra-filename=-fa2a7b03ae5924ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6012026-01-12T05:05:04.481Z Compiling base64 v0.22.1
6022026-01-12T05:05:04.485Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7a520eee8ba066f0 -C extra-filename=-18af7d7230f35e32 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6032026-01-12T05:05:04.498Z Compiling httpdate v1.0.1
6042026-01-12T05:05:04.501Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ba40e7e4e538327 -C extra-filename=-b6ded7f23f87f621 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6052026-01-12T05:05:04.547Z Compiling num-conv v0.1.0
6062026-01-12T05:05:04.550Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=681be120d99ee7c5 -C extra-filename=-75741bd77ea0a8b1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6072026-01-12T05:05:04.596Z Compiling byteorder v1.4.3
6082026-01-12T05:05:04.600Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=e8b71488d7e0d059 -C extra-filename=-e0ec86222b213173 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6092026-01-12T05:05:04.755Z Compiling rustls-webpki v0.102.8
6102026-01-12T05:05:04.758Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=75de6ae7caf861e1 -C extra-filename=-080e2d3f86872050 --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-2f4baa703eced14b.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-c8177221da29ea4f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
6112026-01-12T05:05:04.775Z Compiling slog v2.8.2
6122026-01-12T05:05:04.778Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=7501d2346628e679 -C extra-filename=-d1ae81c03015859e --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-d1ae81c03015859e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-6ca62ce83b3d60ea.so --cap-lints allow`
6132026-01-12T05:05:04.842Z Compiling time-macros v0.2.18
6142026-01-12T05:05:04.845Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=5e88781c6d932981 -C extra-filename=-73a707b09d838b2f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-75741bd77ea0a8b1.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-78eed000a90d4839.rlib --extern proc_macro --cap-lints allow`
6152026-01-12T05:05:04.970Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=7891de64a4db4556 -C extra-filename=-6a64513162ee73ed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-53d886db1813acf4.rmeta --cap-lints allow --cfg relaxed_coherence`
6162026-01-12T05:05:05.079Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=0b5d9bfa2fac99f6 -C extra-filename=-0e2b5a7e68c945ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-03b97606ae84b231.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-dc01f88feee000bf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
6172026-01-12T05:05:05.166Z Compiling deranged v0.3.11
6182026-01-12T05:05:05.169Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=3f86b46a54e2967a -C extra-filename=-3eff810ddca4f88f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-a5173583f8885fa3.rmeta --cap-lints allow`
6192026-01-12T05:05:05.185Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=f70fcf6f632ca387 -C extra-filename=-0c937afeade36510 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d9f3e49df05053f1.rmeta --cap-lints allow`
6202026-01-12T05:05:06.270Z Compiling num_threads v0.1.3
6212026-01-12T05:05:06.274Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed3631b4c7be1820 -C extra-filename=-a85ba45e7c253d31 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6222026-01-12T05:05:06.331Z Compiling rustix v0.38.44
6232026-01-12T05:05:06.334Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=9d31e9f86d664a18 -C extra-filename=-c4499ae851a4d793 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-c4499ae851a4d793 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6242026-01-12T05:05:06.423Z Compiling icu_properties_data v1.5.0
6252026-01-12T05:05:06.426Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=149f1f9211e2cd87 -C extra-filename=-1a172109d3452741 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6262026-01-12T05:05:06.680Z Compiling fastrand v2.1.1
6272026-01-12T05:05:06.684Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=f0918ce984b6b8eb -C extra-filename=-b4d2da2fd35b10de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6282026-01-12T05:05:06.705Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-d1ae81c03015859e/build-script-build`
6292026-01-12T05:05:06.714Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=93fce4dc1554f607 -C extra-filename=-0fff2545b0051de5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-2a6214e7bd6abaee.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e21694cb7552ee9a.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-2cd86c14576cf4f5.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-01849675c2cb2539.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6302026-01-12T05:05:06.869Z Compiling thread-id v5.0.0
6312026-01-12T05:05:06.873Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d8e65669ca0e92e -C extra-filename=-df8d5518f49eedea --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-5c7cf1ed41e84098.rmeta --cap-lints allow`
6322026-01-12T05:05:06.950Z Compiling unicase v2.6.0
6332026-01-12T05:05:06.962Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=9852a5f9ee414882 -C extra-filename=-9c72ec6efb4903ff --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-9c72ec6efb4903ff -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-fa8a923cfd6ca6bd.rlib --cap-lints allow`
6342026-01-12T05:05:06.986Z Compiling num-traits v0.2.14
6352026-01-12T05:05:06.989Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=b3219405e97475bf -C extra-filename=-a9838e6953e4558e --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-a9838e6953e4558e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-e1581779f99d8cf3.rlib --cap-lints allow`
6362026-01-12T05:05:07.051Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-c4499ae851a4d793/build-script-build`
6372026-01-12T05:05:07.189Z Compiling foreign-types-shared v0.1.1
6382026-01-12T05:05:07.201Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0913e4b92e98220 -C extra-filename=-98b292a87d5cdbbb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6392026-01-12T05:05:07.233Z Compiling utf16_iter v1.0.5
6402026-01-12T05:05:07.237Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56dcfba9e5cbf7dc -C extra-filename=-fb16a39c19565682 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6412026-01-12T05:05:07.295Z Compiling serde_derive v1.0.228
6422026-01-12T05:05:07.308Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=cbdcd6acb16357ea -C extra-filename=-6a8dff1ff4ab2ff8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern proc_macro --cap-lints allow`
6432026-01-12T05:05:07.311Z Compiling tokio-macros v2.6.0
6442026-01-12T05:05:07.322Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3dad07de5b10d11b -C extra-filename=-70a3005d60e67b9e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern proc_macro --cap-lints allow`
6452026-01-12T05:05:07.342Z Compiling zerofrom-derive v0.1.5
6462026-01-12T05:05:07.358Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e345081a60b74c78 -C extra-filename=-53c348b3ec2497ff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-a243f8f9270afa99.rlib --extern proc_macro --cap-lints allow`
6472026-01-12T05:05:07.362Z Compiling futures-macro v0.3.31
6482026-01-12T05:05:07.362Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d420b08fa27d016 -C extra-filename=-30044009757c2296 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern proc_macro --cap-lints allow`
6492026-01-12T05:05:07.378Z Compiling thiserror-impl v2.0.17
6502026-01-12T05:05:07.382Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.17/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=9450e9f4f87680ff -C extra-filename=-35a07b92fa9f61de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern proc_macro --cap-lints allow`
6512026-01-12T05:05:07.426Z Compiling yoke-derive v0.7.5
6522026-01-12T05:05:07.429Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e03e04160b5abb50 -C extra-filename=-f39789bdd8a5a64f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-a243f8f9270afa99.rlib --extern proc_macro --cap-lints allow`
6532026-01-12T05:05:07.450Z Compiling zerovec-derive v0.10.3
6542026-01-12T05:05:07.464Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14b65aa2c7a8f419 -C extra-filename=-4a0243a6e5db1773 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern proc_macro --cap-lints allow`
6552026-01-12T05:05:08.888Z Compiling tokio v1.49.0
6562026-01-12T05:05:08.892Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=65315677ebc55da3 -C extra-filename=-83458c60e380f77d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-2c83d0f13922721f.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-330c6f01a565a3e4.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-b97e69089a41503d.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-90816d9c3af84854.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-70a3005d60e67b9e.so --cap-lints allow`
6572026-01-12T05:05:09.223Z Compiling futures-util v0.3.31
6582026-01-12T05:05:09.228Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=1bc0bdf7834437a6 -C extra-filename=-fc50097b5d5b3817 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-c12409cd2aa547f6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-a8037fb04114235f.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-30044009757c2296.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a59d605fba7e7623.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4300c4d0f434c5ef.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e21694cb7552ee9a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-b878c6d60e538515.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-02f5df2a920989d3.rmeta --cap-lints allow`
6592026-01-12T05:05:09.455Z Compiling displaydoc v0.2.5
6602026-01-12T05:05:09.467Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ca0f529c1c492a0b -C extra-filename=-758a41673540c7a2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern proc_macro --cap-lints allow`
6612026-01-12T05:05:09.803Z Compiling zerocopy-derive v0.8.27
6622026-01-12T05:05:09.806Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68f6ef8eaa8dcd23 -C extra-filename=-dbfe9cd3408caace --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern proc_macro --cap-lints allow`
6632026-01-12T05:05:09.845Z Compiling icu_provider_macros v1.5.0
6642026-01-12T05:05:09.857Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31f5583ebe4188a1 -C extra-filename=-a0b5f0b5d2884403 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern proc_macro --cap-lints allow`
6652026-01-12T05:05:10.210Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=eb2836f8c3ac8f85 -C extra-filename=-5d72d5c77b774a32 --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-35a07b92fa9f61de.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6662026-01-12T05:05:10.224Z Compiling zerofrom v0.1.5
6672026-01-12T05:05:10.224Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=5b9c72c89b15532e -C extra-filename=-196be5e1185ce5d6 --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-53c348b3ec2497ff.so --cap-lints allow`
6682026-01-12T05:05:10.370Z Compiling pest v2.8.1
6692026-01-12T05:05:10.373Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=c9e3a4622ef52bab -C extra-filename=-103c6525b26c0330 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e21694cb7552ee9a.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-17a9ade75285a27e.rmeta --cap-lints allow`
6702026-01-12T05:05:10.453Z Compiling yoke v0.7.5
6712026-01-12T05:05:10.456Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=75f61b4e0dd71bcd -C extra-filename=-59a02d10c8028d27 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-eb7e57ae6664c5f9.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-f39789bdd8a5a64f.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-196be5e1185ce5d6.rmeta --cap-lints allow`
6722026-01-12T05:05:10.831Z Compiling zerovec v0.10.4
6732026-01-12T05:05:10.834Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=31add9de235ed0f4 -C extra-filename=-f201987653ed1f8f --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-59a02d10c8028d27.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-196be5e1185ce5d6.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-4a0243a6e5db1773.so --cap-lints allow`
6742026-01-12T05:05:10.989Z Compiling time v0.3.36
6752026-01-12T05:05:11.002Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=50c955e185951f06 -C extra-filename=-85801c57c564b2e2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern deranged=/work/oxidecomputer/dropshot/target/debug/deps/libderanged-3eff810ddca4f88f.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-2a6214e7bd6abaee.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-75741bd77ea0a8b1.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-a85ba45e7c253d31.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-a5173583f8885fa3.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-78eed000a90d4839.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-73a707b09d838b2f.so --cap-lints allow`
6762026-01-12T05:05:11.063Z Compiling scroll_derive v0.13.1
6772026-01-12T05:05:11.067Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3475a33f0ba9ce2 -C extra-filename=-32482b14be69f68b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern proc_macro --cap-lints allow`
6782026-01-12T05:05:12.926Z Compiling tinystr v0.7.6
6792026-01-12T05:05:12.930Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=cf0a48302405fd6f -C extra-filename=-1032ad25c5436a31 --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-758a41673540c7a2.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-f201987653ed1f8f.rmeta --cap-lints allow`
6802026-01-12T05:05:13.024Z Compiling pest_meta v2.8.1
6812026-01-12T05:05:13.027Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=e1277dfb923e1920 -C extra-filename=-5a80054557f7fc18 --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-103c6525b26c0330.rmeta --cap-lints allow`
6822026-01-12T05:05:13.101Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=3b3af951ccb2e4d0 -C extra-filename=-e1b37d087365f786 --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-dbfe9cd3408caace.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)'`
6832026-01-12T05:05:13.343Z Compiling icu_locid v1.5.0
6842026-01-12T05:05:13.356Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=45dc147ec45b187a -C extra-filename=-fade8d8b1d4dff06 --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-758a41673540c7a2.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-9716f9529f530590.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-1032ad25c5436a31.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-587f6c7889c2b70f.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-f201987653ed1f8f.rmeta --cap-lints allow`
6852026-01-12T05:05:13.458Z Compiling icu_collections v1.5.0
6862026-01-12T05:05:13.469Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=4b39c4845e81cde6 -C extra-filename=-59b44f45aeaeff8d --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-758a41673540c7a2.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-59a02d10c8028d27.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-196be5e1185ce5d6.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-f201987653ed1f8f.rmeta --cap-lints allow`
6872026-01-12T05:05:14.301Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=61c05fd48910e08a -C extra-filename=-373e948815e35a7a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-6a8dff1ff4ab2ff8.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)'`
6882026-01-12T05:05:14.464Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c9f79a56cf11cb50 -C extra-filename=-f3a5284f829fb4ea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-2cd86c14576cf4f5.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-6a8dff1ff4ab2ff8.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)'`
6892026-01-12T05:05:14.788Z Compiling icu_provider v1.5.0
6902026-01-12T05:05:14.807Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=b3de8cc56c54f8e5 -C extra-filename=-b287723b86045985 --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-758a41673540c7a2.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-fade8d8b1d4dff06.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-a0b5f0b5d2884403.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-eb7e57ae6664c5f9.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-1032ad25c5436a31.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-587f6c7889c2b70f.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-59a02d10c8028d27.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-196be5e1185ce5d6.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-f201987653ed1f8f.rmeta --cap-lints allow`
6912026-01-12T05:05:14.871Z Compiling pest_generator v2.8.1
6922026-01-12T05:05:14.875Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=14ed8345d62b8713 -C extra-filename=-07e1675108d614a6 --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-103c6525b26c0330.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-5a80054557f7fc18.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rmeta --cap-lints allow`
6932026-01-12T05:05:15.549Z Compiling icu_locid_transform v1.5.0
6942026-01-12T05:05:15.582Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=5a83846f93c87c77 -C extra-filename=-b2d063c78487af90 --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-758a41673540c7a2.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-fade8d8b1d4dff06.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-6994f298582f665f.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-b287723b86045985.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-1032ad25c5436a31.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-f201987653ed1f8f.rmeta --cap-lints allow`
6952026-01-12T05:05:15.629Z Compiling serde_tokenstream v0.2.2
6962026-01-12T05:05:15.641Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0507a358b3e95ba6 -C extra-filename=-8656128ec653b4aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f3a5284f829fb4ea.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rmeta --cap-lints allow`
6972026-01-12T05:05:15.681Z Compiling erased-serde v0.3.31
6982026-01-12T05:05:15.684Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=ff2eb9683f2cd36a -C extra-filename=-3364b06142252131 --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-373e948815e35a7a.rmeta --cap-lints allow`
6992026-01-12T05:05:15.871Z Compiling usdt-impl v0.6.0
7002026-01-12T05:05:15.874Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=649ffc27d401e7ce -C extra-filename=-b8f678b02d79086c --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-b8f678b02d79086c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7012026-01-12T05:05:16.270Z Compiling write16 v1.0.0
7022026-01-12T05:05:16.276Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=81e3bedc70bedac2 -C extra-filename=-33d571a18024c08b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7032026-01-12T05:05:16.345Z Compiling openssl v0.10.72
7042026-01-12T05:05:16.348Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=b038218d24bda6b1 -C extra-filename=-4d48977c01555948 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-4d48977c01555948 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7052026-01-12T05:05:16.428Z Compiling icu_normalizer_data v1.5.0
7062026-01-12T05:05:16.431Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ceffb0ea6ea2a1d -C extra-filename=-dfa8907b9e4291c9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7072026-01-12T05:05:16.530Z Compiling ipnet v2.10.0
7082026-01-12T05:05:16.533Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=8cd61fd9f2080ec0 -C extra-filename=-e8680fc069cdafc7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7092026-01-12T05:05:16.545Z Compiling openssl-probe v0.1.4
7102026-01-12T05:05:16.549Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18d394f1c0bb7269 -C extra-filename=-aa9a99eabf3de30f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7112026-01-12T05:05:16.627Z Compiling pest_derive v2.8.1
7122026-01-12T05:05:16.630Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=b5ba9a27bfe313dd -C extra-filename=-59d07feba3f42f2c --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-103c6525b26c0330.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-07e1675108d614a6.rlib --extern proc_macro --cap-lints allow`
7132026-01-12T05:05:16.876Z Compiling utf8_iter v1.0.4
7142026-01-12T05:05:16.880Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6df53b7d96330ed6 -C extra-filename=-c8a7bbf3e2d688c8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7152026-01-12T05:05:16.899Z Compiling icu_properties v1.5.1
7162026-01-12T05:05:16.902Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=9a484d24af6383c1 -C extra-filename=-8701eb105011d92d --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-758a41673540c7a2.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-59b44f45aeaeff8d.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-b2d063c78487af90.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-1a172109d3452741.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-b287723b86045985.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-1032ad25c5436a31.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-f201987653ed1f8f.rmeta --cap-lints allow`
7172026-01-12T05:05:16.973Z Compiling paste v1.0.15
7182026-01-12T05:05:16.977Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5d8cabcf2768874 -C extra-filename=-33a0a173cdbabd7c --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-33a0a173cdbabd7c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7192026-01-12T05:05:17.071Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-4d48977c01555948/build-script-build`
7202026-01-12T05:05:17.090Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=6bc4830e9729bf25 -C extra-filename=-82a0222c6679d17d --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-3364b06142252131.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7212026-01-12T05:05:17.139Z Compiling tokio-util v0.7.7
7222026-01-12T05:05:17.143Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=5039049e3f3ac4b1 -C extra-filename=-eb60fb57b1675dac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a59d605fba7e7623.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2fac1e82ca739178.rmeta --cap-lints allow`
7232026-01-12T05:05:17.537Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-33a0a173cdbabd7c/build-script-build`
7242026-01-12T05:05:17.576Z Compiling dof v0.4.0
7252026-01-12T05:05:17.580Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=eeef3950f4548c20 -C extra-filename=-cb8dcb3cc3f1ba11 --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-f3a5284f829fb4ea.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fff2545b0051de5.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-e1b37d087365f786.rmeta --cap-lints allow`
7262026-01-12T05:05:17.607Z Compiling dtrace-parser v0.3.0
7272026-01-12T05:05:17.619Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dfc9870bede3795c -C extra-filename=-0fb9d6c5607bf55e --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-103c6525b26c0330.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-59d07feba3f42f2c.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rmeta --cap-lints allow`
7282026-01-12T05:05:17.727Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-b8f678b02d79086c/build-script-build`
7292026-01-12T05:05:17.747Z Compiling scroll v0.13.0
7302026-01-12T05:05:17.759Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=a4c950607b2dc735 -C extra-filename=-ab927286b3edf081 --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-32482b14be69f68b.so --cap-lints allow`
7312026-01-12T05:05:17.994Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-a9838e6953e4558e/build-script-build`
7322026-01-12T05:05:18.271Z Compiling h2 v0.4.6
7332026-01-12T05:05:18.274Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=10a3cb638afd41e2 -C extra-filename=-39131349e1192d37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-9ac8fd3889a1fc7b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-4448a40bb35d7eef.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a59d605fba7e7623.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-02f5df2a920989d3.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-eb60fb57b1675dac.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2fac1e82ca739178.rmeta --cap-lints allow`
7342026-01-12T05:05:18.315Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-9c72ec6efb4903ff/build-script-build`
7352026-01-12T05:05:18.337Z Compiling openssl-macros v0.1.1
7362026-01-12T05:05:18.337Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb12f4ef4ea8b7ac -C extra-filename=-c4db5b56b448e76f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern proc_macro --cap-lints allow`
7372026-01-12T05:05:18.446Z Compiling foreign-types v0.3.2
7382026-01-12T05:05:18.449Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7e73e056b159d69 -C extra-filename=-8c90d3fdaa07e6a1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types_shared-98b292a87d5cdbbb.rmeta --cap-lints allow`
7392026-01-12T05:05:18.492Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=53ad6f4e01a0b58c -C extra-filename=-39f1bd4f09024463 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-03b97606ae84b231.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-dc01f88feee000bf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7402026-01-12T05:05:18.550Z Compiling block-buffer v0.10.2
7412026-01-12T05:05:18.553Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a88c18c3cf10845a -C extra-filename=-9da8680cca7e78b6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-6a64513162ee73ed.rmeta --cap-lints allow`
7422026-01-12T05:05:18.685Z Compiling crypto-common v0.1.6
7432026-01-12T05:05:18.721Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=38cf56cab1ba5f2c -C extra-filename=-86901e58e168df60 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-6a64513162ee73ed.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-53d886db1813acf4.rmeta --cap-lints allow`
7442026-01-12T05:05:18.764Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=1f743f0948d257b5 -C extra-filename=-4fdd1a01b1088901 --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-5c7cf1ed41e84098.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)'`
7452026-01-12T05:05:18.900Z Compiling form_urlencoded v1.2.2
7462026-01-12T05:05:18.904Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d53f96270009bde9 -C extra-filename=-14abb8393ba8e0e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --cap-lints allow`
7472026-01-12T05:05:19.220Z Compiling rand_core v0.6.3
7482026-01-12T05:05:19.223Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=6d5ae7750ff2c753 -C extra-filename=-0317f5606b2b39f0 --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-40c355f4e6f7c318.rmeta --cap-lints allow`
7492026-01-12T05:05:19.245Z Compiling rustls v0.22.4
7502026-01-12T05:05:19.256Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=b335fd724a79b5a2 -C extra-filename=-c587a6d30552a342 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-c587a6d30552a342 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7512026-01-12T05:05:19.636Z Compiling rustls v0.23.13
7522026-01-12T05:05:19.640Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=9d373d6933410322 -C extra-filename=-f1268eb15984a14f --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-f1268eb15984a14f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7532026-01-12T05:05:19.653Z Compiling ppv-lite86 v0.2.15
7542026-01-12T05:05:19.665Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=ba3a59ac04a1e67e -C extra-filename=-2042151c00ea19a5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7552026-01-12T05:05:19.754Z Compiling plain v0.2.3
7562026-01-12T05:05:19.757Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fef49bdc7379a9b -C extra-filename=-7b15fb07f0c6cf62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7572026-01-12T05:05:19.921Z Compiling native-tls v0.2.12
7582026-01-12T05:05:19.927Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=07bb6232b11bcd51 -C extra-filename=-f4ad55a0eb5f9ef5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-f4ad55a0eb5f9ef5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7592026-01-12T05:05:20.020Z Compiling ryu v1.0.5
7602026-01-12T05:05:20.020Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=bd3f5576a77731b1 -C extra-filename=-fad403f3604b2454 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-fad403f3604b2454 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7612026-01-12T05:05:20.090Z Compiling mime v0.3.16
7622026-01-12T05:05:20.094Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4332476ee8c5d912 -C extra-filename=-08a73b4620987bb3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7632026-01-12T05:05:20.362Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-f4ad55a0eb5f9ef5/build-script-build`
7642026-01-12T05:05:20.381Z Compiling rand_chacha v0.3.1
7652026-01-12T05:05:20.384Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=07c09d1672a4af39 -C extra-filename=-0c71dac614d4b3ea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/dropshot/target/debug/deps/libppv_lite86-2042151c00ea19a5.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-0317f5606b2b39f0.rmeta --cap-lints allow`
7662026-01-12T05:05:20.414Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-f1268eb15984a14f/build-script-build`
7672026-01-12T05:05:20.448Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=18fc39090b4aa96b -C extra-filename=-cf38a4eadabf2044 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-03b97606ae84b231.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d9f3e49df05053f1.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-8c90d3fdaa07e6a1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-bcf0c78fdafaa0ad.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-c4db5b56b448e76f.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-4fdd1a01b1088901.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)'`
7682026-01-12T05:05:20.576Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-fad403f3604b2454/build-script-build`
7692026-01-12T05:05:20.594Z Compiling goblin v0.10.1
7702026-01-12T05:05:20.607Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=904c7bd45fca3235 -C extra-filename=-a43a830d8a812e8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-aaa7dec7979a9811.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-7b15fb07f0c6cf62.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-ab927286b3edf081.rmeta --cap-lints allow`
7712026-01-12T05:05:20.610Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-c587a6d30552a342/build-script-build`
7722026-01-12T05:05:20.628Z Compiling digest v0.10.7
7732026-01-12T05:05:20.631Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=7db2d15921fc0e74 -C extra-filename=-7c69d3f13d5c737f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern block_buffer=/work/oxidecomputer/dropshot/target/debug/deps/libblock_buffer-9da8680cca7e78b6.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-86901e58e168df60.rmeta --cap-lints allow`
7742026-01-12T05:05:20.642Z Compiling icu_normalizer v1.5.0
7752026-01-12T05:05:20.645Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=d9da0b231bf1bb62 -C extra-filename=-77c77d9738de3871 --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-758a41673540c7a2.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-59b44f45aeaeff8d.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-dfa8907b9e4291c9.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-8701eb105011d92d.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-b287723b86045985.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-49dd8f4c7a263819.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-fb16a39c19565682.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-c8a7bbf3e2d688c8.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-33d571a18024c08b.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-f201987653ed1f8f.rmeta --cap-lints allow`
7762026-01-12T05:05:21.067Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=40ca1e19c153b005 -C extra-filename=-0ba087e84ae7d5c7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
7772026-01-12T05:05:21.466Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=3b3479f431f3c113 -C extra-filename=-e2a6ea39feca56f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-e0ec86222b213173.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-cb8dcb3cc3f1ba11.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-0fb9d6c5607bf55e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f3a5284f829fb4ea.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fff2545b0051de5.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-df8d5518f49eedea.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)'`
7782026-01-12T05:05:21.505Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=4901fb813ee62184 -C extra-filename=-8e52de7a6ca47779 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg has_i128 --cfg has_to_int_unchecked`
7792026-01-12T05:05:21.906Z Compiling idna_adapter v1.2.0
7802026-01-12T05:05:21.909Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=9de2a1ce847386bf -C extra-filename=-53bea5dcceb578ed --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-77c77d9738de3871.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-8701eb105011d92d.rmeta --cap-lints allow`
7812026-01-12T05:05:22.144Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73ba43725e87bf45 -C extra-filename=-dfdacbd5bb51e603 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
7822026-01-12T05:05:22.622Z Compiling lazy_static v1.5.0
7832026-01-12T05:05:22.626Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=f9332aeb1f658cc3 -C extra-filename=-a63e97079b2e8b1d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7842026-01-12T05:05:22.680Z Compiling cpufeatures v0.2.2
7852026-01-12T05:05:22.701Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=668b047932fbf7bd -C extra-filename=-b12975013fe88fbb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7862026-01-12T05:05:22.773Z Compiling pretty-hex v0.4.1
7872026-01-12T05:05:22.776Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=31534bc90e39d373 -C extra-filename=-0636d225778e88e7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7882026-01-12T05:05:22.790Z Compiling unicode-width v0.1.9
7892026-01-12T05:05:22.802Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=e717699d0df2186c -C extra-filename=-07fc40ab92b7be4e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7902026-01-12T05:05:22.921Z Compiling iana-time-zone v0.1.47
7912026-01-12T05:05:22.925Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=14ea6328f5cd5395 -C extra-filename=-21e601a383bd0e73 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7922026-01-12T05:05:22.976Z Compiling thiserror v1.0.69
7932026-01-12T05:05:22.989Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2bbe68b53f23b69 -C extra-filename=-78dfc24ca47a64d1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-78dfc24ca47a64d1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7942026-01-12T05:05:23.007Z Compiling unicode-segmentation v1.10.0
7952026-01-12T05:05:23.010Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=d74dd7453dc76ff6 -C extra-filename=-dcc785b7b02fb49d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7962026-01-12T05:05:23.181Z Compiling winnow v0.7.13
7972026-01-12T05:05:23.185Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=9f7ebea67b20e530 -C extra-filename=-0c7cb3e66ab14e6f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7982026-01-12T05:05:23.337Z Compiling hyper v1.8.1
7992026-01-12T05:05:23.337Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=8a5e9b7602c36d8b -C extra-filename=-700d3143c5c5cefb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-9ac8fd3889a1fc7b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-c12409cd2aa547f6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-39131349e1192d37.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5896181714a67144.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-a23521c4f33a3866.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-b6ded7f23f87f621.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-2a6214e7bd6abaee.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-b878c6d60e538515.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-49dd8f4c7a263819.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-72c27f76ab1fcf03.rmeta --cap-lints allow`
8002026-01-12T05:05:23.583Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=7e1de9c84a8e240c -C extra-filename=-98b8dd84edd8aff1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-98b8dd84edd8aff1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8012026-01-12T05:05:23.756Z Compiling newline-converter v0.3.0
8022026-01-12T05:05:23.760Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96d4608f68ee7889 -C extra-filename=-c8e2c71880ceb9b2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_segmentation-dcc785b7b02fb49d.rmeta --cap-lints allow`
8032026-01-12T05:05:23.804Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-78dfc24ca47a64d1/build-script-build`
8042026-01-12T05:05:23.942Z Compiling chrono v0.4.42
8052026-01-12T05:05:23.945Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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", "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=6dd3b17f662cf873 -C extra-filename=-c2b5b4bffa035c15 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/dropshot/target/debug/deps/libiana_time_zone-21e601a383bd0e73.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-8e52de7a6ca47779.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rmeta --cap-lints allow`
8062026-01-12T05:05:24.047Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-98b8dd84edd8aff1/build-script-build`
8072026-01-12T05:05:24.054Z Compiling console v0.15.7
8082026-01-12T05:05:24.057Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=d4c6c9184da48852 -C extra-filename=-4447169bea31220f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-07fc40ab92b7be4e.rmeta --cap-lints allow`
8092026-01-12T05:05:24.182Z Compiling sha1 v0.10.6
8102026-01-12T05:05:24.194Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=d7040ecb6f5905cd -C extra-filename=-7bcc0f1f2b9105cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d9f3e49df05053f1.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-b12975013fe88fbb.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-7c69d3f13d5c737f.rmeta --cap-lints allow`
8112026-01-12T05:05:24.619Z Compiling idna v1.0.3
8122026-01-12T05:05:24.630Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=8cfb888dbd62464c -C extra-filename=-6bcb5cf0599d9654 --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-53bea5dcceb578ed.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-49dd8f4c7a263819.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-c8a7bbf3e2d688c8.rmeta --cap-lints allow`
8132026-01-12T05:05:25.469Z Compiling mime_guess v2.0.5
8142026-01-12T05:05:25.499Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=928caf0a3d1823ee -C extra-filename=-d0a31ccf62658966 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-d0a31ccf62658966 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-0ba087e84ae7d5c7.rlib --cap-lints allow`
8152026-01-12T05:05:25.863Z Compiling hyper-util v0.1.19
8162026-01-12T05:05:25.867Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=cd3231d897e4dc03 -C extra-filename=-c7d3079d90915d3e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-c12409cd2aa547f6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-fc50097b5d5b3817.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5896181714a67144.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-e8680fc069cdafc7.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-90816d9c3af84854.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-5bd16f5b029f7406.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2fac1e82ca739178.rmeta --cap-lints allow`
8172026-01-12T05:05:26.449Z Compiling toml_parser v1.0.6+spec-1.1.0
8182026-01-12T05:05:26.452Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=2aba156316bca59e -C extra-filename=-73dcedb190d70355 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-0c7cb3e66ab14e6f.rmeta --cap-lints allow`
8192026-01-12T05:05:26.565Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=1cd4b5be8aca6c7d -C extra-filename=-3200a2ad4dd5d97d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-aaa7dec7979a9811.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-cf38a4eadabf2044.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-aa9a99eabf3de30f.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-4fdd1a01b1088901.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
8202026-01-12T05:05:26.591Z Compiling rand v0.8.4
8212026-01-12T05:05:26.594Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="rand_hc"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "rand_hc", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=10d73e72d1ad3ab8 -C extra-filename=-4002ef555c68999b --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-5c7cf1ed41e84098.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-0c71dac614d4b3ea.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-0317f5606b2b39f0.rmeta --cap-lints allow`
8222026-01-12T05:05:27.234Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=a9a277ace250be2f -C extra-filename=-c0bdb86579048164 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
8232026-01-12T05:05:27.497Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=84d9706b064238e3 -C extra-filename=-d4024fbfc5d87dd3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-aaa7dec7979a9811.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-2f4baa703eced14b.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-080e2d3f86872050.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-23c10a0749295ab8.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-43179ed41b445ef9.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
8242026-01-12T05:05:27.597Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=c6af97b839e461ad -C extra-filename=-dbf1c1866cb4adce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-bcf0c78fdafaa0ad.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-2f4baa703eced14b.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-080e2d3f86872050.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-23c10a0749295ab8.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-43179ed41b445ef9.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
8252026-01-12T05:05:27.639Z Compiling thiserror-impl v1.0.69
8262026-01-12T05:05:27.643Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8722399b5fa57a8 -C extra-filename=-89effc8ae32b85cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern proc_macro --cap-lints allow`
8272026-01-12T05:05:28.080Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=bd6ae53985bb73b6 -C extra-filename=-d3b55046df433340 --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-a43a830d8a812e8a.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-0636d225778e88e7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-e1b37d087365f786.rmeta --cap-lints allow`
8282026-01-12T05:05:28.140Z Compiling concurrent-queue v2.5.0
8292026-01-12T05:05:28.152Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=a4b106958f37fcff -C extra-filename=-1e19e36cdffb678b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-0c937afeade36510.rmeta --cap-lints allow`
8302026-01-12T05:05:28.411Z Compiling serde_derive_internals v0.29.0
8312026-01-12T05:05:28.414Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89c173a3283dc19d -C extra-filename=-75cf4d52ef456691 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rmeta --cap-lints allow`
8322026-01-12T05:05:28.522Z Compiling http-body-util v0.1.3
8332026-01-12T05:05:28.526Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=06768a6fc0d7f177 -C extra-filename=-9be7bc304d60cb78 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5896181714a67144.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --cap-lints allow`
8342026-01-12T05:05:29.015Z Compiling toml_datetime v0.7.5+spec-1.1.0
8352026-01-12T05:05:29.018Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=ea34b064c45c8ae7 -C extra-filename=-2307657a36f0e4d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow`
8362026-01-12T05:05:29.696Z Compiling serde_spanned v1.0.4
8372026-01-12T05:05:29.699Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=5c8dc3ec33ffb75c -C extra-filename=-b2be4bc2f314013e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow`
8382026-01-12T05:05:29.843Z Compiling rustls-pemfile v2.2.0
8392026-01-12T05:05:29.846Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=705cb921e7d91178 -C extra-filename=-3dfebfb65e0cdf4a --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-0c39cf5fcd2c729c.rmeta --cap-lints allow`
8402026-01-12T05:05:29.975Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.113/src/lib.rs --error-format=json --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=9b81132dd8a6746d -C extra-filename=-0b3a564b35c45e67 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-34998c1384dce2fd.rmeta --cap-lints allow`
8412026-01-12T05:05:30.214Z Compiling multer v3.1.0
8422026-01-12T05:05:30.218Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=139fe0c9c5b3f507 -C extra-filename=-a42ca7aa30ae6038 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-a42ca7aa30ae6038 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-fa8a923cfd6ca6bd.rlib --cap-lints allow`
8432026-01-12T05:05:30.273Z Compiling sync_wrapper v1.0.1
8442026-01-12T05:05:30.276Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=ada8dd1ff9306251 -C extra-filename=-ef0bbdc2a7a3739f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --cap-lints allow`
8452026-01-12T05:05:30.438Z Compiling thread_local v1.1.4
8462026-01-12T05:05:30.450Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=232866806a901487 -C extra-filename=-ee882d04a2f7e901 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-bcf0c78fdafaa0ad.rmeta --cap-lints allow`
8472026-01-12T05:05:30.454Z Compiling encoding_rs v0.8.32
8482026-01-12T05:05:30.454Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=d3a93d1951d02263 -C extra-filename=-052e04dcd3f6cbff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d9f3e49df05053f1.rmeta --cap-lints allow`
8492026-01-12T05:05:30.618Z Compiling schemars v0.8.22
8502026-01-12T05:05:30.623Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=454370d0d5904cd8 -C extra-filename=-d7cab6c2d20fa910 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-d7cab6c2d20fa910 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8512026-01-12T05:05:30.763Z Compiling match_cfg v0.1.0
8522026-01-12T05:05:30.766Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=719876d5451c2676 -C extra-filename=-8e53fec7412e9def --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8532026-01-12T05:05:30.867Z Compiling parking v2.2.0
8542026-01-12T05:05:30.870Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=21ce6b505ef23201 -C extra-filename=-8d21b013053e2c7e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8552026-01-12T05:05:30.986Z Compiling similar v2.2.1
8562026-01-12T05:05:30.989Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=4bbf57db7a447337 -C extra-filename=-4ebf39e698e8c842 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8572026-01-12T05:05:31.089Z Compiling toml_writer v1.0.6+spec-1.1.0
8582026-01-12T05:05:31.093Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.6+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a0fc67ae6d81e51f -C extra-filename=-32fd83338daea29c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8592026-01-12T05:05:31.230Z Compiling target-triple v1.0.0
8602026-01-12T05:05:31.233Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f380711f26d15791 -C extra-filename=-720b06c19d8bf610 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-720b06c19d8bf610 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8612026-01-12T05:05:31.514Z Compiling semver v1.0.27
8622026-01-12T05:05:31.517Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=4c55781c242b3e24 -C extra-filename=-2794751f9e57cbac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8632026-01-12T05:05:31.800Z Compiling heck v0.5.0
8642026-01-12T05:05:31.807Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd370ffe228952d8 -C extra-filename=-86e41ea74570e15a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8652026-01-12T05:05:32.252Z Compiling camino v1.2.2
8662026-01-12T05:05:32.255Z Compiling slog-async v2.8.0
8672026-01-12T05:05:32.255Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=0da1b124d1e61dd5 -C extra-filename=-c87aee8a966f86e7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-c87aee8a966f86e7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8682026-01-12T05:05:32.255Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=0a710e43e6493c5e -C extra-filename=-1b6eb845a3cc7555 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-1b6eb845a3cc7555 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8692026-01-12T05:05:32.830Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-1b6eb845a3cc7555/build-script-build`
8702026-01-12T05:05:32.891Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-c87aee8a966f86e7/build-script-build`
8712026-01-12T05:05:32.904Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-720b06c19d8bf610/build-script-build`
8722026-01-12T05:05:32.912Z Compiling tokio-rustls v0.25.0
8732026-01-12T05:05:32.915Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=ecfd31419a18fb43 -C extra-filename=-3d97b14ed6f34b40 --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-d4024fbfc5d87dd3.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
8742026-01-12T05:05:32.939Z Compiling toml v0.9.10+spec-1.1.0
8752026-01-12T05:05:32.942Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.10+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=4accc22466be0d1b -C extra-filename=-554f8eaa534f1de8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-b2be4bc2f314013e.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-2307657a36f0e4d3.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-73dcedb190d70355.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-32fd83338daea29c.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-0c7cb3e66ab14e6f.rmeta --cap-lints allow`
8762026-01-12T05:05:32.964Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-d7cab6c2d20fa910/build-script-build`
8772026-01-12T05:05:32.984Z Compiling event-listener v5.0.0
8782026-01-12T05:05:32.989Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=fdb55de244a0a26d -C extra-filename=-5e27731531e4b509 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-1e19e36cdffb678b.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-8d21b013053e2c7e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --cap-lints allow`
8792026-01-12T05:05:33.169Z Compiling hostname v0.3.1
8802026-01-12T05:05:33.173Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=5666fbcb8de899b2 -C extra-filename=-56a01e8de83be844 --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-5c7cf1ed41e84098.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-8e53fec7412e9def.rmeta --cap-lints allow`
8812026-01-12T05:05:33.325Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-a42ca7aa30ae6038/build-script-build`
8822026-01-12T05:05:33.390Z Compiling tokio-rustls v0.26.0
8832026-01-12T05:05:33.394Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=e6fc96cee035d3a1 -C extra-filename=-3769c426e45167bf --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-dbf1c1866cb4adce.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
8842026-01-12T05:05:33.404Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4873215ca2e6f787 -C extra-filename=-5d251f9b7bcd1edf --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-89effc8ae32b85cf.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
8852026-01-12T05:05:33.556Z Compiling tower v0.5.2
8862026-01-12T05:05:33.568Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=0405b6cb0a6a439a -C extra-filename=-5609a224d6bfe9b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-fc50097b5d5b3817.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-ef0bbdc2a7a3739f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-5bd16f5b029f7406.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --cap-lints allow`
8872026-01-12T05:05:33.572Z Compiling schemars_derive v0.8.22
8882026-01-12T05:05:33.572Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=890598a3c244c9c2 -C extra-filename=-b8e77c9533237b65 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-75cf4d52ef456691.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern proc_macro --cap-lints allow`
8892026-01-12T05:05:33.868Z Compiling serde_urlencoded v0.7.1
8902026-01-12T05:05:33.871Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ee08f3c25539be7 -C extra-filename=-cf9cce912f39e8a8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-2a6214e7bd6abaee.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-c0bdb86579048164.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rmeta --cap-lints allow`
8912026-01-12T05:05:34.402Z Compiling tokio-native-tls v0.3.1
8922026-01-12T05:05:34.406Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=817d38626f996d5e -C extra-filename=-549741ee7ab3f72f --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-3200a2ad4dd5d97d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8932026-01-12T05:05:34.583Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-d0a31ccf62658966/build-script-build`
8942026-01-12T05:05:34.599Z Compiling url v2.5.4
8952026-01-12T05:05:34.602Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=b98724fcc4594602 -C extra-filename=-840c3bd0cc432466 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-6bcb5cf0599d9654.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --cap-lints allow`
8962026-01-12T05:05:34.616Z Compiling usdt-attr-macro v0.6.0
8972026-01-12T05:05:34.619Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e363e2134ad60e3d -C extra-filename=-3dca8b2bf12b07ac --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-0fb9d6c5607bf55e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-8656128ec653b4aa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-e2a6ea39feca56f4.rlib --extern proc_macro --cap-lints allow`
8982026-01-12T05:05:34.689Z Compiling usdt-macro v0.6.0
8992026-01-12T05:05:34.725Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbfb6db077fa4989 -C extra-filename=-c25e70b4a3f7ff7c --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-0fb9d6c5607bf55e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-8656128ec653b4aa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-e2a6ea39feca56f4.rlib --extern proc_macro --cap-lints allow`
9002026-01-12T05:05:36.174Z Compiling slog-json v2.6.1
9012026-01-12T05:05:36.178Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=59bab16d780f884e -C extra-filename=-fc8e4da69f4be3ca --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-373e948815e35a7a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-85801c57c564b2e2.rmeta --cap-lints allow`
9022026-01-12T05:05:36.274Z Compiling futures-executor v0.3.31
9032026-01-12T05:05:36.278Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=fd35e81648538801 -C extra-filename=-5ff53a5f4ec88cbe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4300c4d0f434c5ef.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-fc50097b5d5b3817.rmeta --cap-lints allow`
9042026-01-12T05:05:36.383Z Compiling async-stream-impl v0.3.6
9052026-01-12T05:05:36.433Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11d8dbe15c1ef8fe -C extra-filename=-35095c4c53ba7744 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern proc_macro --cap-lints allow`
9062026-01-12T05:05:36.464Z Compiling tempfile v3.24.0
9072026-01-12T05:05:36.476Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=27e022ed564d51f4 -C extra-filename=-7b6fecd9238d7724 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-b4d2da2fd35b10de.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-7e78e05ead40ebef.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-bcf0c78fdafaa0ad.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-0e2b5a7e68c945ee.rmeta --cap-lints allow`
9082026-01-12T05:05:36.554Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=20a327ab78960176 -C extra-filename=-ed14b94c5e66763a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-e0ec86222b213173.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-d3b55046df433340.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-0fb9d6c5607bf55e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0b3a564b35c45e67.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-df8d5518f49eedea.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)'`
9092026-01-12T05:05:36.745Z Compiling crossbeam-channel v0.5.1
9102026-01-12T05:05:36.758Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossbeam-utils", "default", "std"))' -C metadata=e0a7e8b44d0909ac -C extra-filename=-08eb015fe91f2963 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d9f3e49df05053f1.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-0c937afeade36510.rmeta --cap-lints allow`
9112026-01-12T05:05:36.841Z Compiling uuid v1.19.0
9122026-01-12T05:05:36.845Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=71a4d5e93abeeb6f -C extra-filename=-09c76aee93c3ee63 --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-7e78e05ead40ebef.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow`
9132026-01-12T05:05:37.316Z Compiling webpki-roots v0.26.5
9142026-01-12T05:05:37.320Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59d17482054b1a6b -C extra-filename=-343a0206d4d9a816 --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-0c39cf5fcd2c729c.rmeta --cap-lints allow`
9152026-01-12T05:05:37.350Z Compiling is-terminal v0.4.12
9162026-01-12T05:05:37.361Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e187aea3e640e7f7 -C extra-filename=-d94b2b8ddd2b1a9a --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-5c7cf1ed41e84098.rmeta --cap-lints allow`
9172026-01-12T05:05:37.494Z Compiling memmap2 v0.9.8
9182026-01-12T05:05:37.497Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=8ce4c560beadf0f2 -C extra-filename=-ae8c13ab0393cefa --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-5c7cf1ed41e84098.rmeta --cap-lints allow`
9192026-01-12T05:05:37.541Z Compiling dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
9202026-01-12T05:05:37.544Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ffcf09e7d7dceed6 -C extra-filename=-cc8377bd6a4acce9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-cc8377bd6a4acce9 -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-fa8a923cfd6ca6bd.rlib`
9212026-01-12T05:05:37.691Z Compiling data-encoding v2.4.0
9222026-01-12T05:05:37.722Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=07e2dbc47df95ca7 -C extra-filename=-9481eb56ba914fb3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9232026-01-12T05:05:37.740Z Compiling iri-string v0.7.8
9242026-01-12T05:05:37.743Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=9a4ec333263af061 -C extra-filename=-4e6a78f5b3be60f5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9252026-01-12T05:05:37.795Z Compiling take_mut v0.2.2
9262026-01-12T05:05:37.799Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1569f6c13bcdd39 -C extra-filename=-f8c38c6dd54a2122 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9272026-01-12T05:05:37.900Z Compiling term v1.1.0
9282026-01-12T05:05:37.913Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=8d6c54d978681614 -C extra-filename=-4baa42945a592e59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9292026-01-12T05:05:37.962Z Compiling utf-8 v0.7.6
9302026-01-12T05:05:37.966Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b22fc1586fd68d75 -C extra-filename=-2b75cd98c852d062 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9312026-01-12T05:05:37.975Z Compiling spin v0.9.8
9322026-01-12T05:05:37.978Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=6589ca9ea1517544 -C extra-filename=-ff493ef111a70da0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9332026-01-12T05:05:38.103Z Compiling dyn-clone v1.0.4
9342026-01-12T05:05:38.106Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da39d5c0aea1c6a6 -C extra-filename=-933a61d21b7ab2ae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9352026-01-12T05:05:38.168Z Compiling anyhow v1.0.100
9362026-01-12T05:05:38.171Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=4949fe2ca6c2d020 -C extra-filename=-3d7b93a4921b6d8f --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-3d7b93a4921b6d8f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9372026-01-12T05:05:38.246Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=f6ea266acb7fb389 -C extra-filename=-ad470e34ba46c424 --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-c2b5b4bffa035c15.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-933a61d21b7ab2ae.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-b8e77c9533237b65.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9382026-01-12T05:05:38.295Z Compiling tungstenite v0.24.0
9392026-01-12T05:05:38.299Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=d2f7252caf87e53c -C extra-filename=-9b2cca35f3ae06d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-e0ec86222b213173.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-9481eb56ba914fb3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-a23521c4f33a3866.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-aaa7dec7979a9811.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-4002ef555c68999b.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d251f9b7bcd1edf.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-2b75cd98c852d062.rmeta --cap-lints allow`
9402026-01-12T05:05:38.822Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-3d7b93a4921b6d8f/build-script-build`
9412026-01-12T05:05:39.244Z Compiling slog-term v2.9.2
9422026-01-12T05:05:39.249Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=62b198c0f6db7a22 -C extra-filename=-5101c9a649b56b11 --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-c2b5b4bffa035c15.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-d94b2b8ddd2b1a9a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-4baa42945a592e59.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-ee882d04a2f7e901.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-85801c57c564b2e2.rmeta --cap-lints allow`
9432026-01-12T05:05:39.521Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=421d08a45721a484 -C extra-filename=-b77773eebe83d094 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-052e04dcd3f6cbff.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-fc50097b5d5b3817.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-a23521c4f33a3866.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e21694cb7552ee9a.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-08a73b4620987bb3.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-ff493ef111a70da0.rmeta --cap-lints allow`
9442026-01-12T05:05:39.670Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-cc8377bd6a4acce9/build-script-build`
9452026-01-12T05:05:39.739Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=1279bf78120657ad -C extra-filename=-fc065a56e53b8b34 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_channel-08eb015fe91f2963.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-f8c38c6dd54a2122.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-ee882d04a2f7e901.rmeta --cap-lints allow --cfg integer128`
9462026-01-12T05:05:40.492Z Compiling usdt v0.6.0
9472026-01-12T05:05:40.496Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=aecf0bd3fcfe3014 -C extra-filename=-587f5405892d0096 --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-d3b55046df433340.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-a43a830d8a812e8a.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-ae8c13ab0393cefa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-3dca8b2bf12b07ac.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ed14b94c5e66763a.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-c25e70b4a3f7ff7c.so --cap-lints allow`
9482026-01-12T05:05:40.513Z Compiling async-stream v0.3.6
9492026-01-12T05:05:40.517Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e1f22ed33311ffb -C extra-filename=-47f2d2ceda1dbe29 --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-35095c4c53ba7744.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --cap-lints allow`
9502026-01-12T05:05:40.540Z Compiling hyper-rustls v0.27.3
9512026-01-12T05:05:40.543Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=b9af5d8325999b6f -C extra-filename=-496e84dc97a71f07 --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-fc50097b5d5b3817.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-dbf1c1866cb4adce.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3769c426e45167bf.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-343a0206d4d9a816.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
9522026-01-12T05:05:40.616Z Compiling atomicwrites v0.4.4
9532026-01-12T05:05:40.628Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0005e9e3165a010e -C extra-filename=-f41d7261d88e8c78 --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-39f1bd4f09024463.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rmeta --cap-lints allow`
9542026-01-12T05:05:40.818Z Compiling tower-http v0.6.8
9552026-01-12T05:05:40.821Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=29b3f0ec3d06ea0f -C extra-filename=-4fffc85ee1790ea1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-03b97606ae84b231.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-fc50097b5d5b3817.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5896181714a67144.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-4e6a78f5b3be60f5.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-5609a224d6bfe9b9.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-5bd16f5b029f7406.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --cap-lints allow`
9562026-01-12T05:05:40.944Z Compiling futures v0.3.31
9572026-01-12T05:05:40.944Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=c9e049a2fb2f5983 -C extra-filename=-ce999eccccd7287b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-c12409cd2aa547f6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-5ff53a5f4ec88cbe.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-a8037fb04114235f.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a59d605fba7e7623.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4300c4d0f434c5ef.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-fc50097b5d5b3817.rmeta --cap-lints allow`
9582026-01-12T05:05:41.021Z Compiling slog-bunyan v2.5.0
9592026-01-12T05:05:41.033Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=13158225eb8239bc -C extra-filename=-9bb4d01feb9e02dc --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-56a01e8de83be844.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-85801c57c564b2e2.rmeta --cap-lints allow`
9602026-01-12T05:05:41.064Z Compiling hyper-tls v0.6.0
9612026-01-12T05:05:41.067Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=c09de4bfeef1d539 -C extra-filename=-3959c5de7db527ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-3200a2ad4dd5d97d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-549741ee7ab3f72f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9622026-01-12T05:05:41.088Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=0617f68209e6ddb5 -C extra-filename=-f8949928e40a0b6f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-08a73b4620987bb3.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-0ba087e84ae7d5c7.rmeta --cap-lints allow`
9632026-01-12T05:05:41.236Z Compiling event-listener-strategy v0.5.4
9642026-01-12T05:05:41.239Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=a303d7313a2eba72 -C extra-filename=-41fb808c694e36e9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-5e27731531e4b509.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --cap-lints allow`
9652026-01-12T05:05:41.253Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=2e6f53b98ec1ecce -C extra-filename=-dc5ca4366626eaf3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
9662026-01-12T05:05:41.483Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ab2af520e87c0b0 -C extra-filename=-8d66a757607b5ff8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(host_os, values("windows"))'`
9672026-01-12T05:05:41.497Z Compiling dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9682026-01-12T05:05:41.500Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b783b9aaf6bcea08 -C extra-filename=-8c923d7ae9c856e9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-86e41ea74570e15a.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f3a5284f829fb4ea.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-8656128ec653b4aa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern proc_macro`
9692026-01-12T05:05:41.612Z Compiling rustls-native-certs v0.7.0
9702026-01-12T05:05:41.616Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bde57b67e680beb -C extra-filename=-f9a991f22674b248 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-aa9a99eabf3de30f.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --cap-lints allow`
9712026-01-12T05:05:41.742Z Compiling openapiv3 v2.2.0
9722026-01-12T05:05:41.754Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=3108be5c6c5bcdf4 -C extra-filename=-3bdc5a9bc5fbda11 --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-f939d226db78f2f9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rmeta --cap-lints allow`
9732026-01-12T05:05:41.880Z Compiling yasna v0.5.2
9742026-01-12T05:05:41.883Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=4a8df7494cf90f5a -C extra-filename=-9e309c76e54c0e13 --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-85801c57c564b2e2.rmeta --cap-lints allow`
9752026-01-12T05:05:42.053Z Compiling async-trait v0.1.89
9762026-01-12T05:05:42.056Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68f5a304741050e3 -C extra-filename=-4c6d797eed760466 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern proc_macro --cap-lints allow`
9772026-01-12T05:05:42.075Z Compiling pem v3.0.6
9782026-01-12T05:05:42.078Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=cd4d6a3227c656ad -C extra-filename=-601d3d7fbd6983bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rmeta --cap-lints allow`
9792026-01-12T05:05:42.104Z Compiling waitgroup v0.1.2
9802026-01-12T05:05:42.109Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1ee6592689b29ea -C extra-filename=-2742fa71b343d6b3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-9ac8fd3889a1fc7b.rmeta --cap-lints allow`
9812026-01-12T05:05:42.240Z Compiling serde_path_to_error v0.1.20
9822026-01-12T05:05:42.252Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=136f9a8495a321f8 -C extra-filename=-52f64466199c21f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-2a6214e7bd6abaee.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow`
9832026-01-12T05:05:42.349Z Compiling webpki-roots v1.0.0
9842026-01-12T05:05:42.352Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=259ffc523d7e51cf -C extra-filename=-9111b134f23724a5 --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-0c39cf5fcd2c729c.rmeta --cap-lints allow`
9852026-01-12T05:05:42.566Z Compiling hostname v0.4.2
9862026-01-12T05:05:42.570Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=4fd083eb43d3f0c8 -C extra-filename=-5b370851aa9062dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d9f3e49df05053f1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rmeta --cap-lints allow`
9872026-01-12T05:05:42.792Z Compiling glob v0.3.0
9882026-01-12T05:05:42.796Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb656df8dfd2ed24 -C extra-filename=-8c9b951dd7e9cbbc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9892026-01-12T05:05:42.807Z Compiling simple-mermaid v0.2.0
9902026-01-12T05:05:42.810Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b34f2b14a0b58ccf -C extra-filename=-5ca237a0d8b96918 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9912026-01-12T05:05:42.862Z Compiling http-range v0.1.4
9922026-01-12T05:05:42.865Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5817c38e10a0387a -C extra-filename=-998cb5595039fc8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9932026-01-12T05:05:42.903Z Compiling debug-ignore v1.0.5
9942026-01-12T05:05:42.907Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=3bcfc3830930059f -C extra-filename=-34c12ee4f1a8d6c8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9952026-01-12T05:05:43.055Z Compiling termcolor v1.1.2
9962026-01-12T05:05:43.063Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76b6f677e838d41a -C extra-filename=-9e54ebab4d9e5327 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9972026-01-12T05:05:43.068Z Compiling hyper-staticfile v0.10.1
9982026-01-12T05:05:43.071Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ce3843a4a146ea3 -C extra-filename=-265fed2700cac4e1 --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-fc50097b5d5b3817.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-998cb5595039fc8a.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-b6ded7f23f87f621.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-4002ef555c68999b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-840c3bd0cc432466.rmeta --cap-lints allow`
9992026-01-12T05:05:43.183Z Compiling rcgen v0.14.6
10002026-01-12T05:05:43.186Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(rcgen_docsrs)' --cfg 'feature="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "aws_lc_rs_unstable", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=e274123999a7faf3 -C extra-filename=-058854d211e11fc7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-2f4baa703eced14b.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-85801c57c564b2e2.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-9e309c76e54c0e13.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
10012026-01-12T05:05:43.503Z Compiling trybuild v1.0.114
10022026-01-12T05:05:43.507Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.114/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=09e365b7b884caac -C extra-filename=-b989ab2d3813563a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-8c9b951dd7e9cbbc.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-6a8dff1ff4ab2ff8.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-8d66a757607b5ff8.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-9e54ebab4d9e5327.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rmeta --cap-lints allow`
10032026-01-12T05:05:43.734Z Compiling reqwest v0.12.26
10042026-01-12T05:05:43.746Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.26/src/lib.rs --error-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=6c98e0c711216814 -C extra-filename=-12fa44e04a0814d5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-052e04dcd3f6cbff.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-39131349e1192d37.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5896181714a67144.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-496e84dc97a71f07.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-3959c5de7db527ee.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-aaa7dec7979a9811.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-08a73b4620987bb3.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-3200a2ad4dd5d97d.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-dbf1c1866cb4adce.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-ef0bbdc2a7a3739f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-549741ee7ab3f72f.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3769c426e45167bf.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-5609a224d6bfe9b9.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-4fffc85ee1790ea1.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-840c3bd0cc432466.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-9111b134f23724a5.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10052026-01-12T05:05:43.801Z Compiling hyper-rustls v0.26.0
10062026-01-12T05:05:43.804Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=71f646403e9052c8 -C extra-filename=-8f677b61d7ceced4 --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-fc50097b5d5b3817.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-aaa7dec7979a9811.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-f9a991f22674b248.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
10072026-01-12T05:05:44.193Z Compiling async-channel v2.5.0
10082026-01-12T05:05:44.196Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=1fa0955aa618f900 -C extra-filename=-837308203914df88 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-1e19e36cdffb678b.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-41fb808c694e36e9.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --cap-lints allow`
10092026-01-12T05:05:44.345Z Compiling expectorate v1.2.0
10102026-01-12T05:05:44.348Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=bc3879fb80a9ac80 -C extra-filename=-1b5210173f498dd0 --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-f41d7261d88e8c78.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-4447169bea31220f.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-c8e2c71880ceb9b2.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-4ebf39e698e8c842.rmeta --cap-lints allow`
10112026-01-12T05:05:44.441Z Compiling tokio-tungstenite v0.24.0
10122026-01-12T05:05:44.445Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=421d855b6d5350af -C extra-filename=-b50c8218c316143d --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-fc50097b5d5b3817.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-aaa7dec7979a9811.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-9b2cca35f3ae06d3.rmeta --cap-lints allow`
10132026-01-12T05:05:44.603Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=a9b6501f0af86240 -C extra-filename=-3e26d04947c4407a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
10142026-01-12T05:05:44.606Z Compiling subprocess v0.2.13
10152026-01-12T05:05:44.606Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6003f8309bb8a24 -C extra-filename=-6166cd963b63a104 --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-5c7cf1ed41e84098.rmeta --cap-lints allow`
10162026-01-12T05:05:45.018Z Compiling buf-list v1.1.2
10172026-01-12T05:05:45.022Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=2703b47248c79f0b -C extra-filename=-7fb042c545b576ac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --cap-lints allow`
10182026-01-12T05:05:45.378Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=0eac5244984fec2e -C extra-filename=-6945da026d0a24eb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10192026-01-12T05:05:45.425Z Compiling prettyplease v0.2.37
10202026-01-12T05:05:45.428Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=bc0c2453f02cc53e -C extra-filename=-6e5c36ae50b46342 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-6e5c36ae50b46342 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10212026-01-12T05:05:45.572Z Compiling schema-derive v0.1.0
10222026-01-12T05:05:45.576Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4d540644ccf199f -C extra-filename=-7a8000c56c72669e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern proc_macro --cap-lints allow`
10232026-01-12T05:05:45.772Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=414ed7bf7510a902 -C extra-filename=-eabf4afcf40fe2d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-b4d2da2fd35b10de.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-7e78e05ead40ebef.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-6945da026d0a24eb.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-0e2b5a7e68c945ee.rmeta --cap-lints allow`
10242026-01-12T05:05:45.845Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-6e5c36ae50b46342/build-script-build`
10252026-01-12T05:05:45.877Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=e05ac2078f95c53c -C extra-filename=-8e9e26fa2d5f0c8e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10262026-01-12T05:05:46.618Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcfea123b90527d8 -C extra-filename=-9bda70aa0060ada6 --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-39f1bd4f09024463.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-eabf4afcf40fe2d8.rmeta --cap-lints allow`
10272026-01-12T05:05:46.936Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=bc6eb0b0d0eb338e -C extra-filename=-44a7c643ac005b2f --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-9bda70aa0060ada6.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-4447169bea31220f.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-c8e2c71880ceb9b2.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-4ebf39e698e8c842.rmeta --cap-lints allow`
10282026-01-12T05:05:47.644Z Compiling schema v0.1.0
10292026-01-12T05:05:47.647Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b07a516c30cf7cc -C extra-filename=-5b1ff04ee06dd66c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-7a8000c56c72669e.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rmeta --cap-lints allow`
10302026-01-12T05:05:47.741Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3a2a0de5a6441e5 -C extra-filename=-1f9f2c1dbe3b6a03 --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-44a7c643ac005b2f.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-86e41ea74570e15a.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-8e9e26fa2d5f0c8e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-5b1ff04ee06dd66c.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f3a5284f829fb4ea.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-8656128ec653b4aa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern proc_macro`
10312026-01-12T05:05:48.515Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2c3022da6d508cd5 -C extra-filename=-4edaebb61bb532be --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
10322026-01-12T05:05:49.676Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ec093f3fd01cd142 -C extra-filename=-494050713b01de42 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10332026-01-12T05:05:57.806Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a634cbf80c0d0c11 -C extra-filename=-583496b7d1706a00 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10342026-01-12T05:05:57.812Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=005b79b80e9044e3 -C extra-filename=-0fb46d7300f55048 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10352026-01-12T05:05:57.813Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0f8af722600fd441 -C extra-filename=-37f11323551cf367 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10362026-01-12T05:05:57.818Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=82657635f4b95d29 -C extra-filename=-255fb26753644526 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10372026-01-12T05:05:57.818Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d7911f8cc7c02818 -C extra-filename=-60499e8f6a847b32 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10382026-01-12T05:05:57.835Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3c6532cf7376fb30 -C extra-filename=-17699b695f69a020 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10392026-01-12T05:05:57.839Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8c66bbb0c5a8cc6a -C extra-filename=-cb428f230db3d7c1 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10402026-01-12T05:06:12.289Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3a89bc4c7637efd3 -C extra-filename=-0183ff1d147f421d --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10412026-01-12T05:06:16.585Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=44a14667b5f2cf39 -C extra-filename=-fd5b00fdef9f558c --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10422026-01-12T05:06:16.929Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2a5e4e12d05b1222 -C extra-filename=-244b22ea3e9363f1 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10432026-01-12T05:06:16.996Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=23ac04e5d6ef3a60 -C extra-filename=-7a123f35f7d3dea9 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10442026-01-12T05:06:18.195Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2b3480e91d44cb94 -C extra-filename=-8ff78f2f8c010e24 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10452026-01-12T05:06:21.841Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=100d12c19cee00a4 -C extra-filename=-760b131d1c9e8fec --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10462026-01-12T05:06:32.086Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=54e9e4533814bdad -C extra-filename=-6741f834ac240a6e --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10472026-01-12T05:06:36.585Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f1b61ba630a36e61 -C extra-filename=-975446258fdbaac6 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10482026-01-12T05:06:37.663Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d5be05d01fc0e82d -C extra-filename=-89c5163263019585 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10492026-01-12T05:06:39.966Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ac19cbef6af75f09 -C extra-filename=-519f0a6d48dba70f --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10502026-01-12T05:06:40.971Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2a6cf3b9a5e4a938 -C extra-filename=-b2a6915d9b5929ab --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10512026-01-12T05:06:41.341Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=261bc5456b8b6ab7 -C extra-filename=-71e131edbe79afc0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10522026-01-12T05:06:42.885Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ee7db47c61250a23 -C extra-filename=-cda2244d221ffb7d --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10532026-01-12T05:06:43.845Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=62dd96c17470cb0e -C extra-filename=-78124fe0041a9440 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10542026-01-12T05:06:55.105Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=532367d4b3664d1a -C extra-filename=-d76385f970a26f5c --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10552026-01-12T05:06:55.864Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6de5f1987c98cc57 -C extra-filename=-72e1b641ecda7112 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10562026-01-12T05:07:00.663Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3f92e085e0089395 -C extra-filename=-842892df7b7f7e1a --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4edaebb61bb532be.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8c923d7ae9c856e9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10572026-01-12T05:07:13.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
10582026-01-12T05:07:13.855Z
10592026-01-12T05:07:13.858Zreal 2:23.092897946
10602026-01-12T05:07:13.858Zuser 14:57.242519250
10612026-01-12T05:07:13.858Zsys 1:50.274746735
10622026-01-12T05:07:13.858Ztrap 0.775617025
10632026-01-12T05:07:13.858Ztflt 0.320066059
10642026-01-12T05:07:13.859Zdflt 0.282853813
10652026-01-12T05:07:13.859Zkflt 0.006056198
10662026-01-12T05:07:13.859Zlock 45:50.923180441
10672026-01-12T05:07:13.859Zslp 1:09:24.683434709
10682026-01-12T05:07:13.859Zlat 51.369072631
10692026-01-12T05:07:13.859Zstop 1:14.392583070
10702026-01-12T05:07:13.859Z+ banner test
10712026-01-12T05:07:13.859Z
10722026-01-12T05:07:13.859Z ##### ###### #### #####
10732026-01-12T05:07:13.859Z # # # #
10742026-01-12T05:07:13.859Z # ##### #### #
10752026-01-12T05:07:13.859Z # # # #
10762026-01-12T05:07:13.859Z # # # # #
10772026-01-12T05:07:13.859Z # ###### #### #
10782026-01-12T05:07:13.859Z
10792026-01-12T05:07:13.859Z+ ptime -m cargo test --all-features --locked --verbose
10802026-01-12T05:07:14.183Z Fresh unicode-ident v1.0.12
10812026-01-12T05:07:14.183Z Fresh cfg-if v1.0.0
10822026-01-12T05:07:14.183Z Fresh itoa v1.0.1
10832026-01-12T05:07:14.186Z Fresh memchr v2.6.0
10842026-01-12T05:07:14.187Z Fresh proc-macro2 v1.0.105
10852026-01-12T05:07:14.187Z Fresh pin-project-lite v0.2.12
10862026-01-12T05:07:14.187Z Fresh autocfg v1.1.0
10872026-01-12T05:07:14.187Z Fresh shlex v1.3.0
10882026-01-12T05:07:14.187Z Fresh quote v1.0.42
10892026-01-12T05:07:14.187Z Fresh libc v0.2.179
10902026-01-12T05:07:14.187Z Fresh cc v1.2.16
10912026-01-12T05:07:14.187Z Fresh bytes v1.11.0
10922026-01-12T05:07:14.187Z Fresh smallvec v1.13.2
10932026-01-12T05:07:14.187Z Fresh futures-core v0.3.31
10942026-01-12T05:07:14.187Z Fresh version_check v0.9.5
10952026-01-12T05:07:14.187Z Fresh scopeguard v1.2.0
10962026-01-12T05:07:14.187Z Fresh futures-sink v0.3.31
10972026-01-12T05:07:14.187Z Fresh serde_derive v1.0.228
10982026-01-12T05:07:14.187Z Fresh lock_api v0.4.6
10992026-01-12T05:07:14.187Z Fresh tokio-macros v2.6.0
11002026-01-12T05:07:14.187Z Fresh synstructure v0.13.1
11012026-01-12T05:07:14.188Z Fresh log v0.4.17
11022026-01-12T05:07:14.188Z Fresh parking_lot_core v0.9.4
11032026-01-12T05:07:14.188Z Fresh socket2 v0.6.0
11042026-01-12T05:07:14.188Z Fresh mio v1.0.3
11052026-01-12T05:07:14.188Z Fresh getrandom v0.2.11
11062026-01-12T05:07:14.188Z Fresh signal-hook-registry v1.4.0
11072026-01-12T05:07:14.188Z Fresh parking_lot v0.12.1
11082026-01-12T05:07:14.188Z Fresh zmij v1.0.2
11092026-01-12T05:07:14.188Z Fresh slab v0.4.9
11102026-01-12T05:07:14.188Z Fresh bitflags v2.4.0
11112026-01-12T05:07:14.188Z Fresh zerofrom-derive v0.1.5
11122026-01-12T05:07:14.188Z Fresh futures-channel v0.3.31
11132026-01-12T05:07:14.188Z Fresh tokio v1.49.0
11142026-01-12T05:07:14.188Z Fresh http v1.4.0
11152026-01-12T05:07:14.188Z Fresh pin-utils v0.1.0
11162026-01-12T05:07:14.188Z Fresh zeroize v1.7.0
11172026-01-12T05:07:14.188Z Fresh zerofrom v0.1.5
11182026-01-12T05:07:14.188Z Fresh yoke-derive v0.7.5
11192026-01-12T05:07:14.188Z Fresh futures-macro v0.3.31
11202026-01-12T05:07:14.188Z Fresh rustls-pki-types v1.13.2
11212026-01-12T05:07:14.188Z Fresh thiserror-impl v2.0.17
11222026-01-12T05:07:14.188Z Fresh stable_deref_trait v1.2.0
11232026-01-12T05:07:14.188Z Fresh futures-task v0.3.31
11242026-01-12T05:07:14.188Z Fresh futures-io v0.3.31
11252026-01-12T05:07:14.188Z Fresh yoke v0.7.5
11262026-01-12T05:07:14.189Z Fresh futures-util v0.3.31
11272026-01-12T05:07:14.189Z Fresh thiserror v2.0.17
11282026-01-12T05:07:14.189Z Fresh zerovec-derive v0.10.3
11292026-01-12T05:07:14.190Z Fresh zerovec v0.10.4
11302026-01-12T05:07:14.190Z Fresh serde_core v1.0.228
11312026-01-12T05:07:14.190Z Fresh displaydoc v0.2.5
11322026-01-12T05:07:14.190Z Fresh tracing-core v0.1.32
11332026-01-12T05:07:14.190Z Fresh untrusted v0.9.0
11342026-01-12T05:07:14.190Z Fresh getrandom v0.3.1
11352026-01-12T05:07:14.190Z Fresh httparse v1.10.0
11362026-01-12T05:07:14.190Z Fresh ucd-trie v0.1.6
11372026-01-12T05:07:14.190Z Fresh hashbrown v0.16.1
11382026-01-12T05:07:14.190Z Fresh equivalent v1.0.0
11392026-01-12T05:07:14.190Z Fresh tracing v0.1.40
11402026-01-12T05:07:14.190Z Fresh ring v0.17.13
11412026-01-12T05:07:14.190Z Fresh pest v2.8.1
11422026-01-12T05:07:14.190Z Fresh indexmap v2.12.1
11432026-01-12T05:07:14.190Z Fresh serde v1.0.228
11442026-01-12T05:07:14.190Z Fresh tinystr v0.7.6
11452026-01-12T05:07:14.190Z Fresh http-body v1.0.1
11462026-01-12T05:07:14.190Z Fresh errno v0.3.10
11472026-01-12T05:07:14.190Z Fresh atomic-waker v1.1.2
11482026-01-12T05:07:14.190Z Fresh percent-encoding v2.3.2
11492026-01-12T05:07:14.190Z Fresh vcpkg v0.2.15
11502026-01-12T05:07:14.194Z Fresh writeable v0.5.5
11512026-01-12T05:07:14.194Z Fresh litemap v0.7.4
11522026-01-12T05:07:14.194Z Fresh pkg-config v0.3.31
11532026-01-12T05:07:14.194Z Fresh icu_locid v1.5.0
11542026-01-12T05:07:14.194Z Fresh pest_meta v2.8.1
11552026-01-12T05:07:14.194Z Fresh tokio-util v0.7.7
11562026-01-12T05:07:14.194Z Fresh icu_provider_macros v1.5.0
11572026-01-12T05:07:14.195Z Fresh zerocopy-derive v0.8.27
11582026-01-12T05:07:14.195Z Fresh fnv v1.0.7
11592026-01-12T05:07:14.195Z Fresh try-lock v0.2.3
11602026-01-12T05:07:14.195Z Fresh rustix v1.1.3
11612026-01-12T05:07:14.195Z Fresh icu_provider v1.5.0
11622026-01-12T05:07:14.195Z Fresh h2 v0.4.6
11632026-01-12T05:07:14.195Z Fresh want v0.3.0
11642026-01-12T05:07:14.195Z Fresh zerocopy v0.8.27
11652026-01-12T05:07:14.195Z Fresh typenum v1.14.0
11662026-01-12T05:07:14.195Z Fresh rustversion v1.0.22
11672026-01-12T05:07:14.195Z Fresh pest_generator v2.8.1
11682026-01-12T05:07:14.195Z Fresh rustls-webpki v0.102.8
11692026-01-12T05:07:14.195Z Fresh base64 v0.22.1
11702026-01-12T05:07:14.195Z Fresh time-core v0.1.2
11712026-01-12T05:07:14.195Z Fresh tower-layer v0.3.3
11722026-01-12T05:07:14.195Z Fresh fastrand v2.1.1
11732026-01-12T05:07:14.195Z Fresh httpdate v1.0.1
11742026-01-12T05:07:14.195Z Fresh num-conv v0.1.0
11752026-01-12T05:07:14.195Z Fresh subtle v2.5.0
11762026-01-12T05:07:14.195Z Fresh byteorder v1.4.3
11772026-01-12T05:07:14.195Z Fresh powerfmt v0.2.0
11782026-01-12T05:07:14.195Z Fresh icu_locid_transform_data v1.5.0
11792026-01-12T05:07:14.195Z Fresh tower-service v0.3.3
11802026-01-12T05:07:14.195Z Fresh hyper v1.8.1
11812026-01-12T05:07:14.195Z Fresh deranged v0.3.11
11822026-01-12T05:07:14.195Z Fresh icu_locid_transform v1.5.0
11832026-01-12T05:07:14.195Z Fresh time-macros v0.2.18
11842026-01-12T05:07:14.195Z Fresh pest_derive v2.8.1
11852026-01-12T05:07:14.195Z Fresh generic-array v0.14.5
11862026-01-12T05:07:14.195Z Fresh crossbeam-utils v0.8.15
11872026-01-12T05:07:14.196Z Fresh serde_tokenstream v0.2.2
11882026-01-12T05:07:14.196Z Fresh icu_collections v1.5.0
11892026-01-12T05:07:14.196Z Fresh num_threads v0.1.3
11902026-01-12T05:07:14.196Z Fresh icu_properties_data v1.5.0
11912026-01-12T05:07:14.196Z Fresh rustix v0.38.44
11922026-01-12T05:07:14.196Z Fresh dtrace-parser v0.3.0
11932026-01-12T05:07:14.196Z Fresh time v0.3.36
11942026-01-12T05:07:14.196Z Fresh icu_properties v1.5.1
11952026-01-12T05:07:14.196Z Fresh serde_json v1.0.149
11962026-01-12T05:07:14.196Z Fresh erased-serde v0.3.31
11972026-01-12T05:07:14.196Z Fresh scroll_derive v0.13.1
11982026-01-12T05:07:14.196Z Fresh thread-id v5.0.0
11992026-01-12T05:07:14.196Z Fresh utf16_iter v1.0.5
12002026-01-12T05:07:14.196Z Fresh foreign-types-shared v0.1.1
12012026-01-12T05:07:14.196Z Fresh icu_normalizer_data v1.5.0
12022026-01-12T05:07:14.196Z Fresh write16 v1.0.0
12032026-01-12T05:07:14.196Z Fresh utf8_iter v1.0.4
12042026-01-12T05:07:14.196Z Fresh ipnet v2.10.0
12052026-01-12T05:07:14.196Z Fresh openssl-probe v0.1.4
12062026-01-12T05:07:14.196Z Fresh icu_normalizer v1.5.0
12072026-01-12T05:07:14.196Z Fresh foreign-types v0.3.2
12082026-01-12T05:07:14.196Z Fresh slog v2.8.2
12092026-01-12T05:07:14.196Z Fresh hyper-util v0.1.19
12102026-01-12T05:07:14.196Z Fresh scroll v0.13.0
12112026-01-12T05:07:14.196Z Fresh paste v1.0.15
12122026-01-12T05:07:14.196Z Fresh block-buffer v0.10.2
12132026-01-12T05:07:14.196Z Fresh crypto-common v0.1.6
12142026-01-12T05:07:14.196Z Fresh openssl-sys v0.9.107
12152026-01-12T05:07:14.196Z Fresh form_urlencoded v1.2.2
12162026-01-12T05:07:14.196Z Fresh rand_core v0.6.3
12172026-01-12T05:07:14.196Z Fresh openssl-macros v0.1.1
12182026-01-12T05:07:14.196Z Fresh ppv-lite86 v0.2.15
12192026-01-12T05:07:14.196Z Fresh unicode-width v0.1.9
12202026-01-12T05:07:14.196Z Fresh plain v0.2.3
12212026-01-12T05:07:14.196Z Fresh unicode-segmentation v1.10.0
12222026-01-12T05:07:14.196Z Fresh mime v0.3.16
12232026-01-12T05:07:14.196Z Fresh lazy_static v1.5.0
12242026-01-12T05:07:14.196Z Fresh goblin v0.10.1
12252026-01-12T05:07:14.196Z Fresh newline-converter v0.3.0
12262026-01-12T05:07:14.197Z Fresh console v0.15.7
12272026-01-12T05:07:14.197Z Fresh openssl v0.10.72
12282026-01-12T05:07:14.197Z Fresh rand_chacha v0.3.1
12292026-01-12T05:07:14.197Z Fresh digest v0.10.7
12302026-01-12T05:07:14.197Z Fresh unicase v2.6.0
12312026-01-12T05:07:14.197Z Fresh idna_adapter v1.2.0
12322026-01-12T05:07:14.197Z Fresh num-traits v0.2.14
12332026-01-12T05:07:14.197Z Fresh heck v0.5.0
12342026-01-12T05:07:14.197Z Fresh iana-time-zone v0.1.47
12352026-01-12T05:07:14.197Z Fresh winnow v0.7.13
12362026-01-12T05:07:14.197Z Fresh semver v1.0.27
12372026-01-12T05:07:14.197Z Fresh cpufeatures v0.2.2
12382026-01-12T05:07:14.197Z Fresh similar v2.2.1
12392026-01-12T05:07:14.197Z Fresh pretty-hex v0.4.1
12402026-01-12T05:07:14.197Z Fresh toml_parser v1.0.6+spec-1.1.0
12412026-01-12T05:07:14.197Z Fresh idna v1.0.3
12422026-01-12T05:07:14.197Z Fresh sha1 v0.10.6
12432026-01-12T05:07:14.197Z Fresh dof v0.4.0
12442026-01-12T05:07:14.197Z Fresh chrono v0.4.42
12452026-01-12T05:07:14.197Z Fresh rustls v0.22.4
12462026-01-12T05:07:14.197Z Fresh rand v0.8.4
12472026-01-12T05:07:14.197Z Fresh rustls v0.23.13
12482026-01-12T05:07:14.197Z Fresh native-tls v0.2.12
12492026-01-12T05:07:14.197Z Fresh ryu v1.0.5
12502026-01-12T05:07:14.201Z Fresh concurrent-queue v2.5.0
12512026-01-12T05:07:14.201Z Fresh http-body-util v0.1.3
12522026-01-12T05:07:14.201Z Fresh rustls-pemfile v2.2.0
12532026-01-12T05:07:14.201Z Fresh thiserror-impl v1.0.69
12542026-01-12T05:07:14.201Z Fresh serde_derive_internals v0.29.0
12552026-01-12T05:07:14.201Z Fresh toml_datetime v0.7.5+spec-1.1.0
12562026-01-12T05:07:14.201Z Fresh serde_spanned v1.0.4
12572026-01-12T05:07:14.201Z Fresh sync_wrapper v1.0.1
12582026-01-12T05:07:14.201Z Fresh syn v2.0.113
12592026-01-12T05:07:14.201Z Fresh thread_local v1.1.4
12602026-01-12T05:07:14.201Z Fresh encoding_rs v0.8.32
12612026-01-12T05:07:14.201Z Fresh match_cfg v0.1.0
12622026-01-12T05:07:14.201Z Fresh parking v2.2.0
12632026-01-12T05:07:14.201Z Fresh toml_writer v1.0.6+spec-1.1.0
12642026-01-12T05:07:14.201Z Fresh tower v0.5.2
12652026-01-12T05:07:14.201Z Fresh hostname v0.3.1
12662026-01-12T05:07:14.201Z Fresh usdt-impl v0.6.0
12672026-01-12T05:07:14.201Z Fresh toml v0.9.10+spec-1.1.0
12682026-01-12T05:07:14.201Z Fresh event-listener v5.0.0
12692026-01-12T05:07:14.201Z Fresh thiserror v1.0.69
12702026-01-12T05:07:14.201Z Fresh schemars_derive v0.8.22
12712026-01-12T05:07:14.201Z Fresh serde_urlencoded v0.7.1
12722026-01-12T05:07:14.201Z Fresh tokio-rustls v0.25.0
12732026-01-12T05:07:14.201Z Fresh tokio-rustls v0.26.0
12742026-01-12T05:07:14.201Z Fresh tokio-native-tls v0.3.1
12752026-01-12T05:07:14.201Z Fresh url v2.5.4
12762026-01-12T05:07:14.201Z Compiling dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12772026-01-12T05:07:14.201Z Fresh usdt-macro v0.6.0
12782026-01-12T05:07:14.201Z Fresh usdt-attr-macro v0.6.0
12792026-01-12T05:07:14.201Z Fresh slog-json v2.6.1
12802026-01-12T05:07:14.202Z Fresh crossbeam-channel v0.5.1
12812026-01-12T05:07:14.202Z Fresh uuid v1.19.0
12822026-01-12T05:07:14.202Z Fresh futures-executor v0.3.31
12832026-01-12T05:07:14.202Z Fresh webpki-roots v0.26.5
12842026-01-12T05:07:14.242Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0dc6ead2fe2358d -C extra-filename=-aa15c50f7ebf9ba8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-86e41ea74570e15a.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f3a5284f829fb4ea.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-8656128ec653b4aa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern proc_macro`
12852026-01-12T05:07:14.246Z Fresh async-stream-impl v0.3.6
12862026-01-12T05:07:14.246Z Fresh is-terminal v0.4.12
12872026-01-12T05:07:14.246Z Fresh memmap2 v0.9.8
12882026-01-12T05:07:14.246Z Fresh spin v0.9.8
12892026-01-12T05:07:14.246Z Fresh take_mut v0.2.2
12902026-01-12T05:07:14.246Z Fresh data-encoding v2.4.0
12912026-01-12T05:07:14.246Z Fresh iri-string v0.7.8
12922026-01-12T05:07:14.246Z Fresh dyn-clone v1.0.4
12932026-01-12T05:07:14.246Z Fresh utf-8 v0.7.6
12942026-01-12T05:07:14.246Z Fresh term v1.1.0
12952026-01-12T05:07:14.246Z Fresh async-stream v0.3.6
12962026-01-12T05:07:14.246Z Fresh usdt v0.6.0
12972026-01-12T05:07:14.246Z Fresh schemars v0.8.22
12982026-01-12T05:07:14.246Z Fresh tungstenite v0.24.0
12992026-01-12T05:07:14.246Z Fresh tower-http v0.6.8
13002026-01-12T05:07:14.246Z Fresh slog-term v2.9.2
13012026-01-12T05:07:14.246Z Fresh slog-async v2.8.0
13022026-01-12T05:07:14.246Z Fresh multer v3.1.0
13032026-01-12T05:07:14.250Z Fresh slog-bunyan v2.5.0
13042026-01-12T05:07:14.250Z Fresh futures v0.3.31
13052026-01-12T05:07:14.250Z Fresh hyper-rustls v0.27.3
13062026-01-12T05:07:14.250Z Fresh hyper-tls v0.6.0
13072026-01-12T05:07:14.250Z Fresh mime_guess v2.0.5
13082026-01-12T05:07:14.250Z Fresh target-triple v1.0.0
13092026-01-12T05:07:14.250Z Fresh event-listener-strategy v0.5.4
13102026-01-12T05:07:14.250Z Fresh camino v1.2.2
13112026-01-12T05:07:14.250Z Fresh rustls-native-certs v0.7.0
13122026-01-12T05:07:14.250Z Fresh yasna v0.5.2
13132026-01-12T05:07:14.250Z Fresh pem v3.0.6
13142026-01-12T05:07:14.250Z Fresh waitgroup v0.1.2
13152026-01-12T05:07:14.250Z Fresh openapiv3 v2.2.0
13162026-01-12T05:07:14.250Z Fresh webpki-roots v1.0.0
13172026-01-12T05:07:14.250Z Fresh async-trait v0.1.89
13182026-01-12T05:07:14.250Z Fresh hostname v0.4.2
13192026-01-12T05:07:14.250Z Fresh serde_path_to_error v0.1.20
13202026-01-12T05:07:14.250Z Fresh debug-ignore v1.0.5
13212026-01-12T05:07:14.250Z Fresh simple-mermaid v0.2.0
13222026-01-12T05:07:14.250Z Fresh termcolor v1.1.2
13232026-01-12T05:07:14.250Z Fresh glob v0.3.0
13242026-01-12T05:07:14.250Z Fresh http-range v0.1.4
13252026-01-12T05:07:14.250Z Fresh reqwest v0.12.26
13262026-01-12T05:07:14.250Z Fresh rcgen v0.14.6
13272026-01-12T05:07:14.250Z Fresh async-channel v2.5.0
13282026-01-12T05:07:14.251Z Fresh hyper-rustls v0.26.0
13292026-01-12T05:07:14.251Z Fresh hyper-staticfile v0.10.1
13302026-01-12T05:07:14.251Z Fresh trybuild v1.0.114
13312026-01-12T05:07:14.251Z Fresh tokio-tungstenite v0.24.0
13322026-01-12T05:07:14.251Z Fresh anyhow v1.0.100
13332026-01-12T05:07:14.255Z Fresh subprocess v0.2.13
13342026-01-12T05:07:14.255Z Fresh buf-list v1.1.2
13352026-01-12T05:07:14.255Z Fresh once_cell v1.20.1
13362026-01-12T05:07:14.255Z Fresh schema-derive v0.1.0
13372026-01-12T05:07:14.255Z Fresh tempfile v3.24.0
13382026-01-12T05:07:14.255Z Fresh schema v0.1.0
13392026-01-12T05:07:14.255Z Fresh atomicwrites v0.4.4
13402026-01-12T05:07:14.255Z Fresh prettyplease v0.2.37
13412026-01-12T05:07:14.255Z Fresh expectorate v1.2.0
13422026-01-12T05:07:16.513Z Compiling dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
13432026-01-12T05:07:16.518Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=804fec8a35ad3a1c -C extra-filename=-868a9ce66f67199e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
13442026-01-12T05:07:16.518Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a5a79da8542d9565 -C extra-filename=-f1d0586d6ca762ea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13452026-01-12T05:07:25.248Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9853a09a277b81e3 -C extra-filename=-14e7b768ec586b06 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13462026-01-12T05:07:25.253Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=344d5e29bdd440d7 -C extra-filename=-b4c0e14bf29e9c2a --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13472026-01-12T05:07:25.258Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=36784df1ff7136ed -C extra-filename=-cce98cefba3b296a --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13482026-01-12T05:07:25.262Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ff96e6b7cd891905 -C extra-filename=-41197e3d66d082b6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13492026-01-12T05:07:25.263Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9bf2d91a7b2a970c -C extra-filename=-5a38c190c075c0a5 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13502026-01-12T05:07:25.292Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=66e8ef59e2b90d56 -C extra-filename=-b46b8069d0cd96f2 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13512026-01-12T05:07:25.779Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b483ca01041d2901 -C extra-filename=-2eb4c81c62b002d0 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13522026-01-12T05:07:26.773Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7ad0a8bb44177632 -C extra-filename=-62d828693dd461ed --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13532026-01-12T05:07:42.718Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a4fc0486c36a2a38 -C extra-filename=-412de0409a5df9e9 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13542026-01-12T05:07:44.214Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=49282d30cb860965 -C extra-filename=-cb3673eeb2c33905 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13552026-01-12T05:07:44.595Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=465976ee7ac2d44a -C extra-filename=-d7bb1368a313631b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13562026-01-12T05:07:46.337Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=44b35c8bced3d07e -C extra-filename=-ad318ff059119467 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13572026-01-12T05:07:46.398Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=04b2356159c577df -C extra-filename=-1de6c9a30ae54f86 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13582026-01-12T05:07:48.151Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=01516f4bdf2d0d92 -C extra-filename=-7f99225a7d88b76a --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13592026-01-12T05:07:49.767Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5c696838f02358ad -C extra-filename=-66026428d844259a --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13602026-01-12T05:08:04.187Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ada32220e5e54bb4 -C extra-filename=-25a6588bfa55e657 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13612026-01-12T05:08:05.485Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f703957d100f2e4b -C extra-filename=-30ad2e74fc89d672 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13622026-01-12T05:08:05.804Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2c397aa2d72f8564 -C extra-filename=-7b329c7aa04513fc --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13632026-01-12T05:08:06.365Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=465011183bb9a838 -C extra-filename=-a986f43cd0eacc48 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13642026-01-12T05:08:08.606Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7be4032bb4b9dbd2 -C extra-filename=-621cb76543ed86ce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13652026-01-12T05:08:09.320Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=198986a58bd90fd1 -C extra-filename=-58477cfe5a5ce6c8 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13662026-01-12T05:08:10.567Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b98f60b3c9cbd7c4 -C extra-filename=-f74e1192f435470d --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13672026-01-12T05:08:14.361Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d2f707f0bfb25431 -C extra-filename=-1e0a9a4c61d6087e --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13682026-01-12T05:08:24.206Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5bfda57bd9bee778 -C extra-filename=-1ca0fbad9cf1e923 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13692026-01-12T05:08:49.728Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 35s
13702026-01-12T05:08:49.776Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-f1d0586d6ca762ea`
13712026-01-12T05:08:49.779Z
13722026-01-12T05:08:49.779Zrunning 108 tests
13732026-01-12T05:08:49.783Ztest api_description::test::test_endpoint_versions_matches ... ok
13742026-01-12T05:08:49.783Ztest api_description::test::test_endpoint_versions_range ... ok
13752026-01-12T05:08:49.783Ztest api_description::test::test_badpath4 - should panic ... ok
13762026-01-12T05:08:49.783Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13772026-01-12T05:08:49.783Ztest api_description::test::test_badpath2 ... ok
13782026-01-12T05:08:49.784Ztest api_description::test::test_badpath1 ... ok
13792026-01-12T05:08:49.784Ztest api_description::test::test_badpath3 ... ok
13802026-01-12T05:08:49.784Ztest api_description::test::test_tags_need_one ... ok
13812026-01-12T05:08:49.784Ztest api_description::test::test_dup_names ... ok
13822026-01-12T05:08:49.784Ztest api_description::test::test_tag_config_deserialize_old ... ok
13832026-01-12T05:08:49.784Ztest api_description::test::test_tags_too_many ... ok
13842026-01-12T05:08:49.784Ztest api_description::test::test_tags_just_right ... ok
13852026-01-12T05:08:49.784Ztest error::test::test_serialize_error_response_body ... ok
13862026-01-12T05:08:49.787Ztest extractor::metadata::test::test_metadata_flattened ... ok
13872026-01-12T05:08:49.787Ztest extractor::metadata::test::test_metadata_simple ... ok
13882026-01-12T05:08:49.787Ztest from_map::test::test_case_insensitive ... ok
13892026-01-12T05:08:49.787Ztest extractor::header::tests::test_header_parsing ... ok
13902026-01-12T05:08:49.787Ztest extractor::metadata::test::test_metadata_pagination ... ok
13912026-01-12T05:08:49.787Ztest from_map::test::test_deep ... ok
13922026-01-12T05:08:49.787Ztest from_map::test::test_lone_literal ... ok
13932026-01-12T05:08:49.787Ztest from_map::test::test_missing_data1 ... ok
13942026-01-12T05:08:49.788Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
13952026-01-12T05:08:49.788Ztest from_map::test::test_missing_data2 ... ok
13962026-01-12T05:08:49.788Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
13972026-01-12T05:08:49.788Ztest from_map::test::test_types ... ok
13982026-01-12T05:08:49.789Ztest extractor::body::tests::test_content_plus_json ... ok
13992026-01-12T05:08:49.789Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14002026-01-12T05:08:49.789Ztest logging::test::test_config_bad_file_no_level ... ok
14012026-01-12T05:08:49.789Ztest logging::test::test_config_bad_file_no_file ... ok
14022026-01-12T05:08:49.790Ztest logging::test::test_config_bad_log_mode ... ok
14032026-01-12T05:08:49.790Ztest logging::test::test_config_bad_terminal_no_level ... ok
14042026-01-12T05:08:49.790Ztest pagination::test::test_pagination_schema ... ok
14052026-01-12T05:08:49.790Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14062026-01-12T05:08:49.790Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14072026-01-12T05:08:49.790Ztest pagination::test::test_results_page ... ok
14082026-01-12T05:08:49.790Ztest router::test::test_bad_path_segment1 - should panic ... ok
14092026-01-12T05:08:49.790Ztest router::test::test_bad_path_segment2 - should panic ... ok
14102026-01-12T05:08:49.790Ztest router::test::test_bad_path_segment3 - should panic ... ok
14112026-01-12T05:08:49.790Ztest pagination::test::test_pagparams_parsing ... ok
14122026-01-12T05:08:49.790Ztest router::test::test_bad_path_segment4 - should panic ... ok
14132026-01-12T05:08:49.790Ztest logging::test::test_config_stderr_terminal ... ok
14142026-01-12T05:08:49.790Ztest pagination::test::test_page_token_serialization ... ok
14152026-01-12T05:08:49.790Ztest router::test::test_duplicate_route1 - should panic ... ok
14162026-01-12T05:08:49.790Ztest router::test::test_bogus_regex - should panic ... ok
14172026-01-12T05:08:49.790Znote: configured to log to "/tmp/dropshot-f1d0586d6ca762ea.2151.file_dir/log.out"
14182026-01-12T05:08:49.790Ztest router::test::test_duplicate_route2 - should panic ... ok
14192026-01-12T05:08:49.790Ztest router::test::test_duplicate_route3 - should panic ... ok
14202026-01-12T05:08:49.790Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14212026-01-12T05:08:49.791Ztest router::test::test_duplicate_varname - should panic ... ok
14222026-01-12T05:08:49.791Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14232026-01-12T05:08:49.791Ztest router::test::test_inconsistent_varname - should panic ... ok
14242026-01-12T05:08:49.791Ztest router::test::test_embedded_non_variable ... ok
14252026-01-12T05:08:49.791Ztest router::test::test_error_cases ... ok
14262026-01-12T05:08:49.791Ztest router::test::test_empty_variable ... ok
14272026-01-12T05:08:49.791Ztest router::test::test_iter2 ... ok
14282026-01-12T05:08:49.791Ztest router::test::test_iter ... ok
14292026-01-12T05:08:49.843Ztest router::test::test_iter_null ... ok
14302026-01-12T05:08:49.843Ztest router::test::test_literal_after_regex - should panic ... ok
14312026-01-12T05:08:49.843Ztest router::test::test_literal_after_variable - should panic ... ok
14322026-01-12T05:08:49.843Ztest router::test::test_map_bad_seq ... ok
14332026-01-12T05:08:49.843Ztest router::test::test_map_bad_value ... ok
14342026-01-12T05:08:49.843Ztest router::test::test_map ... ok
14352026-01-12T05:08:49.843Ztest router::test::test_more_after_regex - should panic ... ok
14362026-01-12T05:08:49.843Ztest router::test::test_path_segment ... ok
14372026-01-12T05:08:49.843Znote: configured to log to "/tmp/dropshot-f1d0586d6ca762ea.2151.file_dir/log.out"
14382026-01-12T05:08:49.843Ztest router::test::test_router_basic ... ok
14392026-01-12T05:08:49.843Ztest router::test::test_segments ... ok
14402026-01-12T05:08:49.843Ztest router::test::test_router_versioned ... ok
14412026-01-12T05:08:49.843Ztest router::test::test_variable_after_literal - should panic ... ok
14422026-01-12T05:08:49.843Ztest router::test::test_variable_name_bad_end - should panic ... ok
14432026-01-12T05:08:49.843Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14442026-01-12T05:08:49.843Ztest router::test::test_variable_name_bad_start - should panic ... ok
14452026-01-12T05:08:49.843Ztest api_description::test::test_tags_set ... ok
14462026-01-12T05:08:49.843Ztest router::test::test_variable_name_empty - should panic ... ok
14472026-01-12T05:08:49.843Ztest router::test::test_variable_rename ... ok
14482026-01-12T05:08:49.843Ztest router::test::test_variables_glob ... ok
14492026-01-12T05:08:49.843Ztest router::test::test_variables_multi ... ok
14502026-01-12T05:08:49.843Ztest router::test::test_variables_basic ... ok
14512026-01-12T05:08:49.843Ztest schema_util::test::test_empty_struct ... ok
14522026-01-12T05:08:49.843Ztest schema_util::test::test_additional_properties ... ok
14532026-01-12T05:08:49.843Ztest schema_util::test::test_nullable ... ok
14542026-01-12T05:08:49.843Znote: configured to log to "/tmp/dropshot-f1d0586d6ca762ea.2151.file_dir/log.out"
14552026-01-12T05:08:49.843Ztest schema_util::test::test_two_types - should panic ... ok
14562026-01-12T05:08:49.844Ztest schema_util::test::test_extension_conversion ... ok
14572026-01-12T05:08:49.844Ztest logging::test::test_config_file ... ok
14582026-01-12T05:08:49.844Ztest schema_util::test::test_embedded_schema ... ok
14592026-01-12T05:08:49.844Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14602026-01-12T05:08:49.844Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14612026-01-12T05:08:49.844Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14622026-01-12T05:08:49.844Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14632026-01-12T05:08:49.844Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14642026-01-12T05:08:49.844Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14652026-01-12T05:08:49.844Ztest test_util::test::test_bunyan_easy_cases ... ok
14662026-01-12T05:08:49.844Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14672026-01-12T05:08:49.844Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14682026-01-12T05:08:49.844Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14692026-01-12T05:08:49.844Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14702026-01-12T05:08:49.844Ztest to_map::test::test_struct_with_options ... ok
14712026-01-12T05:08:49.845Ztest to_map::test::test_to_map_enum ... ok
14722026-01-12T05:08:49.845Ztest to_map::test::test_to_map_num ... ok
14732026-01-12T05:08:49.845Ztest to_map::test::test_to_map_seq ... ok
14742026-01-12T05:08:49.845Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14752026-01-12T05:08:49.845Ztest to_map::test::test_to_map_valid ... ok
14762026-01-12T05:08:49.845Ztest to_map::test::test_to_map_vec ... ok
14772026-01-12T05:08:49.845Ztest type_util::tests::test_commented_ref ... ok
14782026-01-12T05:08:49.845Ztest type_util::tests::test_recursive_type - should panic ... ok
14792026-01-12T05:08:49.845Ztest type_util::tests::test_reflexive_type - should panic ... ok
14802026-01-12T05:08:49.845Ztest server::test::test_drop_server_without_close_okay ... ok
14812026-01-12T05:08:49.845Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
14822026-01-12T05:08:49.845Ztest server::test::test_server_run_then_close ... ok
14832026-01-12T05:08:49.848Ztest server::test::test_http_acceptor_happy_path ... ok
14842026-01-12T05:08:49.848Z
14852026-01-12T05:08:49.848Ztest result: ok. 108 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
14862026-01-12T05:08:49.849Z
14872026-01-12T05:08:49.849Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-41197e3d66d082b6`
14882026-01-12T05:08:49.849Z
14892026-01-12T05:08:49.849Zrunning 1 test
14902026-01-12T05:08:50.233Z Compiling proc-macro2 v1.0.105
14912026-01-12T05:08:50.233Z Compiling quote v1.0.42
14922026-01-12T05:08:50.233Z Compiling unicode-ident v1.0.12
14932026-01-12T05:08:50.233Z Compiling libc v0.2.179
14942026-01-12T05:08:50.238Z Checking cfg-if v1.0.0
14952026-01-12T05:08:50.238Z Compiling serde_core v1.0.228
14962026-01-12T05:08:50.238Z Checking itoa v1.0.1
14972026-01-12T05:08:50.238Z Checking pin-project-lite v0.2.12
14982026-01-12T05:08:50.397Z Compiling autocfg v1.1.0
14992026-01-12T05:08:50.420Z Compiling shlex v1.3.0
15002026-01-12T05:08:50.465Z Compiling version_check v0.9.5
15012026-01-12T05:08:50.497Z Checking memchr v2.6.0
15022026-01-12T05:08:50.854Z Compiling cc v1.2.16
15032026-01-12T05:08:50.970Z Checking once_cell v1.20.1
15042026-01-12T05:08:51.284Z Checking bytes v1.11.0
15052026-01-12T05:08:51.329Z Checking smallvec v1.13.2
15062026-01-12T05:08:51.340Z Checking futures-core v0.3.31
15072026-01-12T05:08:51.449Z Compiling log v0.4.17
15082026-01-12T05:08:51.535Z Compiling parking_lot_core v0.9.4
15092026-01-12T05:08:51.687Z Checking scopeguard v1.2.0
15102026-01-12T05:08:51.845Z Compiling zmij v1.0.2
15112026-01-12T05:08:52.108Z Compiling thiserror v2.0.17
15122026-01-12T05:08:52.189Z Checking lock_api v0.4.6
15132026-01-12T05:08:52.287Z Compiling slab v0.4.9
15142026-01-12T05:08:52.477Z Checking futures-sink v0.3.31
15152026-01-12T05:08:52.563Z Compiling serde_json v1.0.149
15162026-01-12T05:08:52.896Z Checking mio v1.0.3
15172026-01-12T05:08:52.935Z Checking signal-hook-registry v1.4.0
15182026-01-12T05:08:52.995Z Compiling syn v2.0.113
15192026-01-12T05:08:52.998Z Checking parking_lot v0.12.1
15202026-01-12T05:08:53.210Z Checking socket2 v0.6.0
15212026-01-12T05:08:53.257Z Checking getrandom v0.2.11
15222026-01-12T05:08:53.356Z Compiling serde v1.0.228
15232026-01-12T05:08:53.520Z Checking futures-channel v0.3.31
15242026-01-12T05:08:53.536Z Checking http v1.4.0
15252026-01-12T05:08:53.715Z Checking zeroize v1.7.0
15262026-01-12T05:08:53.755Z Checking pin-utils v0.1.0
15272026-01-12T05:08:53.880Z Checking stable_deref_trait v1.2.0
15282026-01-12T05:08:53.973Z Checking rustls-pki-types v1.13.2
15292026-01-12T05:08:53.989Z Checking futures-io v0.3.31
15302026-01-12T05:08:54.171Z Checking futures-task v0.3.31
15312026-01-12T05:08:54.230Z Compiling httparse v1.10.0
15322026-01-12T05:08:54.429Z Compiling ucd-trie v0.1.6
15332026-01-12T05:08:54.588Z Compiling zerocopy v0.8.27
15342026-01-12T05:08:54.828Z Compiling ring v0.17.13
15352026-01-12T05:08:55.114Z Checking tracing-core v0.1.32
15362026-01-12T05:08:55.341Z Checking bitflags v2.4.0
15372026-01-12T05:08:55.541Z Checking untrusted v0.9.0
15382026-01-12T05:08:55.626Z Checking equivalent v1.0.0
15392026-01-12T05:08:55.672Z Checking hashbrown v0.16.1
15402026-01-12T05:08:55.777Z Checking http-body v1.0.1
15412026-01-12T05:08:55.800Z Checking tracing v0.1.40
15422026-01-12T05:08:55.910Z Checking atomic-waker v1.1.2
15432026-01-12T05:08:55.962Z Checking percent-encoding v2.3.2
15442026-01-12T05:08:55.991Z Checking writeable v0.5.5
15452026-01-12T05:08:56.059Z Checking litemap v0.7.4
15462026-01-12T05:08:56.130Z Compiling vcpkg v0.2.15
15472026-01-12T05:08:56.201Z Compiling pkg-config v0.3.31
15482026-01-12T05:08:56.332Z Compiling rustversion v1.0.22
15492026-01-12T05:08:56.423Z Compiling typenum v1.14.0
15502026-01-12T05:08:56.757Z Checking indexmap v2.12.1
15512026-01-12T05:08:57.820Z Compiling generic-array v0.14.5
15522026-01-12T05:08:58.046Z Checking fnv v1.0.7
15532026-01-12T05:08:58.075Z Compiling crossbeam-utils v0.8.15
15542026-01-12T05:08:58.181Z Checking try-lock v0.2.3
15552026-01-12T05:08:58.284Z Compiling openssl-sys v0.9.107
15562026-01-12T05:08:58.327Z Checking want v0.3.0
15572026-01-12T05:08:58.750Z Compiling unicase v2.6.0
15582026-01-12T05:08:59.196Z Checking tower-service v0.3.3
15592026-01-12T05:08:59.322Z Compiling time-core v0.1.2
15602026-01-12T05:08:59.326Z Checking base64 v0.22.1
15612026-01-12T05:08:59.515Z Checking powerfmt v0.2.0
15622026-01-12T05:08:59.810Z Checking icu_locid_transform_data v1.5.0
15632026-01-12T05:08:59.822Z Compiling getrandom v0.3.1
15642026-01-12T05:08:59.890Z Compiling num-conv v0.1.0
15652026-01-12T05:08:59.919Z Checking httpdate v1.0.1
15662026-01-12T05:09:00.167Z Checking tower-layer v0.3.3
15672026-01-12T05:09:00.177Z Checking subtle v2.5.0
15682026-01-12T05:09:00.180Z Compiling slog v2.8.2
15692026-01-12T05:09:00.415Z Compiling synstructure v0.13.1
15702026-01-12T05:09:00.441Z Compiling time-macros v0.2.18
15712026-01-12T05:09:00.451Z Checking deranged v0.3.11
15722026-01-12T05:09:01.274Z Checking num_threads v0.1.3
15732026-01-12T05:09:01.627Z Checking rustls-webpki v0.102.8
15742026-01-12T05:09:01.664Z Checking icu_properties_data v1.5.0
15752026-01-12T05:09:01.928Z Compiling num-traits v0.2.14
15762026-01-12T05:09:02.325Z Checking foreign-types-shared v0.1.1
15772026-01-12T05:09:02.407Z Checking ipnet v2.10.0
15782026-01-12T05:09:02.434Z Compiling openssl v0.10.72
15792026-01-12T05:09:02.568Z Checking openssl-probe v0.1.4
15802026-01-12T05:09:02.747Z Checking utf8_iter v1.0.4
15812026-01-12T05:09:02.757Z Checking write16 v1.0.0
15822026-01-12T05:09:02.761Z Checking utf16_iter v1.0.5
15832026-01-12T05:09:02.868Z Checking icu_normalizer_data v1.5.0
15842026-01-12T05:09:02.894Z Compiling usdt-impl v0.6.0
15852026-01-12T05:09:02.960Z Compiling thread-id v5.0.0
15862026-01-12T05:09:02.976Z Checking foreign-types v0.3.2
15872026-01-12T05:09:03.070Z Checking block-buffer v0.10.2
15882026-01-12T05:09:03.083Z Checking crypto-common v0.1.6
15892026-01-12T05:09:03.357Z Checking form_urlencoded v1.2.2
15902026-01-12T05:09:03.436Z Checking rand_core v0.6.3
15912026-01-12T05:09:03.477Z Checking errno v0.3.10
15922026-01-12T05:09:03.635Z Checking ppv-lite86 v0.2.15
15932026-01-12T05:09:03.654Z Compiling rustix v1.1.3
15942026-01-12T05:09:03.670Z Compiling native-tls v0.2.12
15952026-01-12T05:09:03.738Z Checking plain v0.2.3
15962026-01-12T05:09:03.813Z Checking time v0.3.36
15972026-01-12T05:09:03.905Z Checking byteorder v1.4.3
15982026-01-12T05:09:04.326Z Checking mime v0.3.16
15992026-01-12T05:09:04.350Z Compiling rustls v0.23.13
16002026-01-12T05:09:04.490Z Compiling ryu v1.0.5
16012026-01-12T05:09:04.516Z Compiling rustls v0.22.4
16022026-01-12T05:09:04.648Z Checking rand_chacha v0.3.1
16032026-01-12T05:09:04.930Z Checking digest v0.10.7
16042026-01-12T05:09:05.023Z Compiling rustix v0.38.44
16052026-01-12T05:09:05.173Z Checking pretty-hex v0.4.1
16062026-01-12T05:09:05.191Z Checking iana-time-zone v0.1.47
16072026-01-12T05:09:05.271Z Checking cpufeatures v0.2.2
16082026-01-12T05:09:05.352Z Compiling thiserror v1.0.69
16092026-01-12T05:09:05.365Z Checking sha1 v0.10.6
16102026-01-12T05:09:05.576Z Compiling mime_guess v2.0.5
16112026-01-12T05:09:05.659Z Checking rand v0.8.4
16122026-01-12T05:09:06.499Z Checking concurrent-queue v2.5.0
16132026-01-12T05:09:06.810Z Compiling serde_derive v1.0.228
16142026-01-12T05:09:06.839Z Compiling tokio-macros v2.6.0
16152026-01-12T05:09:06.878Z Compiling thiserror-impl v2.0.17
16162026-01-12T05:09:07.009Z Compiling zerofrom-derive v0.1.5
16172026-01-12T05:09:07.649Z Compiling yoke-derive v0.7.5
16182026-01-12T05:09:09.243Z Checking tokio v1.49.0
16192026-01-12T05:09:09.246Z Compiling futures-macro v0.3.31
16202026-01-12T05:09:10.573Z Compiling zerovec-derive v0.10.3
16212026-01-12T05:09:10.874Z Compiling displaydoc v0.2.5
16222026-01-12T05:09:11.715Z Compiling pest v2.8.1
16232026-01-12T05:09:11.815Z Compiling zerocopy-derive v0.8.27
16242026-01-12T05:09:11.917Z Checking futures-util v0.3.31
16252026-01-12T05:09:12.094Z Checking zerofrom v0.1.5
16262026-01-12T05:09:12.331Z Checking yoke v0.7.5
16272026-01-12T05:09:12.697Z Compiling icu_provider_macros v1.5.0
16282026-01-12T05:09:13.566Z Compiling scroll_derive v0.13.1
16292026-01-12T05:09:14.051Z Checking zerovec v0.10.4
16302026-01-12T05:09:14.415Z Compiling pest_meta v2.8.1
16312026-01-12T05:09:14.842Z Compiling openssl-macros v0.1.1
16322026-01-12T05:09:15.726Z Checking tinystr v0.7.6
16332026-01-12T05:09:16.104Z Checking icu_locid v1.5.0
16342026-01-12T05:09:16.114Z Compiling pest_generator v2.8.1
16352026-01-12T05:09:16.243Z Checking icu_collections v1.5.0
16362026-01-12T05:09:16.574Z Checking tokio-util v0.7.7
16372026-01-12T05:09:16.954Z Checking scroll v0.13.0
16382026-01-12T05:09:17.099Z Checking icu_provider v1.5.0
16392026-01-12T05:09:17.193Z Checking erased-serde v0.3.31
16402026-01-12T05:09:17.455Z Compiling serde_tokenstream v0.2.2
16412026-01-12T05:09:17.466Z Checking h2 v0.4.6
16422026-01-12T05:09:17.513Z Checking goblin v0.10.1
16432026-01-12T05:09:17.735Z Checking icu_locid_transform v1.5.0
16442026-01-12T05:09:18.855Z Checking icu_properties v1.5.1
16452026-01-12T05:09:19.572Z Compiling pest_derive v2.8.1
16462026-01-12T05:09:20.614Z Compiling dof v0.4.0
16472026-01-12T05:09:21.131Z Compiling dtrace-parser v0.3.0
16482026-01-12T05:09:21.720Z Checking chrono v0.4.42
16492026-01-12T05:09:21.949Z Compiling thiserror-impl v1.0.69
16502026-01-12T05:09:21.969Z Checking hyper v1.8.1
16512026-01-12T05:09:22.410Z Checking icu_normalizer v1.5.0
16522026-01-12T05:09:23.231Z Checking idna_adapter v1.2.0
16532026-01-12T05:09:23.361Z Compiling serde_derive_internals v0.29.0
16542026-01-12T05:09:23.448Z Checking idna v1.0.3
16552026-01-12T05:09:23.767Z Checking http-body-util v0.1.3
16562026-01-12T05:09:23.825Z Checking rustls-pemfile v2.2.0
16572026-01-12T05:09:23.939Z Checking sync_wrapper v1.0.1
16582026-01-12T05:09:23.966Z Compiling multer v3.1.0
16592026-01-12T05:09:24.056Z Checking thread_local v1.1.4
16602026-01-12T05:09:24.094Z Checking hyper-util v0.1.19
16612026-01-12T05:09:24.103Z Checking encoding_rs v0.8.32
16622026-01-12T05:09:24.192Z Compiling camino v1.2.2
16632026-01-12T05:09:24.340Z Checking fastrand v2.1.1
16642026-01-12T05:09:24.389Z Checking match_cfg v0.1.0
16652026-01-12T05:09:24.489Z Compiling schemars v0.8.22
16662026-01-12T05:09:24.593Z Checking parking v2.2.0
16672026-01-12T05:09:24.680Z Compiling slog-async v2.8.0
16682026-01-12T05:09:24.786Z Checking winnow v0.7.13
16692026-01-12T05:09:24.940Z Compiling paste v1.0.15
16702026-01-12T05:09:25.066Z Checking event-listener v5.0.0
16712026-01-12T05:09:25.381Z Checking tempfile v3.24.0
16722026-01-12T05:09:25.710Z Checking hostname v0.3.1
16732026-01-12T05:09:25.843Z Checking tower v0.5.2
16742026-01-12T05:09:25.866Z Checking url v2.5.4
16752026-01-12T05:09:26.221Z Compiling schemars_derive v0.8.22
16762026-01-12T05:09:26.372Z Compiling usdt-macro v0.6.0
16772026-01-12T05:09:26.407Z Compiling usdt-attr-macro v0.6.0
16782026-01-12T05:09:26.524Z Checking tokio-native-tls v0.3.1
16792026-01-12T05:09:26.605Z Checking slog-json v2.6.1
16802026-01-12T05:09:26.705Z Checking serde_urlencoded v0.7.1
16812026-01-12T05:09:26.708Z Checking futures-executor v0.3.31
16822026-01-12T05:09:26.794Z Checking tokio-rustls v0.26.0
16832026-01-12T05:09:26.888Z Checking tokio-rustls v0.25.0
16842026-01-12T05:09:26.987Z Compiling async-stream-impl v0.3.6
16852026-01-12T05:09:27.181Z Checking uuid v1.19.0
16862026-01-12T05:09:27.252Z Checking crossbeam-channel v0.5.1
16872026-01-12T05:09:27.572Z Checking toml_parser v1.0.6+spec-1.1.0
16882026-01-12T05:09:27.820Z Checking serde_spanned v1.0.4
16892026-01-12T05:09:27.963Z Checking toml_datetime v0.7.5+spec-1.1.0
16902026-01-12T05:09:28.046Z Checking webpki-roots v0.26.5
16912026-01-12T05:09:28.269Z Checking memmap2 v0.9.8
16922026-01-12T05:09:28.304Z Checking is-terminal v0.4.12
16932026-01-12T05:09:28.348Z Compiling dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
16942026-01-12T05:09:28.439Z Compiling anyhow v1.0.100
16952026-01-12T05:09:28.543Z Checking term v1.1.0
16962026-01-12T05:09:28.561Z Checking toml_writer v1.0.6+spec-1.1.0
16972026-01-12T05:09:28.609Z Compiling heck v0.5.0
16982026-01-12T05:09:28.795Z Checking lazy_static v1.5.0
16992026-01-12T05:09:28.805Z Checking take_mut v0.2.2
17002026-01-12T05:09:28.902Z Checking iri-string v0.7.8
17012026-01-12T05:09:28.931Z Checking utf-8 v0.7.6
17022026-01-12T05:09:28.949Z Checking unicode-segmentation v1.10.0
17032026-01-12T05:09:28.959Z Compiling semver v1.0.27
17042026-01-12T05:09:28.975Z Checking unicode-width v0.1.9
17052026-01-12T05:09:29.136Z Checking data-encoding v2.4.0
17062026-01-12T05:09:29.139Z Checking dyn-clone v1.0.4
17072026-01-12T05:09:29.145Z Checking spin v0.9.8
17082026-01-12T05:09:29.276Z Checking console v0.15.7
17092026-01-12T05:09:29.565Z Checking newline-converter v0.3.0
17102026-01-12T05:09:29.615Z Checking slog-term v2.9.2
17112026-01-12T05:09:29.691Z Checking tungstenite v0.24.0
17122026-01-12T05:09:29.701Z Compiling dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17132026-01-12T05:09:29.736Z Checking async-stream v0.3.6
17142026-01-12T05:09:29.788Z Checking toml v0.9.10+spec-1.1.0
17152026-01-12T05:09:29.934Z Checking usdt v0.6.0
17162026-01-12T05:09:30.104Z Checking atomicwrites v0.4.4
17172026-01-12T05:09:30.159Z Checking hyper-rustls v0.27.3
17182026-01-12T05:09:30.307Z Checking futures v0.3.31
17192026-01-12T05:09:30.427Z Checking slog-bunyan v2.5.0
17202026-01-12T05:09:30.486Z Checking hyper-tls v0.6.0
17212026-01-12T05:09:30.619Z Checking event-listener-strategy v0.5.4
17222026-01-12T05:09:30.848Z Checking rustls-native-certs v0.7.0
17232026-01-12T05:09:30.962Z Checking openapiv3 v2.2.0
17242026-01-12T05:09:31.000Z Compiling async-trait v0.1.89
17252026-01-12T05:09:31.257Z Checking yasna v0.5.2
17262026-01-12T05:09:31.455Z Checking pem v3.0.6
17272026-01-12T05:09:31.562Z Checking tower-http v0.6.8
17282026-01-12T05:09:31.740Z Checking waitgroup v0.1.2
17292026-01-12T05:09:31.894Z Checking serde_path_to_error v0.1.20
17302026-01-12T05:09:32.014Z Checking webpki-roots v1.0.0
17312026-01-12T05:09:32.106Z Checking hostname v0.4.2
17322026-01-12T05:09:32.144Z Checking http-range v0.1.4
17332026-01-12T05:09:32.157Z Checking debug-ignore v1.0.5
17342026-01-12T05:09:32.221Z Checking similar v2.2.1
17352026-01-12T05:09:32.306Z Checking simple-mermaid v0.2.0
17362026-01-12T05:09:32.328Z Checking hyper-staticfile v0.10.1
17372026-01-12T05:09:32.412Z Checking reqwest v0.12.26
17382026-01-12T05:09:32.531Z Checking rcgen v0.14.6
17392026-01-12T05:09:32.668Z Checking hyper-rustls v0.26.0
17402026-01-12T05:09:32.866Z Checking async-channel v2.5.0
17412026-01-12T05:09:32.962Z Checking expectorate v1.2.0
17422026-01-12T05:09:32.997Z Checking tokio-tungstenite v0.24.0
17432026-01-12T05:09:33.228Z Checking subprocess v0.2.13
17442026-01-12T05:09:33.411Z Checking buf-list v1.1.2
17452026-01-12T05:09:37.376Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17462026-01-12T05:09:37.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.60s
17472026-01-12T05:09:37.780Z
17482026-01-12T05:09:37.780Z
17492026-01-12T05:09:49.292Ztest tests/fail/bad_channel10.rs ... ok
17502026-01-12T05:09:49.292Ztest tests/fail/bad_channel11.rs ... ok
17512026-01-12T05:09:49.297Ztest tests/fail/bad_channel12.rs ... ok
17522026-01-12T05:09:49.297Ztest tests/fail/bad_channel13.rs ... ok
17532026-01-12T05:09:49.298Ztest tests/fail/bad_channel14.rs ... ok
17542026-01-12T05:09:49.298Ztest tests/fail/bad_channel15.rs ... ok
17552026-01-12T05:09:49.298Ztest tests/fail/bad_channel17.rs ... ok
17562026-01-12T05:09:49.298Ztest tests/fail/bad_channel18.rs ... ok
17572026-01-12T05:09:49.298Ztest tests/fail/bad_channel19.rs ... ok
17582026-01-12T05:09:49.298Ztest tests/fail/bad_channel1a.rs ... ok
17592026-01-12T05:09:49.298Ztest tests/fail/bad_channel1b.rs ... ok
17602026-01-12T05:09:49.298Ztest tests/fail/bad_channel2.rs ... ok
17612026-01-12T05:09:49.298Ztest tests/fail/bad_channel20.rs ... ok
17622026-01-12T05:09:49.298Ztest tests/fail/bad_channel21.rs ... ok
17632026-01-12T05:09:49.298Ztest tests/fail/bad_channel22.rs ... ok
17642026-01-12T05:09:49.298Ztest tests/fail/bad_channel23.rs ... ok
17652026-01-12T05:09:49.298Ztest tests/fail/bad_channel24.rs ... ok
17662026-01-12T05:09:49.298Ztest tests/fail/bad_channel25.rs ... ok
17672026-01-12T05:09:49.298Ztest tests/fail/bad_channel26.rs ... ok
17682026-01-12T05:09:49.298Ztest tests/fail/bad_channel27.rs ... ok
17692026-01-12T05:09:49.298Ztest tests/fail/bad_channel28.rs ... ok
17702026-01-12T05:09:49.299Ztest tests/fail/bad_channel3.rs ... ok
17712026-01-12T05:09:49.299Ztest tests/fail/bad_channel4.rs ... ok
17722026-01-12T05:09:49.299Ztest tests/fail/bad_channel5.rs ... ok
17732026-01-12T05:09:49.299Ztest tests/fail/bad_channel6.rs ... ok
17742026-01-12T05:09:49.299Ztest tests/fail/bad_channel8.rs ... ok
17752026-01-12T05:09:49.299Ztest tests/fail/bad_channel9.rs ... ok
17762026-01-12T05:09:49.299Ztest tests/fail/bad_endpoint1.rs ... ok
17772026-01-12T05:09:49.299Ztest tests/fail/bad_endpoint10.rs ... ok
17782026-01-12T05:09:49.299Ztest tests/fail/bad_endpoint11.rs ... ok
17792026-01-12T05:09:49.299Ztest tests/fail/bad_endpoint12.rs ... ok
17802026-01-12T05:09:49.299Ztest tests/fail/bad_endpoint13.rs ... ok
17812026-01-12T05:09:49.299Ztest tests/fail/bad_endpoint14.rs ... ok
17822026-01-12T05:09:49.299Ztest tests/fail/bad_endpoint15.rs ... ok
17832026-01-12T05:09:49.299Ztest tests/fail/bad_endpoint16.rs ... ok
17842026-01-12T05:09:49.299Ztest tests/fail/bad_endpoint17.rs ... ok
17852026-01-12T05:09:49.299Ztest tests/fail/bad_endpoint18.rs ... ok
17862026-01-12T05:09:49.299Ztest tests/fail/bad_endpoint19.rs ... ok
17872026-01-12T05:09:49.299Ztest tests/fail/bad_endpoint2.rs ... ok
17882026-01-12T05:09:49.299Ztest tests/fail/bad_endpoint20.rs ... ok
17892026-01-12T05:09:49.299Ztest tests/fail/bad_endpoint21.rs ... ok
17902026-01-12T05:09:49.299Ztest tests/fail/bad_endpoint22.rs ... ok
17912026-01-12T05:09:49.299Ztest tests/fail/bad_endpoint23.rs ... ok
17922026-01-12T05:09:49.300Ztest tests/fail/bad_endpoint24.rs ... ok
17932026-01-12T05:09:49.300Ztest tests/fail/bad_endpoint25.rs ... ok
17942026-01-12T05:09:49.300Ztest tests/fail/bad_endpoint26.rs ... ok
17952026-01-12T05:09:49.300Ztest tests/fail/bad_endpoint27.rs ... ok
17962026-01-12T05:09:49.300Ztest tests/fail/bad_endpoint28.rs ... ok
17972026-01-12T05:09:49.300Ztest tests/fail/bad_endpoint3.rs ... ok
17982026-01-12T05:09:49.300Ztest tests/fail/bad_endpoint4.rs ... ok
17992026-01-12T05:09:49.300Ztest tests/fail/bad_endpoint5.rs ... ok
18002026-01-12T05:09:49.300Ztest tests/fail/bad_endpoint6.rs ... ok
18012026-01-12T05:09:49.300Ztest tests/fail/bad_endpoint7.rs ... ok
18022026-01-12T05:09:49.300Ztest tests/fail/bad_endpoint8.rs ... ok
18032026-01-12T05:09:49.300Ztest tests/fail/bad_endpoint9.rs ... ok
18042026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel10.rs ... ok
18052026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel11.rs ... ok
18062026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel12.rs ... ok
18072026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel13.rs ... ok
18082026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel14.rs ... ok
18092026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel15.rs ... ok
18102026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel17.rs ... ok
18112026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel18.rs ... ok
18122026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel19.rs ... ok
18132026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel1a.rs ... ok
18142026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel1b.rs ... ok
18152026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel2.rs ... ok
18162026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel20.rs ... ok
18172026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel21.rs ... ok
18182026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel22.rs ... ok
18192026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel23.rs ... ok
18202026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel24.rs ... ok
18212026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel25.rs ... ok
18222026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel26.rs ... ok
18232026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel28.rs ... ok
18242026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel3.rs ... ok
18252026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel4.rs ... ok
18262026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel5.rs ... ok
18272026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel6.rs ... ok
18282026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel8.rs ... ok
18292026-01-12T05:09:49.300Ztest tests/fail/bad_trait_channel9.rs ... ok
18302026-01-12T05:09:49.300Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18312026-01-12T05:09:49.300Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18322026-01-12T05:09:49.301Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18332026-01-12T05:09:49.301Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18342026-01-12T05:09:49.301Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18352026-01-12T05:09:49.301Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18362026-01-12T05:09:49.301Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18372026-01-12T05:09:49.301Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18382026-01-12T05:09:49.301Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18392026-01-12T05:09:49.301Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18402026-01-12T05:09:49.301Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18412026-01-12T05:09:49.301Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18422026-01-12T05:09:49.301Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18432026-01-12T05:09:49.301Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18442026-01-12T05:09:49.301Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18452026-01-12T05:09:49.301Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18462026-01-12T05:09:49.301Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18472026-01-12T05:09:49.301Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18482026-01-12T05:09:49.301Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18492026-01-12T05:09:49.304Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18502026-01-12T05:09:49.304Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18512026-01-12T05:09:49.304Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18522026-01-12T05:09:49.304Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18532026-01-12T05:09:49.305Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18542026-01-12T05:09:49.305Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18552026-01-12T05:09:49.305Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18562026-01-12T05:09:49.305Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18572026-01-12T05:09:49.305Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18582026-01-12T05:09:49.305Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18592026-01-12T05:09:49.305Ztest tests/fail/bad_trait_only1.rs ... ok
18602026-01-12T05:09:49.305Ztest tests/fail/bad_trait_only10.rs ... ok
18612026-01-12T05:09:49.305Ztest tests/fail/bad_trait_only11.rs ... ok
18622026-01-12T05:09:49.305Ztest tests/fail/bad_trait_only12.rs ... ok
18632026-01-12T05:09:49.305Ztest tests/fail/bad_trait_only13.rs ... ok
18642026-01-12T05:09:49.305Ztest tests/fail/bad_trait_only14.rs ... ok
18652026-01-12T05:09:49.305Ztest tests/fail/bad_trait_only15.rs ... ok
18662026-01-12T05:09:49.305Ztest tests/fail/bad_trait_only16.rs ... ok
18672026-01-12T05:09:49.305Ztest tests/fail/bad_trait_only17.rs ... ok
18682026-01-12T05:09:49.305Ztest tests/fail/bad_trait_only18.rs ... ok
18692026-01-12T05:09:49.305Ztest tests/fail/bad_trait_only19.rs ... ok
18702026-01-12T05:09:49.306Ztest tests/fail/bad_trait_only2.rs ... ok
18712026-01-12T05:09:49.306Ztest tests/fail/bad_trait_only20.rs ... ok
18722026-01-12T05:09:49.306Ztest tests/fail/bad_trait_only21.rs ... ok
18732026-01-12T05:09:49.306Ztest tests/fail/bad_trait_only22.rs ... ok
18742026-01-12T05:09:49.306Ztest tests/fail/bad_trait_only3.rs ... ok
18752026-01-12T05:09:49.306Ztest tests/fail/bad_trait_only4.rs ... ok
18762026-01-12T05:09:49.306Ztest tests/fail/bad_trait_only5.rs ... ok
18772026-01-12T05:09:49.306Ztest tests/fail/bad_trait_only6.rs ... ok
18782026-01-12T05:09:49.306Ztest tests/fail/bad_trait_only7.rs ... ok
18792026-01-12T05:09:49.306Ztest tests/fail/bad_trait_only8.rs ... ok
18802026-01-12T05:09:49.306Ztest tests/fail/bad_trait_only9.rs ... ok
18812026-01-12T05:09:49.306Ztest tests/fail/bad_version_backwards.rs ... ok
18822026-01-12T05:09:49.306Ztest tests/fail/unused_endpoint.rs ... ok
18832026-01-12T05:09:49.306Z
18842026-01-12T05:09:49.306Z
18852026-01-12T05:09:49.307Ztest fail ... ok
18862026-01-12T05:09:49.307Z
18872026-01-12T05:09:49.307Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 59.49s
18882026-01-12T05:09:49.307Z
18892026-01-12T05:09:49.307Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-621cb76543ed86ce`
18902026-01-12T05:09:49.310Z
18912026-01-12T05:09:49.310Zrunning 83 tests
18922026-01-12T05:09:49.313Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
18932026-01-12T05:09:49.313Ztest config::test_config_bad_bind_address_garbage ... ok
18942026-01-12T05:09:49.313Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
18952026-01-12T05:09:49.313Ztest config::test_config_bad_bind_address_port_too_small ... ok
18962026-01-12T05:09:49.313Ztest config::test_config_bad_bind_address_port_too_large ... ok
18972026-01-12T05:09:49.313Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
18982026-01-12T05:09:49.313Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
18992026-01-12T05:09:49.313Ztest api_trait::test_api_trait_with_complex_tags ... ok
19002026-01-12T05:09:49.313Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19012026-01-12T05:09:49.317Ztest config::test_valid_config_all_settings ... ok
19022026-01-12T05:09:49.317Ztest config::test_valid_config_basic ... ok
19032026-01-12T05:09:49.317Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-config_handler_task_mode_cancel.3036.2.log"
19042026-01-12T05:09:49.317Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-config_bind_address_http.3036.1.log"
19052026-01-12T05:09:49.317Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-config_bind_address_https.3036.0.log"
19062026-01-12T05:09:49.317Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-config_handler_task_mode_detached.3036.4.log"
19072026-01-12T05:09:49.317Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_unversioned_servers_with_versioned_routes.3036.5.log"
19082026-01-12T05:09:49.317Ztest config::test_valid_config_empty ... ok
19092026-01-12T05:09:49.317Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-config_bind_address_https_buffer.3036.6.log"
19102026-01-12T05:09:49.317Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-api_trait_basic.3036.3.log"
19112026-01-12T05:09:49.317Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19122026-01-12T05:09:49.320Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_enum_extractor_error.3036.7.log"
19132026-01-12T05:09:49.320Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_enum_user_error.3036.8.log"
19142026-01-12T05:09:49.320Ztest custom_errors::test_enum_extractor_error ... ok
19152026-01-12T05:09:49.320Ztest custom_errors::test_enum_user_error ... ok
19162026-01-12T05:09:49.320Ztest config::test_config_handler_task_mode_detached ... ok
19172026-01-12T05:09:49.320Ztest config::test_config_handler_task_mode_cancel ... ok
19182026-01-12T05:09:49.320Ztest api_trait::test_api_trait_basic ... ok
19192026-01-12T05:09:49.324Ztest custom_errors::test_trait_based_api ... ok
19202026-01-12T05:09:49.324Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_struct_extractor_error.3036.9.log"
19212026-01-12T05:09:49.324Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_struct_user_error.3036.10.log"
19222026-01-12T05:09:49.324Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_trait_enum_user_error.3036.11.log"
19232026-01-12T05:09:49.324Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_trait_struct_user_error.3036.12.log"
19242026-01-12T05:09:49.324Ztest config::test_config_bind_address_http ... ok
19252026-01-12T05:09:49.324Ztest custom_errors::test_struct_extractor_error ... ok
19262026-01-12T05:09:49.324Ztest custom_errors::test_struct_user_error ... ok
19272026-01-12T05:09:49.324Ztest custom_errors::test_trait_struct_user_error ... ok
19282026-01-12T05:09:49.325Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_302_bogus.3036.13.log"
19292026-01-12T05:09:49.325Ztest custom_errors::test_trait_enum_user_error ... ok
19302026-01-12T05:09:49.328Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_302_found.3036.14.log"
19312026-01-12T05:09:49.328Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_307_temporary_redirect.3036.15.log"
19322026-01-12T05:09:49.328Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_303_see_other.3036.16.log"
19332026-01-12T05:09:49.328Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_delete_request.3036.17.log"
19342026-01-12T05:09:49.328Ztest demo::test_302_bogus ... ok
19352026-01-12T05:09:49.328Ztest demo::test_307_temporary_redirect ... ok
19362026-01-12T05:09:49.328Ztest demo::test_302_found ... ok
19372026-01-12T05:09:49.328Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-demo1.3036.18.log"
19382026-01-12T05:09:49.328Ztest demo::test_303_see_other ... ok
19392026-01-12T05:09:49.328Ztest demo::test_delete_request ... ok
19402026-01-12T05:09:49.328Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-demo2json.3036.19.log"
19412026-01-12T05:09:49.328Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-demo2query.3036.21.log"
19422026-01-12T05:09:49.328Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-demo3json.3036.20.log"
19432026-01-12T05:09:49.331Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-demo2urlencoded.3036.22.log"
19442026-01-12T05:09:49.331Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-demo_path_param_string.3036.23.log"
19452026-01-12T05:09:49.331Ztest demo::test_demo1 ... ok
19462026-01-12T05:09:49.331Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-demo_path_param_u32.3036.24.log"
19472026-01-12T05:09:49.334Ztest demo::test_demo3json ... ok
19482026-01-12T05:09:49.334Ztest demo::test_demo2query ... ok
19492026-01-12T05:09:49.335Ztest demo::test_demo2json ... ok
19502026-01-12T05:09:49.336Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-demo_path_param_uuid.3036.25.log"
19512026-01-12T05:09:49.336Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-demo_websocket.3036.26.log"
19522026-01-12T05:09:49.336Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_header_request.3036.27.log"
19532026-01-12T05:09:49.336Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_head_request.3036.28.log"
19542026-01-12T05:09:49.336Ztest demo::test_demo_path_param_u32 ... ok
19552026-01-12T05:09:49.336Ztest demo::test_demo2urlencoded ... ok
19562026-01-12T05:09:49.339Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_large_typed_body.3036.29.log"
19572026-01-12T05:09:49.339Ztest demo::test_demo_path_param_uuid ... ok
19582026-01-12T05:09:49.340Ztest demo::test_demo_path_param_string ... ok
19592026-01-12T05:09:49.340Ztest demo::test_header_request ... ok
19602026-01-12T05:09:49.340Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-tet_raw_request.3036.30.log"
19612026-01-12T05:09:49.340Ztest demo::test_demo_websocket ... ok
19622026-01-12T05:09:49.340Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_request_compat.3036.31.log"
19632026-01-12T05:09:49.340Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_request_remote_addr.3036.32.log"
19642026-01-12T05:09:49.340Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_streaming_body.3036.33.log"
19652026-01-12T05:09:49.340Ztest demo::test_head_request ... ok
19662026-01-12T05:09:49.340Ztest demo::test_raw_request ... ok
19672026-01-12T05:09:49.340Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_untyped_body.3036.34.log"
19682026-01-12T05:09:49.340Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-graceful_shutdown_with_detached_handler.3036.35.log"
19692026-01-12T05:09:49.340Ztest demo::test_large_typed_body ... ok
19702026-01-12T05:09:49.340Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-multipart_client.3036.36.log"
19712026-01-12T05:09:49.343Ztest demo::test_request_compat ... ok
19722026-01-12T05:09:49.343Ztest demo::test_request_remote_addr ... ok
19732026-01-12T05:09:49.343Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-multipart_client.3036.37.log"
19742026-01-12T05:09:49.343Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-multipart_client.3036.38.log"
19752026-01-12T05:09:49.343Ztest multipart::missing_boundary ... ok
19762026-01-12T05:09:49.343Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-multipart_client.3036.39.log"
19772026-01-12T05:09:49.343Ztest demo::test_streaming_body ... ok
19782026-01-12T05:09:49.343Ztest multipart::no_content_type ... ok
19792026-01-12T05:09:49.343Ztest multipart::test_multipart_client ... ok
19802026-01-12T05:09:49.343Ztest multipart::weird_content_type ... ok
19812026-01-12T05:09:49.346Ztest demo::test_untyped_body ... ok
19822026-01-12T05:09:49.346Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-pagination-basic.3036.40.log"
19832026-01-12T05:09:49.346Ztest config::test_config_bind_address_https ... ok
19842026-01-12T05:09:49.346Ztest openapi::test_openapi_custom_error_types ... ok
19852026-01-12T05:09:49.346Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
19862026-01-12T05:09:49.346Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-pagination-multiple-resources.3036.41.log"
19872026-01-12T05:09:49.346Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-pagination-multiple-sorts.3036.42.log"
19882026-01-12T05:09:49.346Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-basic.3036.43.log"
19892026-01-12T05:09:49.375Ztest openapi::test_openapi ... ok
19902026-01-12T05:09:49.378Ztest openapi::test_openapi_fuller ... ok
19912026-01-12T05:09:49.378Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-dictionary.3036.44.log"
19922026-01-12T05:09:49.378Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-empty.3036.45.log"
19932026-01-12T05:09:49.381Ztest pagination::test_paginate_empty ... ok
19942026-01-12T05:09:49.384Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-errors.3036.46.log"
19952026-01-12T05:09:49.387Ztest pagination::test_paginate_errors ... ok
19962026-01-12T05:09:49.388Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-extra_params.3036.47.log"
19972026-01-12T05:09:49.390Ztest pagination::test_paginate_extra_params ... ok
19982026-01-12T05:09:49.390Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-required_params.3036.48.log"
19992026-01-12T05:09:49.393Ztest pagination::test_paginate_with_required_params ... ok
20002026-01-12T05:09:49.393Ztest pagination_schema::test_pagination_schema ... ok
20012026-01-12T05:09:49.393Ztest path_names::test_path_names ... ok
20022026-01-12T05:09:49.393Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_no_tls.3036.49.log"
20032026-01-12T05:09:49.394Ztest starter::test_no_tls ... ok
20042026-01-12T05:09:49.394Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_with_tls.3036.50.log"
20052026-01-12T05:09:49.415Ztest pagination::test_paginate_basic ... ok
20062026-01-12T05:09:49.418Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-non_streaming_servers_do_not_use_transfer_encoding.3036.51.log"
20072026-01-12T05:09:49.418Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
20082026-01-12T05:09:49.418Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-streaming_server_buffered_client.3036.52.log"
20092026-01-12T05:09:49.437Ztest streaming::test_streaming_server_buffered_client ... ok
20102026-01-12T05:09:49.440Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-streaming_server_streaming_client.3036.53.log"
20112026-01-12T05:09:49.455Ztest streaming::test_streaming_server_streaming_client ... ok
20122026-01-12T05:09:49.458Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_server_is_http.3036.54.log"
20132026-01-12T05:09:49.458Ztest tls::test_server_is_http ... ok
20142026-01-12T05:09:49.458Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_server_is_https.3036.55.log"
20152026-01-12T05:09:49.716Ztest starter::test_with_tls ... ok
20162026-01-12T05:09:49.719Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_tls_aborted_negotiation.3036.56.log"
20172026-01-12T05:09:49.770Ztest tls::test_server_is_https ... ok
20182026-01-12T05:09:49.773Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_tls_certificate_loading.3036.57.log"
20192026-01-12T05:09:50.091Ztest tls::test_tls_certificate_loading ... ok
20202026-01-12T05:09:50.094Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_tls_only.3036.58.log"
20212026-01-12T05:09:50.329Ztest tls::test_tls_aborted_negotiation ... ok
20222026-01-12T05:09:50.332Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_tls_refresh_certificates.3036.59.log"
20232026-01-12T05:09:50.371Ztest tls::test_tls_refresh_certificates ... ok
20242026-01-12T05:09:50.374Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_versions.3036.60.log"
20252026-01-12T05:09:50.401Ztest tls::test_tls_only ... ok
20262026-01-12T05:09:50.404Znote: configured to log to "/tmp/integration_tests-621cb76543ed86ce-test_versions_on_missing.3036.61.log"
20272026-01-12T05:09:50.453Ztest versions::test_versions ... ok
20282026-01-12T05:09:50.456Ztest versions::test_versions_openapi ... ok
20292026-01-12T05:09:50.459Ztest versions::test_versions_openapi_same_names ... ok
20302026-01-12T05:09:50.471Ztest versions::test_versions_on_missing ... ok
20312026-01-12T05:09:50.490Ztest pagination::test_example_basic ... ok
20322026-01-12T05:09:50.504Ztest config::test_config_bind_address_https_buffer ... ok
20332026-01-12T05:09:50.598Ztest pagination::test_paginate_dictionary ... ok
20342026-01-12T05:09:51.342Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
20352026-01-12T05:09:52.875Ztest pagination::test_example_multiple_sorts ... ok
20362026-01-12T05:09:53.272Ztest pagination::test_example_multiple_resources ... ok
20372026-01-12T05:09:53.272Z
20382026-01-12T05:09:53.272Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.96s
20392026-01-12T05:09:53.272Z
20402026-01-12T05:09:53.281Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-1f9f2c1dbe3b6a03`
20412026-01-12T05:09:53.286Z
20422026-01-12T05:09:53.286Zrunning 35 tests
20432026-01-12T05:09:53.293Ztest channel::tests::test_channel_operation_id ... ok
20442026-01-12T05:09:53.293Ztest channel::tests::test_channel_with_versions ... ok
20452026-01-12T05:09:53.296Ztest channel::tests::test_channel_with_unnamed_params ... ok
20462026-01-12T05:09:53.296Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
20472026-01-12T05:09:53.296Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
20482026-01-12T05:09:53.296Ztest endpoint::tests::test_endpoint_bad_string ... ok
20492026-01-12T05:09:53.296Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
20502026-01-12T05:09:53.296Ztest doc::tests::test_extract_summary_description ... ok
20512026-01-12T05:09:53.298Ztest endpoint::tests::test_endpoint_bad_versions ... ok
20522026-01-12T05:09:53.298Ztest endpoint::tests::test_endpoint_invalid_item ... ok
20532026-01-12T05:09:53.298Ztest endpoint::tests::test_endpoint_no_arguments ... ok
20542026-01-12T05:09:53.298Ztest channel::tests::test_channel_with_custom_params ... ok
20552026-01-12T05:09:53.298Ztest endpoint::tests::test_endpoint_not_async ... ok
20562026-01-12T05:09:53.298Ztest endpoint::tests::test_endpoint_basic ... ok
20572026-01-12T05:09:53.301Ztest endpoint::tests::test_endpoint_content_type ... ok
20582026-01-12T05:09:53.301Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
20592026-01-12T05:09:53.301Ztest api_trait::tests::test_api_trait_operation_id ... ok
20602026-01-12T05:09:53.301Ztest api_trait::tests::test_api_trait_basic ... ok
20612026-01-12T05:09:53.301Ztest endpoint::tests::test_endpoint_pub_crate ... ok
20622026-01-12T05:09:53.302Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
20632026-01-12T05:09:53.302Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
20642026-01-12T05:09:53.302Ztest endpoint::tests::test_endpoint_with_doc ... ok
20652026-01-12T05:09:53.302Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
20662026-01-12T05:09:53.302Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
20672026-01-12T05:09:53.302Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
20682026-01-12T05:09:53.302Ztest endpoint::tests::test_endpoint_with_query ... ok
20692026-01-12T05:09:53.302Ztest endpoint::tests::test_endpoint_with_tags ... ok
20702026-01-12T05:09:53.302Ztest syn_parsing::tests::test_busted_function ... ok
20712026-01-12T05:09:53.302Ztest params::tests::test_extract_rqctx_ty_param ... ok
20722026-01-12T05:09:53.305Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
20732026-01-12T05:09:53.305Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
20742026-01-12T05:09:53.305Ztest endpoint::tests::test_operation_id ... ok
20752026-01-12T05:09:53.305Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
20762026-01-12T05:09:53.308Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
20772026-01-12T05:09:53.308Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
20782026-01-12T05:09:53.308Z
20792026-01-12T05:09:53.309Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
20802026-01-12T05:09:53.309Z
20812026-01-12T05:09:53.312Z Doc-tests dropshot
20822026-01-12T05:09:53.312Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-47f2d2ceda1dbe29.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4c6d797eed760466.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c2b5b4bffa035c15.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-868a9ce66f67199e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1b5210173f498dd0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ce999eccccd7287b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5b370851aa9062dc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-700d3143c5c5cefb.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8f677b61d7ceced4.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-265fed2700cac4e1.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-c7d3079d90915d3e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-5c7cf1ed41e84098.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-b77773eebe83d094.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-3bdc5a9bc5fbda11.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-058854d211e11fc7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-12fa44e04a0814d5.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d4024fbfc5d87dd3.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ad470e34ba46c424.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-373e948815e35a7a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a58d8ab2c3840a45.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cf9cce912f39e8a8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-82a0222c6679d17d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-fc065a56e53b8b34.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9bb4d01feb9e02dc.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fc8e4da69f4be3ca.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5101c9a649b56b11.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6166cd963b63a104.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7b6fecd9238d7724.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5d72d5c77b774a32.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-83458c60e380f77d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3d97b14ed6f34b40.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b50c8218c316143d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b989ab2d3813563a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-587f5405892d0096.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-09c76aee93c3ee63.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --error-format human`
20832026-01-12T05:09:53.816Z
20842026-01-12T05:09:53.816Zrunning 23 tests
20852026-01-12T05:09:55.907Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
20862026-01-12T05:09:55.907Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
20872026-01-12T05:09:55.908Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
20882026-01-12T05:09:55.911Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
20892026-01-12T05:10:01.115Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
20902026-01-12T05:10:01.115Ztest dropshot/src/lib.rs - (line 334) ... ignored
20912026-01-12T05:10:01.207Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
20922026-01-12T05:10:01.327Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 374) ... ok
20932026-01-12T05:10:01.449Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 349) ... ok
20942026-01-12T05:10:01.461Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
20952026-01-12T05:10:01.796Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
20962026-01-12T05:10:01.904Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
20972026-01-12T05:10:01.904Ztest dropshot/src/lib.rs - channel (line 1181) ... ignored
20982026-01-12T05:10:01.904Ztest dropshot/src/lib.rs - endpoint (line 1226) ... ignored
20992026-01-12T05:10:03.238Ztest dropshot/src/lib.rs - (line 398) ... ok
21002026-01-12T05:10:03.491Ztest dropshot/src/lib.rs - api_description (line 1046) ... ok
21012026-01-12T05:10:03.712Ztest dropshot/src/lib.rs - (line 661) ... ok
21022026-01-12T05:10:03.895Ztest dropshot/src/lib.rs - api_description (line 1107) ... ok
21032026-01-12T05:10:03.925Ztest dropshot/src/lib.rs - (line 110) ... ok
21042026-01-12T05:10:03.928Ztest dropshot/src/lib.rs - (line 189) ... ok
21052026-01-12T05:10:04.921Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
21062026-01-12T05:10:07.542Ztest dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok
21072026-01-12T05:10:08.663Ztest dropshot/src/lib.rs - (line 497) ... ok
21082026-01-12T05:10:08.663Z
21092026-01-12T05:10:08.663Ztest result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 14.85s
21102026-01-12T05:10:08.663Z
21112026-01-12T05:10:08.690Z Doc-tests dropshot_endpoint
21122026-01-12T05:10:08.694Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-aa15c50f7ebf9ba8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44a7c643ac005b2f.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-86e41ea74570e15a.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-8e9e26fa2d5f0c8e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d218ed60daceb981.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0b4af5207a4d893b.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-5b1ff04ee06dd66c.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f3a5284f829fb4ea.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-8656128ec653b4aa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e64d0c153214ba4a.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
21132026-01-12T05:10:08.905Z
21142026-01-12T05:10:08.905Zrunning 0 tests
21152026-01-12T05:10:08.905Z
21162026-01-12T05:10:08.905Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21172026-01-12T05:10:08.905Z
21182026-01-12T05:10:08.937Z
21192026-01-12T05:10:08.937Zreal 2:55.045983389
21202026-01-12T05:10:08.937Zuser 15:28.853908958
21212026-01-12T05:10:08.937Zsys 2:27.233489620
21222026-01-12T05:10:08.937Ztrap 0.764040877
21232026-01-12T05:10:08.938Ztflt 0.314773100
21242026-01-12T05:10:08.938Zdflt 0.174095838
21252026-01-12T05:10:08.941Zkflt 0.000112845
21262026-01-12T05:10:08.941Zlock 47:18.280114939
21272026-01-12T05:10:08.941Zslp 1:17:00.185363140
21282026-01-12T05:10:08.941Zlat 52.988640521
21292026-01-12T05:10:08.941Zstop 1:21.849388520
21302026-01-12T05:10:08.941Z+ banner docs
21312026-01-12T05:10:08.941Z
21322026-01-12T05:10:08.941Z ##### #### #### ####
21332026-01-12T05:10:08.941Z # # # # # # #
21342026-01-12T05:10:08.941Z # # # # # ####
21352026-01-12T05:10:08.941Z # # # # # #
21362026-01-12T05:10:08.941Z # # # # # # # #
21372026-01-12T05:10:08.941Z ##### #### #### ####
21382026-01-12T05:10:08.941Z
21392026-01-12T05:10:08.941Z+ ptime -m cargo doc --no-deps --lib --bins --examples
21402026-01-12T05:10:09.307Z Compiling proc-macro2 v1.0.105
21412026-01-12T05:10:09.307Z Compiling unicode-ident v1.0.12
21422026-01-12T05:10:09.310Z Checking cfg-if v1.0.0
21432026-01-12T05:10:09.310Z Checking itoa v1.0.1
21442026-01-12T05:10:09.310Z Checking pin-project-lite v0.2.12
21452026-01-12T05:10:09.310Z Compiling quote v1.0.42
21462026-01-12T05:10:09.359Z Checking libc v0.2.179
21472026-01-12T05:10:09.362Z Checking serde_core v1.0.228
21482026-01-12T05:10:09.421Z Checking once_cell v1.20.1
21492026-01-12T05:10:09.439Z Checking smallvec v1.13.2
21502026-01-12T05:10:09.494Z Checking bytes v1.11.0
21512026-01-12T05:10:09.530Z Checking futures-core v0.3.31
21522026-01-12T05:10:09.574Z Checking memchr v2.6.0
21532026-01-12T05:10:09.729Z Checking scopeguard v1.2.0
21542026-01-12T05:10:09.732Z Checking futures-sink v0.3.31
21552026-01-12T05:10:09.799Z Checking slab v0.4.9
21562026-01-12T05:10:09.882Z Checking lock_api v0.4.6
21572026-01-12T05:10:09.893Z Checking futures-channel v0.3.31
21582026-01-12T05:10:10.062Z Checking log v0.4.17
21592026-01-12T05:10:10.270Z Checking zeroize v1.7.0
21602026-01-12T05:10:10.273Z Checking pin-utils v0.1.0
21612026-01-12T05:10:10.344Z Checking futures-task v0.3.31
21622026-01-12T05:10:10.364Z Checking futures-io v0.3.31
21632026-01-12T05:10:10.412Z Checking stable_deref_trait v1.2.0
21642026-01-12T05:10:10.480Z Checking http v1.4.0
21652026-01-12T05:10:10.506Z Checking rustls-pki-types v1.13.2
21662026-01-12T05:10:10.516Z Checking parking_lot_core v0.9.4
21672026-01-12T05:10:10.526Z Checking signal-hook-registry v1.4.0
21682026-01-12T05:10:10.547Z Checking getrandom v0.2.11
21692026-01-12T05:10:10.591Z Checking socket2 v0.6.0
21702026-01-12T05:10:10.822Z Checking mio v1.0.3
21712026-01-12T05:10:10.873Z Checking parking_lot v0.12.1
21722026-01-12T05:10:11.100Z Checking httparse v1.10.0
21732026-01-12T05:10:11.129Z Checking tracing-core v0.1.32
21742026-01-12T05:10:11.242Z Compiling syn v2.0.113
21752026-01-12T05:10:11.254Z Checking hashbrown v0.16.1
21762026-01-12T05:10:11.359Z Checking equivalent v1.0.0
21772026-01-12T05:10:11.463Z Checking untrusted v0.9.0
21782026-01-12T05:10:11.485Z Checking atomic-waker v1.1.2
21792026-01-12T05:10:11.509Z Checking bitflags v2.4.0
21802026-01-12T05:10:11.634Z Checking percent-encoding v2.3.2
21812026-01-12T05:10:11.650Z Checking ring v0.17.13
21822026-01-12T05:10:11.791Z Checking writeable v0.5.5
21832026-01-12T05:10:11.801Z Checking tracing v0.1.40
21842026-01-12T05:10:11.861Z Checking litemap v0.7.4
21852026-01-12T05:10:11.865Z Checking http-body v1.0.1
21862026-01-12T05:10:12.087Z Checking try-lock v0.2.3
21872026-01-12T05:10:12.115Z Checking fnv v1.0.7
21882026-01-12T05:10:12.124Z Checking typenum v1.14.0
21892026-01-12T05:10:12.218Z Checking zmij v1.0.2
21902026-01-12T05:10:12.229Z Checking want v0.3.0
21912026-01-12T05:10:12.248Z Compiling time-core v0.1.2
21922026-01-12T05:10:12.283Z Compiling num-conv v0.1.0
21932026-01-12T05:10:12.424Z Checking subtle v2.5.0
21942026-01-12T05:10:12.433Z Checking tower-layer v0.3.3
21952026-01-12T05:10:12.455Z Checking base64 v0.22.1
21962026-01-12T05:10:12.560Z Checking httpdate v1.0.1
21972026-01-12T05:10:12.662Z Checking tower-service v0.3.3
21982026-01-12T05:10:12.702Z Checking powerfmt v0.2.0
21992026-01-12T05:10:12.800Z Compiling time-macros v0.2.18
22002026-01-12T05:10:12.810Z Checking crossbeam-utils v0.8.15
22012026-01-12T05:10:12.987Z Checking deranged v0.3.11
22022026-01-12T05:10:13.124Z Checking icu_locid_transform_data v1.5.0
22032026-01-12T05:10:13.231Z Checking num_threads v0.1.3
22042026-01-12T05:10:13.250Z Checking generic-array v0.14.5
22052026-01-12T05:10:13.410Z Checking getrandom v0.3.1
22062026-01-12T05:10:13.527Z Checking indexmap v2.12.1
22072026-01-12T05:10:13.593Z Checking serde_json v1.0.149
22082026-01-12T05:10:13.627Z Checking icu_properties_data v1.5.0
22092026-01-12T05:10:13.882Z Checking ipnet v2.10.0
22102026-01-12T05:10:14.003Z Checking rustls-webpki v0.102.8
22112026-01-12T05:10:14.334Z Checking form_urlencoded v1.2.2
22122026-01-12T05:10:14.356Z Checking mime v0.3.16
22132026-01-12T05:10:14.395Z Checking crypto-common v0.1.6
22142026-01-12T05:10:14.552Z Checking block-buffer v0.10.2
22152026-01-12T05:10:14.584Z Checking icu_normalizer_data v1.5.0
22162026-01-12T05:10:14.669Z Checking utf8_iter v1.0.4
22172026-01-12T05:10:14.694Z Checking foreign-types-shared v0.1.1
22182026-01-12T05:10:14.769Z Checking write16 v1.0.0
22192026-01-12T05:10:14.791Z Checking utf16_iter v1.0.5
22202026-01-12T05:10:14.821Z Checking openssl-probe v0.1.4
22212026-01-12T05:10:14.885Z Checking foreign-types v0.3.2
22222026-01-12T05:10:14.910Z Checking digest v0.10.7
22232026-01-12T05:10:14.919Z Checking num-traits v0.2.14
22242026-01-12T05:10:14.971Z Checking openssl-sys v0.9.107
22252026-01-12T05:10:14.981Z Checking rand_core v0.6.3
22262026-01-12T05:10:14.998Z Checking errno v0.3.10
22272026-01-12T05:10:15.163Z Checking winnow v0.7.13
22282026-01-12T05:10:15.182Z Checking iana-time-zone v0.1.47
22292026-01-12T05:10:15.235Z Checking cpufeatures v0.2.2
22302026-01-12T05:10:15.280Z Checking ppv-lite86 v0.2.15
22312026-01-12T05:10:15.328Z Checking sha1 v0.10.6
22322026-01-12T05:10:15.339Z Checking ryu v1.0.5
22332026-01-12T05:10:15.383Z Checking time v0.3.36
22342026-01-12T05:10:15.590Z Checking rustls v0.22.4
22352026-01-12T05:10:15.608Z Compiling unicase v2.6.0
22362026-01-12T05:10:15.967Z Checking toml_datetime v0.7.5+spec-1.1.0
22372026-01-12T05:10:15.988Z Checking rand_chacha v0.3.1
22382026-01-12T05:10:16.115Z Checking serde_spanned v1.0.4
22392026-01-12T05:10:16.224Z Checking http-body-util v0.1.3
22402026-01-12T05:10:16.336Z Checking rustls-pemfile v2.2.0
22412026-01-12T05:10:16.354Z Checking thread_local v1.1.4
22422026-01-12T05:10:16.370Z Checking encoding_rs v0.8.32
22432026-01-12T05:10:16.573Z Checking toml_writer v1.0.6+spec-1.1.0
22442026-01-12T05:10:16.627Z Checking match_cfg v0.1.0
22452026-01-12T05:10:16.669Z Checking rand v0.8.4
22462026-01-12T05:10:16.725Z Checking hostname v0.3.1
22472026-01-12T05:10:16.873Z Compiling mime_guess v2.0.5
22482026-01-12T05:10:16.929Z Checking rustix v1.1.3
22492026-01-12T05:10:17.191Z Checking rustls v0.23.13
22502026-01-12T05:10:17.907Z Checking uuid v1.19.0
22512026-01-12T05:10:17.918Z Checking concurrent-queue v2.5.0
22522026-01-12T05:10:17.986Z Checking toml_parser v1.0.6+spec-1.1.0
22532026-01-12T05:10:18.265Z Checking crossbeam-channel v0.5.1
22542026-01-12T05:10:18.525Z Checking is-terminal v0.4.12
22552026-01-12T05:10:18.528Z Checking sync_wrapper v1.0.1
22562026-01-12T05:10:18.666Z Compiling synstructure v0.13.1
22572026-01-12T05:10:18.669Z Compiling serde_derive_internals v0.29.0
22582026-01-12T05:10:18.700Z Compiling dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
22592026-01-12T05:10:18.729Z Checking toml v0.9.10+spec-1.1.0
22602026-01-12T05:10:18.987Z Checking spin v0.9.8
22612026-01-12T05:10:19.091Z Checking dyn-clone v1.0.4
22622026-01-12T05:10:19.125Z Checking fastrand v2.1.1
22632026-01-12T05:10:19.169Z Checking semver v1.0.27
22642026-01-12T05:10:19.224Z Checking take_mut v0.2.2
22652026-01-12T05:10:19.388Z Checking parking v2.2.0
22662026-01-12T05:10:19.465Z Checking term v1.1.0
22672026-01-12T05:10:19.591Z Checking event-listener v5.0.0
22682026-01-12T05:10:19.876Z Checking tempfile v3.24.0
22692026-01-12T05:10:20.011Z Checking camino v1.2.2
22702026-01-12T05:10:20.022Z Checking rustix v0.38.44
22712026-01-12T05:10:20.213Z Checking serde_path_to_error v0.1.20
22722026-01-12T05:10:20.271Z Checking waitgroup v0.1.2
22732026-01-12T05:10:20.423Z Checking webpki-roots v0.26.5
22742026-01-12T05:10:20.482Z Checking hostname v0.4.2
22752026-01-12T05:10:20.577Z Checking iri-string v0.7.8
22762026-01-12T05:10:20.588Z Checking debug-ignore v1.0.5
22772026-01-12T05:10:20.631Z Checking utf-8 v0.7.6
22782026-01-12T05:10:20.667Z Checking byteorder v1.4.3
22792026-01-12T05:10:20.761Z Checking data-encoding v2.4.0
22802026-01-12T05:10:20.827Z Checking unicode-segmentation v1.10.0
22812026-01-12T05:10:20.854Z Checking unicode-width v0.1.9
22822026-01-12T05:10:21.027Z Checking lazy_static v1.5.0
22832026-01-12T05:10:21.170Z Checking console v0.15.7
22842026-01-12T05:10:21.325Z Checking event-listener-strategy v0.5.4
22852026-01-12T05:10:21.454Z Checking newline-converter v0.3.0
22862026-01-12T05:10:21.539Z Checking atomicwrites v0.4.4
22872026-01-12T05:10:21.548Z Checking target-triple v1.0.0
22882026-01-12T05:10:21.616Z Checking yasna v0.5.2
22892026-01-12T05:10:21.663Z Checking rustls-native-certs v0.7.0
22902026-01-12T05:10:21.748Z Checking pem v3.0.6
22912026-01-12T05:10:21.766Z Checking webpki-roots v1.0.0
22922026-01-12T05:10:21.818Z Checking termcolor v1.1.2
22932026-01-12T05:10:21.851Z Checking http-range v0.1.4
22942026-01-12T05:10:21.905Z Checking glob v0.3.0
22952026-01-12T05:10:21.970Z Checking similar v2.2.1
22962026-01-12T05:10:22.028Z Checking async-channel v2.5.0
22972026-01-12T05:10:22.041Z Checking anyhow v1.0.100
22982026-01-12T05:10:22.199Z Checking subprocess v0.2.13
22992026-01-12T05:10:22.221Z Checking buf-list v1.1.2
23002026-01-12T05:10:22.457Z Checking rcgen v0.14.6
23012026-01-12T05:10:22.516Z Checking heck v0.5.0
23022026-01-12T05:10:22.531Z Compiling serde_derive v1.0.228
23032026-01-12T05:10:22.561Z Compiling tokio-macros v2.6.0
23042026-01-12T05:10:22.701Z Compiling futures-macro v0.3.31
23052026-01-12T05:10:22.726Z Compiling zerofrom-derive v0.1.5
23062026-01-12T05:10:22.772Z Compiling yoke-derive v0.7.5
23072026-01-12T05:10:23.260Z Compiling zerovec-derive v0.10.3
23082026-01-12T05:10:23.364Z Compiling displaydoc v0.2.5
23092026-01-12T05:10:24.172Z Checking tokio v1.49.0
23102026-01-12T05:10:24.653Z Checking futures-util v0.3.31
23112026-01-12T05:10:24.934Z Compiling icu_provider_macros v1.5.0
23122026-01-12T05:10:25.166Z Compiling openssl-macros v0.1.1
23132026-01-12T05:10:25.579Z Checking zerofrom v0.1.5
23142026-01-12T05:10:25.725Z Compiling async-stream-impl v0.3.6
23152026-01-12T05:10:25.826Z Checking yoke v0.7.5
23162026-01-12T05:10:26.043Z Compiling schemars_derive v0.8.22
23172026-01-12T05:10:26.063Z Checking openssl v0.10.72
23182026-01-12T05:10:26.192Z Checking zerovec v0.10.4
23192026-01-12T05:10:26.610Z Compiling thiserror-impl v2.0.17
23202026-01-12T05:10:27.085Z Compiling thiserror-impl v1.0.69
23212026-01-12T05:10:27.789Z Checking tinystr v0.7.6
23222026-01-12T05:10:28.157Z Checking icu_locid v1.5.0
23232026-01-12T05:10:28.948Z Checking icu_collections v1.5.0
23242026-01-12T05:10:29.142Z Checking icu_provider v1.5.0
23252026-01-12T05:10:29.547Z Checking thiserror v2.0.17
23262026-01-12T05:10:29.557Z Checking serde v1.0.228
23272026-01-12T05:10:30.630Z Checking futures-executor v0.3.31
23282026-01-12T05:10:30.633Z Checking multer v3.1.0
23292026-01-12T05:10:30.633Z Checking icu_locid_transform v1.5.0
23302026-01-12T05:10:30.633Z Checking futures v0.3.31
23312026-01-12T05:10:30.633Z Checking thiserror v1.0.69
23322026-01-12T05:10:30.633Z Checking async-stream v0.3.6
23332026-01-12T05:10:30.633Z Compiling async-trait v0.1.89
23342026-01-12T05:10:30.633Z Checking tungstenite v0.24.0
23352026-01-12T05:10:30.633Z Checking expectorate v1.2.0
23362026-01-12T05:10:30.633Z Checking erased-serde v0.3.31
23372026-01-12T05:10:30.860Z Checking icu_properties v1.5.1
23382026-01-12T05:10:30.870Z Checking chrono v0.4.42
23392026-01-12T05:10:31.068Z Compiling serde_tokenstream v0.2.2
23402026-01-12T05:10:31.134Z Checking serde_urlencoded v0.7.1
23412026-01-12T05:10:31.331Z Checking native-tls v0.2.12
23422026-01-12T05:10:31.570Z Checking tokio-util v0.7.7
23432026-01-12T05:10:31.573Z Checking tokio-rustls v0.25.0
23442026-01-12T05:10:31.639Z Checking tokio-native-tls v0.3.1
23452026-01-12T05:10:31.649Z Checking slog v2.8.2
23462026-01-12T05:10:31.660Z Compiling dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23472026-01-12T05:10:31.911Z Checking tower v0.5.2
23482026-01-12T05:10:31.931Z Checking tokio-rustls v0.26.0
23492026-01-12T05:10:32.201Z Checking slog-json v2.6.1
23502026-01-12T05:10:32.297Z Checking slog-async v2.8.0
23512026-01-12T05:10:32.423Z Checking openapiv3 v2.2.0
23522026-01-12T05:10:32.434Z Checking h2 v0.4.6
23532026-01-12T05:10:32.488Z Checking slog-bunyan v2.5.0
23542026-01-12T05:10:32.623Z Checking tokio-tungstenite v0.24.0
23552026-01-12T05:10:32.678Z Checking trybuild v1.0.114
23562026-01-12T05:10:32.762Z Checking tower-http v0.6.8
23572026-01-12T05:10:32.986Z Checking schemars v0.8.22
23582026-01-12T05:10:33.107Z Checking slog-term v2.9.2
23592026-01-12T05:10:34.354Z Checking icu_normalizer v1.5.0
23602026-01-12T05:10:35.062Z Checking idna_adapter v1.2.0
23612026-01-12T05:10:35.268Z Checking idna v1.0.3
23622026-01-12T05:10:35.662Z Checking url v2.5.4
23632026-01-12T05:10:36.174Z Checking hyper v1.8.1
23642026-01-12T05:10:37.529Z Checking hyper-util v0.1.19
23652026-01-12T05:10:37.533Z Checking hyper-staticfile v0.10.1
23662026-01-12T05:10:38.555Z Documenting dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23672026-01-12T05:10:39.176Z Checking hyper-tls v0.6.0
23682026-01-12T05:10:39.176Z Checking hyper-rustls v0.27.3
23692026-01-12T05:10:39.179Z Checking hyper-rustls v0.26.0
23702026-01-12T05:10:39.179Z Documenting dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
23712026-01-12T05:10:39.475Z Checking reqwest v0.12.26
23722026-01-12T05:10:41.269Zwarning: unresolved link to `Query`
23732026-01-12T05:10:41.270Z --> dropshot/src/extractor/header.rs:27:29
23742026-01-12T05:10:41.270Z |
23752026-01-12T05:10:41.270Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23762026-01-12T05:10:41.270Z | ^^^^^ no item named `Query` in scope
23772026-01-12T05:10:41.270Z |
23782026-01-12T05:10:41.270Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23792026-01-12T05:10:41.270Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
23802026-01-12T05:10:41.270Z
23812026-01-12T05:10:41.273Zwarning: unresolved link to `Path`
23822026-01-12T05:10:41.273Z --> dropshot/src/extractor/header.rs:27:43
23832026-01-12T05:10:41.273Z |
23842026-01-12T05:10:41.273Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23852026-01-12T05:10:41.273Z | ^^^^ no item named `Path` in scope
23862026-01-12T05:10:41.273Z |
23872026-01-12T05:10:41.274Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23882026-01-12T05:10:41.274Z
23892026-01-12T05:10:41.656Zwarning: `dropshot` (lib doc) generated 2 warnings
23902026-01-12T05:10:48.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.49s
23912026-01-12T05:10:48.548Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
23922026-01-12T05:10:48.565Z
23932026-01-12T05:10:48.569Zreal 39.602494186
23942026-01-12T05:10:48.569Zuser 3:34.803402984
23952026-01-12T05:10:48.569Zsys 40.516134814
23962026-01-12T05:10:48.569Ztrap 0.141755031
23972026-01-12T05:10:48.569Ztflt 0.051641563
23982026-01-12T05:10:48.569Zdflt 0.043393617
23992026-01-12T05:10:48.570Zkflt 0.000024976
24002026-01-12T05:10:48.570Zlock 8:03.442607599
24012026-01-12T05:10:48.570Zslp 12:43.193132658
24022026-01-12T05:10:48.570Zlat 9.400220038
24032026-01-12T05:10:48.570Zstop 23.319676741
24042026-01-12T05:10:48.571Zprocess exited: duration 382535 ms, exit code 0
 
24052026-01-12T05:10:48.578Zfound 0 output files