01KCQHZCSJZVN2VHQVHH1R7HVA: build-and-test / illumos

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

Buildomat Job: 01KCQHZZ2RJ1QAWXCC26K6KPBV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-12-18T01:44:02.802Zjob assigned to worker 01KCQJ00AWEK1ZKVDMG65X6JFV [factory aws, i-091f53a6a0942319b] (queued for 58 s)
 
22025-12-18T01:44:11.031Zstarting task 0: "setup"
32025-12-18T01:44:11.036Z++ uname -s
42025-12-18T01:44:11.039Z+ kern=SunOS
52025-12-18T01:44:11.039Z+ build_user=build
62025-12-18T01:44:11.039Z+ build_uid=12345
72025-12-18T01:44:11.039Z+ work_dir=/work
82025-12-18T01:44:11.039Z+ input_dir=/input
92025-12-18T01:44:11.039Z+ [[ 0 == 12345 ]]
102025-12-18T01:44:11.039Z+ case "$kern" in
112025-12-18T01:44:11.039Z+ groupadd -g 12345 build
122025-12-18T01:44:11.042Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-12-18T01:44:13.048Z+ zfs create -o mountpoint=/work rpool/work
142025-12-18T01:44:13.166Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-12-18T01:44:13.170Z+ home_fs=zfs
162025-12-18T01:44:13.170Z+ [[ zfs == autofs ]]
172025-12-18T01:44:13.170Z+ mkdir -p /home/build
182025-12-18T01:44:13.173Z+ chown build:build /home/build /work
192025-12-18T01:44:14.173Z+ chmod 0700 /home/build /work
202025-12-18T01:44:14.176Zprocess exited: duration 3146 ms, exit code 0
 
212025-12-18T01:44:14.182Zstarting task 1: "rust-toolchain"
222025-12-18T01:44:14.187Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-12-18T01:44:14.187Z * rust toolchain channel = "stable"
242025-12-18T01:44:14.188Z * rust toolchain profile = "default"
252025-12-18T01:44:14.188Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-12-18T01:44:14.188Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-12-18T01:44:14.190Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-12-18T01:44:14.190Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-12-18T01:44:14.190Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-12-18T01:44:14.326Zinfo: downloading installer
312025-12-18T01:44:15.807Zwarn: It looks like you have an existing installation of Rust at:
322025-12-18T01:44:15.807Zwarn: /opt/ooce/bin
332025-12-18T01:44:15.807Zwarn: It is recommended that rustup be the primary Rust installation.
342025-12-18T01:44:15.807Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-12-18T01:44:15.807Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-12-18T01:44:15.807Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-12-18T01:44:15.807Zwarn: or pass `-y' to ignore all ignorable checks.
382025-12-18T01:44:15.807Zerror: cannot install while Rust is installed
392025-12-18T01:44:15.807Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-12-18T01:44:15.820Zinfo: profile set to 'default'
412025-12-18T01:44:15.820Zinfo: default host triple is x86_64-unknown-illumos
422025-12-18T01:44:15.823Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-12-18T01:44:16.007Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
442025-12-18T01:44:16.010Zinfo: downloading component 'cargo'
452025-12-18T01:44:17.182Zinfo: downloading component 'clippy'
462025-12-18T01:44:17.565Zinfo: downloading component 'rust-docs'
472025-12-18T01:44:19.311Zinfo: downloading component 'rust-std'
482025-12-18T01:44:21.546Zinfo: downloading component 'rustc'
492025-12-18T01:44:29.184Zinfo: downloading component 'rustfmt'
502025-12-18T01:44:29.456Zinfo: installing component 'cargo'
512025-12-18T01:44:30.359Zinfo: installing component 'clippy'
522025-12-18T01:44:30.746Zinfo: installing component 'rust-docs'
532025-12-18T01:44:32.670Zinfo: installing component 'rust-std'
542025-12-18T01:44:34.480Zinfo: installing component 'rustc'
552025-12-18T01:44:41.169Zinfo: installing component 'rustfmt'
562025-12-18T01:44:41.508Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-12-18T01:44:41.508Z
582025-12-18T01:44:42.007Z stable-x86_64-unknown-illumos installed - rustc 1.92.0 (ded5c06cf 2025-12-08)
592025-12-18T01:44:42.007Z
602025-12-18T01:44:42.012Z
612025-12-18T01:44:42.012ZRust is installed now. Great!
622025-12-18T01:44:42.012Z
632025-12-18T01:44:42.012ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-12-18T01:44:42.012Zenvironment variable. This has not been done automatically.
652025-12-18T01:44:42.012Z
662025-12-18T01:44:42.012ZTo configure your current shell, you need to source
672025-12-18T01:44:42.012Zthe corresponding env file under $HOME/.cargo.
682025-12-18T01:44:42.012Z
692025-12-18T01:44:42.012ZThis is usually done by running one of the following (note the leading DOT):
702025-12-18T01:44:42.012Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-12-18T01:44:42.012Zsource "$HOME/.cargo/env.fish" # For fish
722025-12-18T01:44:42.012Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-12-18T01:44:42.129Z+ rustup --version
742025-12-18T01:44:42.140Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-12-18T01:44:42.143Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-12-18T01:44:42.228Zinfo: The currently active `rustc` version is `rustc 1.92.0 (ded5c06cf 2025-12-08)`
772025-12-18T01:44:42.231Z+ cargo --version
782025-12-18T01:44:42.301Zcargo 1.92.0 (344c4567c 2025-10-21)
792025-12-18T01:44:42.304Z+ rustc --version
802025-12-18T01:44:42.379Zrustc 1.92.0 (ded5c06cf 2025-12-08)
812025-12-18T01:44:42.383Zprocess exited: duration 28195 ms, exit code 0
 
822025-12-18T01:44:42.390Zstarting task 2: "authentication"
832025-12-18T01:44:42.411Zprocess exited: duration 21 ms, exit code 0
 
842025-12-18T01:44:42.431Zstarting task 3: "clone repository"
852025-12-18T01:44:42.434Z+ mkdir -p /work/oxidecomputer/dropshot
862025-12-18T01:44:42.437Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
872025-12-18T01:44:42.479ZCloning into '/work/oxidecomputer/dropshot'...
882025-12-18T01:44:43.433Z+ cd /work/oxidecomputer/dropshot
892025-12-18T01:44:43.436Z+ git fetch origin 54bffe9500bbe05b44c8cd3a26809df73d7f09e5
902025-12-18T01:44:43.681ZFrom https://github.com/oxidecomputer/dropshot
912025-12-18T01:44:43.682Z * branch 54bffe9500bbe05b44c8cd3a26809df73d7f09e5 -> FETCH_HEAD
922025-12-18T01:44:43.690Z+ [[ -n renovate/rust-1.x ]]
932025-12-18T01:44:43.693Z++ git branch --show-current
942025-12-18T01:44:43.696Z+ current=main
952025-12-18T01:44:43.696Z+ [[ main != renovate/rust-1.x ]]
962025-12-18T01:44:43.696Z+ git branch -f renovate/rust-1.x 54bffe9500bbe05b44c8cd3a26809df73d7f09e5
972025-12-18T01:44:43.699Z+ git checkout -f renovate/rust-1.x
982025-12-18T01:44:43.720ZSwitched to branch 'renovate/rust-1.x'
992025-12-18T01:44:43.723Z+ git reset --hard 54bffe9500bbe05b44c8cd3a26809df73d7f09e5
1002025-12-18T01:44:43.741ZHEAD is now at 54bffe9 update fixtures
1012025-12-18T01:44:43.744Zprocess exited: duration 1313 ms, exit code 0
 
1022025-12-18T01:44:43.752Zstarting task 4: "build"
1032025-12-18T01:44:43.756Z+ cargo --version
1042025-12-18T01:44:43.762Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
1052025-12-18T01:44:43.937Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1062025-12-18T01:44:43.937Zinfo: downloading component 'cargo'
1072025-12-18T01:44:45.144Zinfo: downloading component 'clippy'
1082025-12-18T01:44:45.501Zinfo: downloading component 'rust-docs'
1092025-12-18T01:44:47.294Zinfo: downloading component 'rust-std'
1102025-12-18T01:44:49.151Zinfo: downloading component 'rustc'
1112025-12-18T01:44:55.528Zinfo: downloading component 'rustfmt'
1122025-12-18T01:44:55.806Zinfo: installing component 'cargo'
1132025-12-18T01:44:56.730Zinfo: installing component 'clippy'
1142025-12-18T01:44:57.126Zinfo: installing component 'rust-docs'
1152025-12-18T01:44:59.063Zinfo: installing component 'rust-std'
1162025-12-18T01:45:00.904Zinfo: installing component 'rustc'
1172025-12-18T01:45:07.572Zinfo: installing component 'rustfmt'
1182025-12-18T01:45:08.003Zcargo 1.92.0 (344c4567c 2025-10-21)
1192025-12-18T01:45:08.006Z+ rustc --version
1202025-12-18T01:45:08.090Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1212025-12-18T01:45:08.095Z+ banner build
1222025-12-18T01:45:08.098Z
1232025-12-18T01:45:08.098Z ##### # # # # #####
1242025-12-18T01:45:08.098Z # # # # # # # #
1252025-12-18T01:45:08.098Z ##### # # # # # #
1262025-12-18T01:45:08.098Z # # # # # # # #
1272025-12-18T01:45:08.098Z # # # # # # # #
1282025-12-18T01:45:08.098Z ##### #### # ###### #####
1292025-12-18T01:45:08.098Z
1302025-12-18T01:45:08.101Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1312025-12-18T01:45:08.253Z Updating crates.io index
1322025-12-18T01:45:09.747Z Downloading crates ...
1332025-12-18T01:45:09.841Z Downloaded fnv v1.0.7
1342025-12-18T01:45:09.844Z Downloaded take_mut v0.2.2
1352025-12-18T01:45:09.847Z Downloaded rustls-pki-types v1.13.1
1362025-12-18T01:45:09.850Z Downloaded futures-executor v0.3.31
1372025-12-18T01:45:09.854Z Downloaded proc-macro2 v1.0.103
1382025-12-18T01:45:09.857Z Downloaded rand_chacha v0.3.1
1392025-12-18T01:45:09.859Z Downloaded pretty-hex v0.4.1
1402025-12-18T01:45:09.860Z Downloaded once_cell v1.20.1
1412025-12-18T01:45:09.864Z Downloaded errno v0.3.10
1422025-12-18T01:45:09.864Z Downloaded rustc-hash v2.0.0
1432025-12-18T01:45:09.867Z Downloaded foreign-types-shared v0.1.1
1442025-12-18T01:45:09.867Z Downloaded heck v0.5.0
1452025-12-18T01:45:09.870Z Downloaded dtrace-parser v0.3.0
1462025-12-18T01:45:09.870Z Downloaded dof v0.4.0
1472025-12-18T01:45:09.873Z Downloaded autocfg v1.1.0
1482025-12-18T01:45:09.873Z Downloaded num_threads v0.1.3
1492025-12-18T01:45:09.876Z Downloaded http-body v1.0.1
1502025-12-18T01:45:09.876Z Downloaded percent-encoding v2.3.2
1512025-12-18T01:45:09.879Z Downloaded idna_adapter v1.2.0
1522025-12-18T01:45:09.879Z Downloaded mime v0.3.16
1532025-12-18T01:45:09.882Z Downloaded mime_guess v2.0.5
1542025-12-18T01:45:09.885Z Downloaded num-traits v0.2.14
1552025-12-18T01:45:09.888Z Downloaded icu_provider_macros v1.5.0
1562025-12-18T01:45:09.888Z Downloaded cpufeatures v0.2.2
1572025-12-18T01:45:09.891Z Downloaded block-buffer v0.10.2
1582025-12-18T01:45:09.891Z Downloaded debug-ignore v1.0.5
1592025-12-18T01:45:09.894Z Downloaded form_urlencoded v1.2.2
1602025-12-18T01:45:09.894Z Downloaded match_cfg v0.1.0
1612025-12-18T01:45:09.894Z Downloaded serde_spanned v1.0.3
1622025-12-18T01:45:09.897Z Downloaded httpdate v1.0.1
1632025-12-18T01:45:09.897Z Downloaded powerfmt v0.2.0
1642025-12-18T01:45:09.900Z Downloaded http-range v0.1.4
1652025-12-18T01:45:09.900Z Downloaded parking v2.2.0
1662025-12-18T01:45:09.903Z Downloaded hostname v0.4.2
1672025-12-18T01:45:09.906Z Downloaded futures-task v0.3.31
1682025-12-18T01:45:09.906Z Downloaded slog-term v2.9.2
1692025-12-18T01:45:09.911Z Downloaded futures-core v0.3.31
1702025-12-18T01:45:09.911Z Downloaded is-terminal v0.4.12
1712025-12-18T01:45:09.915Z Downloaded itoa v1.0.1
1722025-12-18T01:45:09.915Z Downloaded futures-io v0.3.31
1732025-12-18T01:45:09.915Z Downloaded fastrand v2.1.1
1742025-12-18T01:45:09.918Z Downloaded async-stream v0.3.6
1752025-12-18T01:45:09.920Z Downloaded atomic-waker v1.1.2
1762025-12-18T01:45:09.920Z Downloaded multer v3.1.0
1772025-12-18T01:45:09.924Z Downloaded plain v0.2.3
1782025-12-18T01:45:09.927Z Downloaded futures-macro v0.3.31
1792025-12-18T01:45:09.927Z Downloaded foreign-types v0.3.2
1802025-12-18T01:45:09.930Z Downloaded equivalent v1.0.0
1812025-12-18T01:45:09.930Z Downloaded cfg-if v1.0.0
1822025-12-18T01:45:09.934Z Downloaded slog-async v2.8.0
1832025-12-18T01:45:09.936Z Downloaded hyper-tls v0.6.0
1842025-12-18T01:45:09.939Z Downloaded event-listener-strategy v0.5.4
1852025-12-18T01:45:09.939Z Downloaded rustls-pemfile v2.2.0
1862025-12-18T01:45:09.942Z Downloaded shlex v1.3.0
1872025-12-18T01:45:09.945Z Downloaded target-triple v1.0.0
1882025-12-18T01:45:09.945Z Downloaded schema v0.1.0
1892025-12-18T01:45:09.949Z Downloaded crypto-common v0.1.6
1902025-12-18T01:45:09.949Z Downloaded pin-utils v0.1.0
1912025-12-18T01:45:09.949Z Downloaded openssl-probe v0.1.4
1922025-12-18T01:45:09.952Z Downloaded openssl-macros v0.1.1
1932025-12-18T01:45:09.952Z Downloaded lazy_static v1.5.0
1942025-12-18T01:45:09.955Z Downloaded num-conv v0.1.0
1952025-12-18T01:45:09.955Z Downloaded quinn v0.11.4
1962025-12-18T01:45:09.960Z Downloaded hostname v0.3.1
1972025-12-18T01:45:09.960Z Downloaded subtle v2.5.0
1982025-12-18T01:45:09.964Z Downloaded scopeguard v1.2.0
1992025-12-18T01:45:09.964Z Downloaded sha1 v0.10.6
2002025-12-18T01:45:09.964Z Downloaded time-core v0.1.2
2012025-12-18T01:45:09.968Z Downloaded generic-array v0.14.5
2022025-12-18T01:45:09.968Z Downloaded dyn-clone v1.0.4
2032025-12-18T01:45:09.971Z Downloaded schema-derive v0.1.0
2042025-12-18T01:45:09.971Z Downloaded atomicwrites v0.4.4
2052025-12-18T01:45:09.971Z Downloaded iana-time-zone v0.1.47
2062025-12-18T01:45:09.973Z Downloaded sync_wrapper v1.0.1
2072025-12-18T01:45:09.976Z Downloaded scroll_derive v0.13.1
2082025-12-18T01:45:09.976Z Downloaded byteorder v1.4.3
2092025-12-18T01:45:09.979Z Downloaded simple-mermaid v0.2.0
2102025-12-18T01:45:09.979Z Downloaded serde_urlencoded v0.7.1
2112025-12-18T01:45:09.982Z Downloaded http-body-util v0.1.3
2122025-12-18T01:45:09.985Z Downloaded stable_deref_trait v1.2.0
2132025-12-18T01:45:09.985Z Downloaded glob v0.3.0
2142025-12-18T01:45:09.985Z Downloaded native-tls v0.2.12
2152025-12-18T01:45:09.988Z Downloaded futures-sink v0.3.31
2162025-12-18T01:45:09.991Z Downloaded deranged v0.3.11
2172025-12-18T01:45:09.991Z Downloaded tinyvec_macros v0.1.0
2182025-12-18T01:45:09.991Z Downloaded thread_local v1.1.4
2192025-12-18T01:45:09.994Z Downloaded thread-id v5.0.0
2202025-12-18T01:45:09.994Z Downloaded concurrent-queue v2.5.0
2212025-12-18T01:45:09.997Z Downloaded async-trait v0.1.89
2222025-12-18T01:45:10.000Z Downloaded erased-serde v0.3.31
2232025-12-18T01:45:10.003Z Downloaded icu_locid_transform v1.5.0
2242025-12-18T01:45:10.005Z Downloaded slab v0.4.9
2252025-12-18T01:45:10.008Z Downloaded async-channel v2.5.0
2262025-12-18T01:45:10.008Z Downloaded buf-list v1.1.2
2272025-12-18T01:45:10.011Z Downloaded serde_path_to_error v0.1.20
2282025-12-18T01:45:10.014Z Downloaded tower-layer v0.3.3
2292025-12-18T01:45:10.014Z Downloaded quinn-udp v0.5.5
2302025-12-18T01:45:10.016Z Downloaded scroll v0.13.0
2312025-12-18T01:45:10.016Z Downloaded pem v3.0.6
2322025-12-18T01:45:10.020Z Downloaded schemars_derive v0.8.22
2332025-12-18T01:45:10.020Z Downloaded tower-service v0.3.3
2342025-12-18T01:45:10.023Z Downloaded try-lock v0.2.3
2352025-12-18T01:45:10.023Z Downloaded lock_api v0.4.6
2362025-12-18T01:45:10.023Z Downloaded digest v0.10.7
2372025-12-18T01:45:10.026Z Downloaded data-encoding v2.4.0
2382025-12-18T01:45:10.026Z Downloaded utf8_iter v1.0.4
2392025-12-18T01:45:10.029Z Downloaded usdt-attr-macro v0.6.0
2402025-12-18T01:45:10.029Z Downloaded smallvec v1.13.2
2412025-12-18T01:45:10.029Z Downloaded paste v1.0.15
2422025-12-18T01:45:10.032Z Downloaded async-stream-impl v0.3.6
2432025-12-18T01:45:10.035Z Downloaded slog-bunyan v2.5.0
2442025-12-18T01:45:10.035Z Downloaded synstructure v0.13.1
2452025-12-18T01:45:10.038Z Downloaded usdt v0.6.0
2462025-12-18T01:45:10.038Z Downloaded serde_tokenstream v0.2.2
2472025-12-18T01:45:10.041Z Downloaded ppv-lite86 v0.2.15
2482025-12-18T01:45:10.041Z Downloaded pin-project-lite v0.2.12
2492025-12-18T01:45:10.044Z Downloaded untrusted v0.9.0
2502025-12-18T01:45:10.047Z Downloaded tokio-macros v2.6.0
2512025-12-18T01:45:10.047Z Downloaded termcolor v1.1.2
2522025-12-18T01:45:10.051Z Downloaded serde_derive_internals v0.29.0
2532025-12-18T01:45:10.054Z Downloaded parking_lot_core v0.9.4
2542025-12-18T01:45:10.054Z Downloaded rustls-native-certs v0.7.0
2552025-12-18T01:45:10.057Z Downloaded thiserror-impl v2.0.17
2562025-12-18T01:45:10.057Z Downloaded version_check v0.9.5
2572025-12-18T01:45:10.060Z Downloaded crossbeam-utils v0.8.15
2582025-12-18T01:45:10.063Z Downloaded thiserror v1.0.69
2592025-12-18T01:45:10.066Z Downloaded utf-8 v0.7.6
2602025-12-18T01:45:10.069Z Downloaded toml_datetime v0.7.3
2612025-12-18T01:45:10.069Z Downloaded console v0.15.7
2622025-12-18T01:45:10.072Z Downloaded yoke-derive v0.7.5
2632025-12-18T01:45:10.075Z Downloaded icu_locid_transform_data v1.5.0
2642025-12-18T01:45:10.075Z Downloaded time-macros v0.2.18
2652025-12-18T01:45:10.078Z Downloaded zerofrom v0.1.5
2662025-12-18T01:45:10.079Z Downloaded zerofrom-derive v0.1.5
2672025-12-18T01:45:10.081Z Downloaded tokio-rustls v0.25.0
2682025-12-18T01:45:10.081Z Downloaded spin v0.9.8
2692025-12-18T01:45:10.084Z Downloaded tokio-tungstenite v0.24.0
2702025-12-18T01:45:10.087Z Downloaded write16 v1.0.0
2712025-12-18T01:45:10.087Z Downloaded rustversion v1.0.22
2722025-12-18T01:45:10.090Z Downloaded parking_lot v0.12.1
2732025-12-18T01:45:10.093Z Downloaded toml_writer v1.0.4
2742025-12-18T01:45:10.093Z Downloaded signal-hook-registry v1.4.0
2752025-12-18T01:45:10.096Z Downloaded term v1.1.0
2762025-12-18T01:45:10.099Z Downloaded unicode-width v0.1.9
2772025-12-18T01:45:10.099Z Downloaded socket2 v0.6.0
2782025-12-18T01:45:10.102Z Downloaded tempfile v3.23.0
2792025-12-18T01:45:10.105Z Downloaded subprocess v0.2.9
2802025-12-18T01:45:10.107Z Downloaded sha2 v0.10.8
2812025-12-18T01:45:10.107Z Downloaded semver v1.0.27
2822025-12-18T01:45:10.110Z Downloaded pest_meta v2.8.1
2832025-12-18T01:45:10.113Z Downloaded pest_derive v2.8.1
2842025-12-18T01:45:10.116Z Downloaded hyper-staticfile v0.10.1
2852025-12-18T01:45:10.116Z Downloaded thiserror v2.0.17
2862025-12-18T01:45:10.121Z Downloaded writeable v0.5.5
2872025-12-18T01:45:10.123Z Downloaded icu_provider v1.5.0
2882025-12-18T01:45:10.126Z Downloaded hyper-rustls v0.26.0
2892025-12-18T01:45:10.129Z Downloaded usdt-impl v0.6.0
2902025-12-18T01:45:10.129Z Downloaded icu_normalizer v1.5.0
2912025-12-18T01:45:11.135Z Downloaded zeroize v1.7.0
2922025-12-18T01:45:11.139Z Downloaded yoke v0.7.5
2932025-12-18T01:45:11.139Z Downloaded utf16_iter v1.0.5
2942025-12-18T01:45:11.139Z Downloaded tokio-rustls v0.26.0
2952025-12-18T01:45:11.139Z Downloaded icu_properties v1.5.1
2962025-12-18T01:45:11.140Z Downloaded schemars v0.8.22
2972025-12-18T01:45:11.140Z Downloaded unicode-ident v1.0.12
2982025-12-18T01:45:11.140Z Downloaded zerovec-derive v0.10.3
2992025-12-18T01:45:11.140Z Downloaded icu_normalizer_data v1.5.0
3002025-12-18T01:45:11.140Z Downloaded ucd-trie v0.1.6
3012025-12-18T01:45:11.140Z Downloaded icu_locid v1.5.0
3022025-12-18T01:45:11.140Z Downloaded typenum v1.14.0
3032025-12-18T01:45:11.140Z Downloaded openssl-sys v0.9.107
3042025-12-18T01:45:11.140Z Downloaded unicase v2.6.0
3052025-12-18T01:45:11.140Z Downloaded camino v1.2.1
3062025-12-18T01:45:11.140Z Downloaded toml_parser v1.0.4
3072025-12-18T01:45:11.140Z Downloaded yasna v0.5.2
3082025-12-18T01:45:11.140Z Downloaded bytes v1.11.0
3092025-12-18T01:45:11.140Z Downloaded futures v0.3.31
3102025-12-18T01:45:11.140Z Downloaded socket2 v0.5.9
3112025-12-18T01:45:11.140Z Downloaded serde_derive v1.0.228
3122025-12-18T01:45:11.140Z Downloaded tracing-core v0.1.32
3132025-12-18T01:45:11.140Z Downloaded toml v0.9.8
3142025-12-18T01:45:11.140Z Downloaded serde_core v1.0.228
3152025-12-18T01:45:11.140Z Downloaded trybuild v1.0.114
3162025-12-18T01:45:11.140Z Downloaded reqwest v0.12.24
3172025-12-18T01:45:11.140Z Downloaded anyhow v1.0.100
3182025-12-18T01:45:11.140Z Downloaded tungstenite v0.24.0
3192025-12-18T01:45:11.140Z Downloaded rand v0.8.4
3202025-12-18T01:45:11.140Z Downloaded slog v2.8.2
3212025-12-18T01:45:11.140Z Downloaded crossbeam-channel v0.5.1
3222025-12-18T01:45:11.140Z Downloaded base64 v0.22.1
3232025-12-18T01:45:11.140Z Downloaded indexmap v2.12.1
3242025-12-18T01:45:11.140Z Downloaded similar v2.2.1
3252025-12-18T01:45:11.140Z Downloaded tracing v0.1.40
3262025-12-18T01:45:11.140Z Downloaded serde v1.0.228
3272025-12-18T01:45:11.140Z Downloaded ryu v1.0.5
3282025-12-18T01:45:11.140Z Downloaded mio v1.0.3
3292025-12-18T01:45:11.140Z Downloaded icu_collections v1.5.0
3302025-12-18T01:45:11.140Z Downloaded uuid v1.19.0
3312025-12-18T01:45:11.140Z Downloaded zerocopy-derive v0.8.27
3322025-12-18T01:45:11.140Z Downloaded futures-util v0.3.31
3332025-12-18T01:45:11.141Z Downloaded url v2.5.4
3342025-12-18T01:45:11.141Z Downloaded pest v2.8.1
3352025-12-18T01:45:11.141Z Downloaded tokio-util v0.7.7
3362025-12-18T01:45:11.141Z Downloaded hyper-util v0.1.19
3372025-12-18T01:45:11.141Z Downloaded time v0.3.36
3382025-12-18T01:45:11.141Z Downloaded tower v0.5.2
3392025-12-18T01:45:11.141Z Downloaded serde_json v1.0.145
3402025-12-18T01:45:11.141Z Downloaded iri-string v0.7.8
3412025-12-18T01:45:11.141Z Downloaded tower-http v0.6.5
3422025-12-18T01:45:11.141Z Downloaded idna v1.0.3
3432025-12-18T01:45:11.141Z Downloaded portable-atomic v1.9.0
3442025-12-18T01:45:11.141Z Downloaded zerovec v0.10.4
3452025-12-18T01:45:11.141Z Downloaded hyper v1.8.1
3462025-12-18T01:45:11.141Z Downloaded h2 v0.4.6
3472025-12-18T01:45:11.141Z Downloaded hashbrown v0.16.1
3482025-12-18T01:45:11.142Z Downloaded memchr v2.6.0
3492025-12-18T01:45:11.142Z Downloaded expectorate v1.2.0
3502025-12-18T01:45:11.142Z Downloaded winnow v0.7.13
3512025-12-18T01:45:11.142Z Downloaded rustls-webpki v0.102.8
3522025-12-18T01:45:11.142Z Downloaded quinn-proto v0.11.8
3532025-12-18T01:45:11.142Z Downloaded chrono v0.4.42
3542025-12-18T01:45:11.142Z Downloaded icu_properties_data v1.5.0
3552025-12-18T01:45:11.142Z Downloaded goblin v0.10.1
3562025-12-18T01:45:11.142Z Downloaded unicode-segmentation v1.10.0
3572025-12-18T01:45:11.142Z Downloaded webpki-roots v0.26.5
3582025-12-18T01:45:11.142Z Downloaded cc v1.2.16
3592025-12-18T01:45:11.142Z Downloaded http v1.4.0
3602025-12-18T01:45:11.142Z Downloaded prettyplease v0.2.37
3612025-12-18T01:45:11.142Z Downloaded vcpkg v0.2.15
3622025-12-18T01:45:11.142Z Downloaded zerocopy v0.8.27
3632025-12-18T01:45:11.142Z Downloaded syn v2.0.111
3642025-12-18T01:45:11.142Z Downloaded webpki-roots v1.0.0
3652025-12-18T01:45:11.142Z Downloaded openssl v0.10.72
3662025-12-18T01:45:11.142Z Downloaded tinyvec v1.5.1
3672025-12-18T01:45:11.142Z Downloaded bitflags v2.4.0
3682025-12-18T01:45:11.142Z Downloaded ipnet v2.10.0
3692025-12-18T01:45:11.142Z Downloaded hyper-rustls v0.27.3
3702025-12-18T01:45:11.142Z Downloaded rcgen v0.14.5
3712025-12-18T01:45:11.142Z Downloaded log v0.4.17
3722025-12-18T01:45:11.142Z Downloaded getrandom v0.2.11
3732025-12-18T01:45:11.142Z Downloaded rustls v0.23.13
3742025-12-18T01:45:11.142Z Downloaded rustix v0.38.44
3752025-12-18T01:45:11.142Z Downloaded openapiv3 v2.2.0
3762025-12-18T01:45:11.142Z Downloaded rustls v0.22.4
3772025-12-18T01:45:11.142Z Downloaded rustix v1.0.2
3782025-12-18T01:45:11.142Z Downloaded quote v1.0.42
3792025-12-18T01:45:11.142Z Downloaded pkg-config v0.3.31
3802025-12-18T01:45:11.142Z Downloaded want v0.3.0
3812025-12-18T01:45:11.142Z Downloaded waitgroup v0.1.2
3822025-12-18T01:45:11.142Z Downloaded tinystr v0.7.6
3832025-12-18T01:45:11.142Z Downloaded usdt-macro v0.6.0
3842025-12-18T01:45:11.143Z Downloaded tokio-native-tls v0.3.1
3852025-12-18T01:45:11.143Z Downloaded thiserror-impl v1.0.69
3862025-12-18T01:45:11.143Z Downloaded slog-json v2.6.1
3872025-12-18T01:45:11.143Z Downloaded memmap2 v0.9.8
3882025-12-18T01:45:11.143Z Downloaded litemap v0.7.4
3892025-12-18T01:45:11.143Z Downloaded event-listener v5.0.0
3902025-12-18T01:45:11.143Z Downloaded httparse v1.10.0
3912025-12-18T01:45:11.143Z Downloaded getrandom v0.3.1
3922025-12-18T01:45:11.147Z Downloaded futures-channel v0.3.31
3932025-12-18T01:45:11.147Z Downloaded displaydoc v0.2.5
3942025-12-18T01:45:11.147Z Downloaded libc v0.2.178
3952025-12-18T01:45:11.147Z Downloaded rand_core v0.6.3
3962025-12-18T01:45:11.147Z Downloaded pest_generator v2.8.1
3972025-12-18T01:45:11.147Z Downloaded newline-converter v0.3.0
3982025-12-18T01:45:11.147Z Downloaded tokio v1.48.0
3992025-12-18T01:45:11.147Z Downloaded encoding_rs v0.8.32
4002025-12-18T01:45:11.147Z Downloaded ring v0.17.13
4012025-12-18T01:45:11.147Z Compiling proc-macro2 v1.0.103
4022025-12-18T01:45:11.147Z Compiling unicode-ident v1.0.12
4032025-12-18T01:45:11.147Z Compiling quote v1.0.42
4042025-12-18T01:45:11.147Z Compiling libc v0.2.178
4052025-12-18T01:45:11.147Z Compiling cfg-if v1.0.0
4062025-12-18T01:45:11.147Z Compiling itoa v1.0.1
4072025-12-18T01:45:11.147Z Compiling serde_core v1.0.228
4082025-12-18T01:45:11.147Z Compiling memchr v2.6.0
4092025-12-18T01:45:11.147Z 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`
4102025-12-18T01:45:11.147Z 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.103/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=228750abfe4a7e33 -C extra-filename=-bb405d61d894422c --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-bb405d61d894422c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4112025-12-18T01:45:11.147Z 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`
4122025-12-18T01:45:11.147Z 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`
4132025-12-18T01:45:11.147Z 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.178/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=ad473e3ec54e0a5c -C extra-filename=-3583ff5b1f2a4457 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-3583ff5b1f2a4457 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4142025-12-18T01:45:11.147Z 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`
4152025-12-18T01:45:11.147Z 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`
4162025-12-18T01:45:11.147Z 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`
4172025-12-18T01:45:11.151Z Compiling pin-project-lite v0.2.12
4182025-12-18T01:45:11.151Z 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`
4192025-12-18T01:45:11.230Z Compiling autocfg v1.1.0
4202025-12-18T01:45:11.248Z 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`
4212025-12-18T01:45:11.285Z Compiling shlex v1.3.0
4222025-12-18T01:45:11.288Z Compiling bytes v1.11.0
4232025-12-18T01:45:11.288Z 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`
4242025-12-18T01:45:11.288Z 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`
4252025-12-18T01:45:11.596Z Compiling cc v1.2.16
4262025-12-18T01:45:11.607Z 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`
4272025-12-18T01:45:11.639Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-78033f4331505ef9/build-script-build`
4282025-12-18T01:45:11.639Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-bb405d61d894422c/build-script-build`
4292025-12-18T01:45:11.661Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-7ede8ebcc6f5b66f/build-script-build`
4302025-12-18T01:45:11.700Z Compiling once_cell v1.20.1
4312025-12-18T01:45:11.704Z 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`
4322025-12-18T01:45:11.730Z 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)'`
4332025-12-18T01:45:11.773Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-3583ff5b1f2a4457/build-script-build`
4342025-12-18T01:45:11.811Z Compiling smallvec v1.13.2
4352025-12-18T01:45:11.815Z 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`
4362025-12-18T01:45:11.841Z 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.178/src/lib.rs --error-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=6cf90df4f2cbcd73 -C extra-filename=-9adea2ec8d642779 --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(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4372025-12-18T01:45:12.075Z Compiling version_check v0.9.5
4382025-12-18T01:45:12.078Z 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`
4392025-12-18T01:45:12.188Z 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.103/src/lib.rs --error-format=json --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=16f48aabd4d23ab7 -C extra-filename=-88aa7f8edcd7aceb --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)'`
4402025-12-18T01:45:12.214Z Compiling futures-core v0.3.31
4412025-12-18T01:45:12.217Z 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`
4422025-12-18T01:45:12.468Z Compiling log v0.4.17
4432025-12-18T01:45:12.471Z 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`
4442025-12-18T01:45:12.626Z Compiling parking_lot_core v0.9.4
4452025-12-18T01:45:12.637Z 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`
4462025-12-18T01:45:12.651Z Compiling ryu v1.0.5
4472025-12-18T01:45:12.654Z 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`
4482025-12-18T01:45:12.686Z Compiling scopeguard v1.2.0
4492025-12-18T01:45:12.689Z 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`
4502025-12-18T01:45:12.847Z Compiling lock_api v0.4.6
4512025-12-18T01:45:12.850Z 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`
4522025-12-18T01:45:12.871Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-2f5d62fda4534c74/build-script-build`
4532025-12-18T01:45:12.891Z 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`
4542025-12-18T01:45:13.101Z 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=9d19cba3557624b1 -C extra-filename=-3259760ff84cb870 --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-88aa7f8edcd7aceb.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4552025-12-18T01:45:13.115Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-3395379f78e3989f/build-script-build`
4562025-12-18T01:45:13.132Z 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=ec6eadf2b806cb6b -C extra-filename=-7ecdd03013e20a55 --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-9adea2ec8d642779.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-49dd8f4c7a263819.rmeta --cap-lints allow`
4572025-12-18T01:45:13.167Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-fad403f3604b2454/build-script-build`
4582025-12-18T01:45:13.223Z Compiling slab v0.4.9
4592025-12-18T01:45:13.231Z 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`
4602025-12-18T01:45:13.262Z Compiling serde v1.0.228
4612025-12-18T01:45:13.265Z Compiling futures-sink v0.3.31
4622025-12-18T01:45:13.274Z 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`
4632025-12-18T01:45:13.278Z 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`
4642025-12-18T01:45:13.425Z 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`
4652025-12-18T01:45:13.701Z Compiling syn v2.0.111
4662025-12-18T01:45:13.704Z 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.111/src/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=ad023d05d022e27e -C extra-filename=-df0873b52f4bc938 --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-88aa7f8edcd7aceb.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-34998c1384dce2fd.rmeta --cap-lints allow`
4672025-12-18T01:45:13.787Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-b5a0a0dca441fb0c/build-script-build`
4682025-12-18T01:45:13.800Z Compiling parking_lot v0.12.1
4692025-12-18T01:45:13.803Z Compiling signal-hook-registry v1.4.0
4702025-12-18T01:45:13.803Z 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=cb02754cb5c21f15 -C extra-filename=-56918071db70e39b --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-7ecdd03013e20a55.rmeta --cap-lints allow`
4712025-12-18T01:45:13.803Z 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=1d51a4272f947a91 -C extra-filename=-792b03cfda780cce --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-9adea2ec8d642779.rmeta --cap-lints allow`
4722025-12-18T01:45:13.861Z Compiling socket2 v0.6.0
4732025-12-18T01:45:13.864Z 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=59d3facb1221dc08 -C extra-filename=-17c17e7344de881c --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-9adea2ec8d642779.rmeta --cap-lints allow`
4742025-12-18T01:45:13.917Z Compiling mio v1.0.3
4752025-12-18T01:45:13.922Z 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=4103300cab04664a -C extra-filename=-0e14aebe2a53df31 --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-9adea2ec8d642779.rmeta --cap-lints allow`
4762025-12-18T01:45:13.941Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-7392e1a2319e555d/build-script-build`
4772025-12-18T01:45:13.993Z Compiling getrandom v0.2.11
4782025-12-18T01:45:13.996Z 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=f7a10a02bdac5e40 -C extra-filename=-a8fd98dc41c13736 --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-9adea2ec8d642779.rmeta --cap-lints allow`
4792025-12-18T01:45:14.377Z Compiling serde_json v1.0.145
4802025-12-18T01:45:14.380Z 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.145/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=2312c0a29308ce8c -C extra-filename=-35e12394889cd466 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-35e12394889cd466 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4812025-12-18T01:45:14.396Z 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`
4822025-12-18T01:45:14.655Z Compiling futures-channel v0.3.31
4832025-12-18T01:45:14.659Z 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`
4842025-12-18T01:45:14.683Z Compiling http v1.4.0
4852025-12-18T01:45:14.686Z 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`
4862025-12-18T01:45:14.719Z Compiling pin-utils v0.1.0
4872025-12-18T01:45:14.732Z 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`
4882025-12-18T01:45:14.794Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-35e12394889cd466/build-script-build`
4892025-12-18T01:45:14.800Z Compiling bitflags v2.4.0
4902025-12-18T01:45:14.804Z 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`
4912025-12-18T01:45:14.820Z Compiling zeroize v1.7.0
4922025-12-18T01:45:14.823Z 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`
4932025-12-18T01:45:14.877Z Compiling thiserror v2.0.17
4942025-12-18T01:45:14.881Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
4952025-12-18T01:45:15.073Z Compiling rustls-pki-types v1.13.1
4962025-12-18T01:45:15.076Z 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.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(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=3e3f46817866f3c8 -C extra-filename=-273b0ec11990680f --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`
4972025-12-18T01:45:15.147Z Compiling ring v0.17.13
4982025-12-18T01:45:15.150Z 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`
4992025-12-18T01:45:15.159Z Compiling stable_deref_trait v1.2.0
5002025-12-18T01:45:15.162Z 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`
5012025-12-18T01:45:15.251Z Compiling futures-io v0.3.31
5022025-12-18T01:45:15.261Z 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`
5032025-12-18T01:45:15.271Z Compiling futures-task v0.3.31
5042025-12-18T01:45:15.275Z 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`
5052025-12-18T01:45:15.536Z Compiling httparse v1.10.0
5062025-12-18T01:45:15.539Z 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`
5072025-12-18T01:45:15.574Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-1600a68c7d59c703/build-script-build`
5082025-12-18T01:45:15.587Z 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`
5092025-12-18T01:45:15.965Z Compiling getrandom v0.3.1
5102025-12-18T01:45:15.969Z 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`
5112025-12-18T01:45:16.093Z Compiling tracing-core v0.1.32
5122025-12-18T01:45:16.096Z 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`
5132025-12-18T01:45:16.181Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-b63881afe3a0ff52/build-script-build`
5142025-12-18T01:45:16.205Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-f089498b64e5968f/build-script-build`
5152025-12-18T01:45:16.211Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-639a03dbc331d55c/build-script-build`
5162025-12-18T01:45:16.243Z 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)'`
5172025-12-18T01:45:16.272Z 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`
5182025-12-18T01:45:16.433Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-241ed2b408d6f6fa/build-script-build`
5192025-12-18T01:45:16.451Z Compiling equivalent v1.0.0
5202025-12-18T01:45:16.454Z 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`
5212025-12-18T01:45:16.575Z Compiling hashbrown v0.16.1
5222025-12-18T01:45:16.579Z 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`
5232025-12-18T01:45:16.682Z 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`
5242025-12-18T01:45:16.893Z Compiling untrusted v0.9.0
5252025-12-18T01:45:16.897Z 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`
5262025-12-18T01:45:16.918Z Compiling ucd-trie v0.1.6
5272025-12-18T01:45:16.921Z 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`
5282025-12-18T01:45:17.077Z Compiling tracing v0.1.40
5292025-12-18T01:45:17.088Z 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`
5302025-12-18T01:45:17.252Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-35701dae52e1879c/build-script-build`
5312025-12-18T01:45:17.308Z 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=5842faaf3fc792c5 -C extra-filename=-5039a579cb9e77c1 --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-9adea2ec8d642779.rmeta --cap-lints allow`
5322025-12-18T01:45:17.363Z 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.145/src/lib.rs --error-format=json --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=ff2f45139a55a83a -C extra-filename=-fe7a50e1c3024801 --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 ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-c0bdb86579048164.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5332025-12-18T01:45:17.504Z Compiling http-body v1.0.1
5342025-12-18T01:45:17.507Z 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`
5352025-12-18T01:45:17.507Z Compiling writeable v0.5.5
5362025-12-18T01:45:17.507Z 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`
5372025-12-18T01:45:17.564Z Compiling typenum v1.14.0
5382025-12-18T01:45:17.567Z 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`
5392025-12-18T01:45:17.752Z Compiling indexmap v2.12.1
5402025-12-18T01:45:17.755Z Compiling percent-encoding v2.3.2
5412025-12-18T01:45:17.755Z 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`
5422025-12-18T01:45:17.765Z 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`
5432025-12-18T01:45:18.077Z Compiling zerocopy v0.8.27
5442025-12-18T01:45:18.083Z 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`
5452025-12-18T01:45:18.110Z Compiling atomic-waker v1.1.2
5462025-12-18T01:45:18.113Z 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`
5472025-12-18T01:45:18.291Z Compiling pkg-config v0.3.31
5482025-12-18T01:45:18.294Z 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`
5492025-12-18T01:45:18.487Z Compiling rustversion v1.0.22
5502025-12-18T01:45:18.490Z 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`
5512025-12-18T01:45:18.891Z Compiling litemap v0.7.4
5522025-12-18T01:45:18.894Z 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`
5532025-12-18T01:45:19.208Z Compiling vcpkg v0.2.15
5542025-12-18T01:45:19.211Z 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`
5552025-12-18T01:45:19.245Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-d2da51f42301bf6e/build-script-build`
5562025-12-18T01:45:19.287Z 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=0cf39493916fc0b4 -C extra-filename=-9411178ddf911f39 --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-a8fd98dc41c13736.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`
5572025-12-18T01:45:19.290Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-413f375278015f7c/build-script-build`
5582025-12-18T01:45:19.304Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-916d497215e450f0/build-script-main`
5592025-12-18T01:45:19.346Z Compiling errno v0.3.10
5602025-12-18T01:45:19.349Z 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=58812e5e546ad37b -C extra-filename=-4093b32fe3a0a911 --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-9adea2ec8d642779.rmeta --cap-lints allow`
5612025-12-18T01:45:19.366Z Compiling generic-array v0.14.5
5622025-12-18T01:45:19.369Z 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`
5632025-12-18T01:45:19.476Z Compiling crossbeam-utils v0.8.15
5642025-12-18T01:45:19.479Z 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`
5652025-12-18T01:45:19.595Z Compiling rustix v1.0.2
5662025-12-18T01:45:19.598Z 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.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 --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(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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --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", "compiler_builtins", "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=b40a5df30f884c18 -C extra-filename=-6fc20ef7c0682c5d --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-6fc20ef7c0682c5d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5672025-12-18T01:45:19.757Z Compiling try-lock v0.2.3
5682025-12-18T01:45:19.760Z 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`
5692025-12-18T01:45:19.924Z Compiling fnv v1.0.7
5702025-12-18T01:45:19.927Z 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`
5712025-12-18T01:45:19.982Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-29b29cf11b71aabc/build-script-build`
5722025-12-18T01:45:20.002Z Compiling want v0.3.0
5732025-12-18T01:45:20.013Z 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`
5742025-12-18T01:45:20.060Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-c7358b0482349647/build-script-build`
5752025-12-18T01:45:20.072Z 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`
5762025-12-18T01:45:20.128Z 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"))'`
5772025-12-18T01:45:20.243Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-6fc20ef7c0682c5d/build-script-build`
5782025-12-18T01:45:20.290Z Compiling httpdate v1.0.1
5792025-12-18T01:45:20.293Z 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`
5802025-12-18T01:45:20.382Z Compiling tower-layer v0.3.3
5812025-12-18T01:45:20.385Z 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`
5822025-12-18T01:45:20.500Z Compiling openssl-sys v0.9.107
5832025-12-18T01:45:20.503Z 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`
5842025-12-18T01:45:20.680Z Compiling num-conv v0.1.0
5852025-12-18T01:45:20.683Z 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`
5862025-12-18T01:45:20.744Z Compiling subtle v2.5.0
5872025-12-18T01:45:20.747Z 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`
5882025-12-18T01:45:20.889Z Compiling synstructure v0.13.1
5892025-12-18T01:45:20.893Z 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=915547cb51ad9f16 -C extra-filename=-6dd69e26c2076e44 --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-88aa7f8edcd7aceb.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rmeta --cap-lints allow`
5902025-12-18T01:45:20.957Z Compiling time-core v0.1.2
5912025-12-18T01:45:20.960Z 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`
5922025-12-18T01:45:21.023Z Compiling base64 v0.22.1
5932025-12-18T01:45:21.026Z 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`
5942025-12-18T01:45:21.137Z Compiling byteorder v1.4.3
5952025-12-18T01:45:21.140Z 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`
5962025-12-18T01:45:21.248Z Compiling icu_locid_transform_data v1.5.0
5972025-12-18T01:45:21.251Z 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`
5982025-12-18T01:45:21.263Z Compiling powerfmt v0.2.0
5992025-12-18T01:45:21.266Z 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`
6002025-12-18T01:45:21.356Z Compiling tower-service v0.3.3
6012025-12-18T01:45:21.360Z 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`
6022025-12-18T01:45:21.495Z Compiling slog v2.8.2
6032025-12-18T01:45:21.498Z 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`
6042025-12-18T01:45:21.511Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-71347c0f764f7a60/build-script-main`
6052025-12-18T01:45:21.585Z Compiling deranged v0.3.11
6062025-12-18T01:45:21.588Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=3f86b46a54e2967a -C extra-filename=-3eff810ddca4f88f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-a5173583f8885fa3.rmeta --cap-lints allow`
6072025-12-18T01:45:21.603Z 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`
6082025-12-18T01:45:21.634Z Compiling time-macros v0.2.18
6092025-12-18T01:45:21.645Z 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`
6102025-12-18T01:45:21.733Z 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.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 --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(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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --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", "compiler_builtins", "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=c4a0655053b6d72c -C extra-filename=-363f7a6341e3500f --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-4093b32fe3a0a911.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6112025-12-18T01:45:21.890Z Compiling rustls-webpki v0.102.8
6122025-12-18T01:45:21.893Z 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=b4f1f07747e957d3 -C extra-filename=-775cb6867d79230f --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-9411178ddf911f39.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.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`
6132025-12-18T01:45:22.039Z 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`
6142025-12-18T01:45:22.868Z Compiling num_threads v0.1.3
6152025-12-18T01:45:22.872Z 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`
6162025-12-18T01:45:22.977Z Compiling rustix v0.38.44
6172025-12-18T01:45:22.980Z 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`
6182025-12-18T01:45:23.009Z Compiling icu_properties_data v1.5.0
6192025-12-18T01:45:23.013Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=149f1f9211e2cd87 -C extra-filename=-1a172109d3452741 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6202025-12-18T01:45:23.023Z Compiling fastrand v2.1.1
6212025-12-18T01:45:23.026Z 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`
6222025-12-18T01:45:23.259Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-d1ae81c03015859e/build-script-build`
6232025-12-18T01:45:23.280Z 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.145/src/lib.rs --error-format=json --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=2c4ab1cf8189fac9 -C extra-filename=-932d8dda76b6100a --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 ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-c0bdb86579048164.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-2cd86c14576cf4f5.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6242025-12-18T01:45:23.588Z Compiling thread-id v5.0.0
6252025-12-18T01:45:23.591Z 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=366d9330e82bf913 -C extra-filename=-9f47882c2c46d796 --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-9adea2ec8d642779.rmeta --cap-lints allow`
6262025-12-18T01:45:23.694Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-c4499ae851a4d793/build-script-build`
6272025-12-18T01:45:23.708Z Compiling unicase v2.6.0
6282025-12-18T01:45:23.711Z 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`
6292025-12-18T01:45:23.827Z Compiling num-traits v0.2.14
6302025-12-18T01:45:23.845Z 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`
6312025-12-18T01:45:23.941Z Compiling paste v1.0.15
6322025-12-18T01:45:23.941Z 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`
6332025-12-18T01:45:23.956Z Compiling utf16_iter v1.0.5
6342025-12-18T01:45:23.968Z 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`
6352025-12-18T01:45:24.007Z Compiling write16 v1.0.0
6362025-12-18T01:45:24.010Z 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`
6372025-12-18T01:45:24.090Z Compiling ipnet v2.10.0
6382025-12-18T01:45:24.093Z 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`
6392025-12-18T01:45:24.140Z Compiling time v0.3.36
6402025-12-18T01:45:24.140Z Compiling icu_normalizer_data v1.5.0
6412025-12-18T01:45:24.142Z 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=1f944a83dc923019 -C extra-filename=-678e2d8429d2a83c --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-9adea2ec8d642779.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`
6422025-12-18T01:45:24.143Z 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`
6432025-12-18T01:45:24.168Z Compiling foreign-types-shared v0.1.1
6442025-12-18T01:45:24.171Z 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`
6452025-12-18T01:45:24.217Z Compiling utf8_iter v1.0.4
6462025-12-18T01:45:24.220Z 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`
6472025-12-18T01:45:24.255Z Compiling openssl-probe v0.1.4
6482025-12-18T01:45:24.258Z 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`
6492025-12-18T01:45:24.287Z Compiling openssl v0.10.72
6502025-12-18T01:45:24.291Z 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`
6512025-12-18T01:45:24.445Z Compiling usdt-impl v0.6.0
6522025-12-18T01:45:24.449Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
6532025-12-18T01:45:24.502Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-33a0a173cdbabd7c/build-script-build`
6542025-12-18T01:45:24.506Z Compiling serde_derive v1.0.228
6552025-12-18T01:45:24.506Z 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=bfac684f0d1f6ba5 -C extra-filename=-8bdaae37c5fac2d3 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern proc_macro --cap-lints allow`
6562025-12-18T01:45:24.548Z Compiling tokio-macros v2.6.0
6572025-12-18T01:45:24.559Z 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=76ebdb97f0a2f08b -C extra-filename=-64c07fbc6edbf437 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern proc_macro --cap-lints allow`
6582025-12-18T01:45:24.575Z Compiling zerofrom-derive v0.1.5
6592025-12-18T01:45:24.583Z 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=81e789d9870a0c32 -C extra-filename=-104803fcc087749f --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-6dd69e26c2076e44.rlib --extern proc_macro --cap-lints allow`
6602025-12-18T01:45:24.743Z Compiling thiserror-impl v2.0.17
6612025-12-18T01:45:24.747Z 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=98347e326769d4d9 -C extra-filename=-bf6f6622478175ff --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern proc_macro --cap-lints allow`
6622025-12-18T01:45:24.861Z Compiling futures-macro v0.3.31
6632025-12-18T01:45:24.872Z 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=f084d669e96b61f9 -C extra-filename=-295df54cbaba7b56 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern proc_macro --cap-lints allow`
6642025-12-18T01:45:25.269Z Compiling yoke-derive v0.7.5
6652025-12-18T01:45:25.272Z 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=1df172ba5a2d9827 -C extra-filename=-fb0df1ec9c0e4614 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-6dd69e26c2076e44.rlib --extern proc_macro --cap-lints allow`
6662025-12-18T01:45:25.958Z Compiling zerovec-derive v0.10.3
6672025-12-18T01:45:25.970Z 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=7dc4dbe810efd12c -C extra-filename=-b4ba3a10940f214d --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern proc_macro --cap-lints allow`
6682025-12-18T01:45:26.090Z Compiling tokio v1.48.0
6692025-12-18T01:45:26.093Z 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.48.0/src/lib.rs --error-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=f725136d19642d58 -C extra-filename=-050a48e7530bf0b5 --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-9adea2ec8d642779.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-0e14aebe2a53df31.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-56918071db70e39b.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-792b03cfda780cce.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-17c17e7344de881c.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-64c07fbc6edbf437.so --cap-lints allow`
6702025-12-18T01:45:26.668Z Compiling futures-util v0.3.31
6712025-12-18T01:45:26.671Z 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=d1c8f334e2734f47 -C extra-filename=-c4beaf6dd8c68e1e --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-295df54cbaba7b56.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`
6722025-12-18T01:45:27.428Z Compiling zerofrom v0.1.5
6732025-12-18T01:45:27.432Z 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=24ec9fb2fcddb72b -C extra-filename=-90aebfb143c10386 --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-104803fcc087749f.so --cap-lints allow`
6742025-12-18T01:45:27.521Z Compiling displaydoc v0.2.5
6752025-12-18T01:45:27.524Z 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=df3c4278c524b833 -C extra-filename=-37ca1a48c4481d3f --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern proc_macro --cap-lints allow`
6762025-12-18T01:45:27.542Z 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=eb6a9972036f2fb1 -C extra-filename=-3632bedf4f9ac776 --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-bf6f6622478175ff.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6772025-12-18T01:45:27.611Z Compiling icu_provider_macros v1.5.0
6782025-12-18T01:45:27.614Z 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=4c81b33d35431625 -C extra-filename=-5ed3fc546914a188 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern proc_macro --cap-lints allow`
6792025-12-18T01:45:27.650Z Compiling yoke v0.7.5
6802025-12-18T01:45:27.662Z 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=a3c31efac7535a4a -C extra-filename=-944832c327dc54b8 --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-fb0df1ec9c0e4614.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-90aebfb143c10386.rmeta --cap-lints allow`
6812025-12-18T01:45:27.686Z Compiling pest v2.8.1
6822025-12-18T01:45:27.689Z 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=7512e2931fd00aab -C extra-filename=-34250dc3eb3906fd --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-3632bedf4f9ac776.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-17a9ade75285a27e.rmeta --cap-lints allow`
6832025-12-18T01:45:27.995Z Compiling zerocopy-derive v0.8.27
6842025-12-18T01:45:27.998Z 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=c3bd79a7faa572a2 -C extra-filename=-22e366f3b623c0b9 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern proc_macro --cap-lints allow`
6852025-12-18T01:45:28.226Z Compiling zerovec v0.10.4
6862025-12-18T01:45:28.229Z 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=43c1af864dd4614c -C extra-filename=-c12eaf07f788c223 --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-944832c327dc54b8.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-90aebfb143c10386.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-b4ba3a10940f214d.so --cap-lints allow`
6872025-12-18T01:45:28.761Z Compiling scroll_derive v0.13.1
6882025-12-18T01:45:28.764Z 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=93d5027687601957 -C extra-filename=-05616f78d1c1cb14 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern proc_macro --cap-lints allow`
6892025-12-18T01:45:29.084Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-b8f678b02d79086c/build-script-build`
6902025-12-18T01:45:29.116Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-4d48977c01555948/build-script-build`
6912025-12-18T01:45:29.122Z Compiling openssl-macros v0.1.1
6922025-12-18T01:45:29.125Z 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=e8bd91a74b961516 -C extra-filename=-1b2b8fd0045e9537 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern proc_macro --cap-lints allow`
6932025-12-18T01:45:29.980Z Compiling tinystr v0.7.6
6942025-12-18T01:45:29.984Z 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=10bbd2ab0bd5bdc1 -C extra-filename=-417c0e845f8c4d00 --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-37ca1a48c4481d3f.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-c12eaf07f788c223.rmeta --cap-lints allow`
6952025-12-18T01:45:30.330Z Compiling icu_locid v1.5.0
6962025-12-18T01:45:30.334Z 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=c03ed1306a1c61dd -C extra-filename=-5be482dfca478cbe --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-37ca1a48c4481d3f.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-9716f9529f530590.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-417c0e845f8c4d00.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-587f6c7889c2b70f.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-c12eaf07f788c223.rmeta --cap-lints allow`
6972025-12-18T01:45:30.388Z Compiling pest_meta v2.8.1
6982025-12-18T01:45:30.400Z 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=3ae24a2ba566fc87 -C extra-filename=-d30ed43ec42bf93f --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-34250dc3eb3906fd.rmeta --cap-lints allow`
6992025-12-18T01:45:30.561Z Compiling icu_collections v1.5.0
7002025-12-18T01:45:30.572Z 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=6f5a03d49791069c -C extra-filename=-4c5efcb4eea734bd --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-37ca1a48c4481d3f.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-944832c327dc54b8.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-90aebfb143c10386.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-c12eaf07f788c223.rmeta --cap-lints allow`
7012025-12-18T01:45:30.671Z Compiling scroll v0.13.0
7022025-12-18T01:45:30.675Z 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=e23d1e4d368b6f86 -C extra-filename=-fdcbe42eeee0de24 --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-05616f78d1c1cb14.so --cap-lints allow`
7032025-12-18T01:45:31.014Z 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=97f8d715808caa02 -C extra-filename=-f0f1a72cad73886b --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-22e366f3b623c0b9.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)'`
7042025-12-18T01:45:31.211Z Compiling foreign-types v0.3.2
7052025-12-18T01:45:31.214Z 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`
7062025-12-18T01:45:31.312Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-a9838e6953e4558e/build-script-build`
7072025-12-18T01:45:31.375Z 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=996490dbf97a7f71 -C extra-filename=-32cfebf190bdffa2 --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-8bdaae37c5fac2d3.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)'`
7082025-12-18T01:45:31.636Z 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=a0fa61ff16e59f43 -C extra-filename=-b7c960abbdcc4b53 --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-8bdaae37c5fac2d3.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)'`
7092025-12-18T01:45:31.851Z Compiling pest_generator v2.8.1
7102025-12-18T01:45:31.855Z 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=b2ed5a7e544379c1 -C extra-filename=-466dd06214244005 --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-34250dc3eb3906fd.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-d30ed43ec42bf93f.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-88aa7f8edcd7aceb.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rmeta --cap-lints allow`
7112025-12-18T01:45:32.180Z Compiling icu_provider v1.5.0
7122025-12-18T01:45:32.183Z 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=232bbd57837f5f97 -C extra-filename=-a9f7a1a63184bee6 --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-37ca1a48c4481d3f.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-5be482dfca478cbe.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-5ed3fc546914a188.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-417c0e845f8c4d00.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-587f6c7889c2b70f.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-944832c327dc54b8.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-90aebfb143c10386.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-c12eaf07f788c223.rmeta --cap-lints allow`
7132025-12-18T01:45:32.458Z Compiling erased-serde v0.3.31
7142025-12-18T01:45:32.479Z 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=d0cb9a2c048a506f -C extra-filename=-89a34a8ed618adb3 --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-32cfebf190bdffa2.rmeta --cap-lints allow`
7152025-12-18T01:45:32.630Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-9c72ec6efb4903ff/build-script-build`
7162025-12-18T01:45:32.820Z Compiling serde_tokenstream v0.2.2
7172025-12-18T01:45:32.823Z 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=6a335938863f5911 -C extra-filename=-9d6a3f1b502164bf --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-88aa7f8edcd7aceb.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b7c960abbdcc4b53.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rmeta --cap-lints allow`
7182025-12-18T01:45:32.838Z 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=449dd341682a2b84 -C extra-filename=-5ee89106b5fe454a --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-4093b32fe3a0a911.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7192025-12-18T01:45:33.209Z Compiling icu_locid_transform v1.5.0
7202025-12-18T01:45:33.213Z 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=aade219ec7434518 -C extra-filename=-230eca1cf6a44052 --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-37ca1a48c4481d3f.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-5be482dfca478cbe.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-a9f7a1a63184bee6.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-417c0e845f8c4d00.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-c12eaf07f788c223.rmeta --cap-lints allow`
7212025-12-18T01:45:33.369Z Compiling crypto-common v0.1.6
7222025-12-18T01:45:33.382Z 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`
7232025-12-18T01:45:33.385Z Compiling block-buffer v0.10.2
7242025-12-18T01:45:33.385Z 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`
7252025-12-18T01:45:33.620Z 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=8914f064ac4c02a6 -C extra-filename=-bee039c3072c2b5d --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-9adea2ec8d642779.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)'`
7262025-12-18T01:45:33.637Z Compiling form_urlencoded v1.2.2
7272025-12-18T01:45:33.640Z 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`
7282025-12-18T01:45:33.886Z 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=f4353be25ec377ce -C extra-filename=-b0d2e87e6582a83e --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-89a34a8ed618adb3.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)'`
7292025-12-18T01:45:33.972Z Compiling rand_core v0.6.3
7302025-12-18T01:45:34.011Z 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=3bf9ecc2a6fc465b -C extra-filename=-e9aab30bbae385dc --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-a8fd98dc41c13736.rmeta --cap-lints allow`
7312025-12-18T01:45:34.014Z Compiling pest_derive v2.8.1
7322025-12-18T01:45:34.015Z 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=68c9346cddcccb2e -C extra-filename=-2ece167842477f37 --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-34250dc3eb3906fd.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-466dd06214244005.rlib --extern proc_macro --cap-lints allow`
7332025-12-18T01:45:34.402Z Compiling tokio-util v0.7.7
7342025-12-18T01:45:34.405Z 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=371a6c9fa6ddab9d -C extra-filename=-712aa481af00ab82 --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-050a48e7530bf0b5.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2fac1e82ca739178.rmeta --cap-lints allow`
7352025-12-18T01:45:34.753Z Compiling icu_properties v1.5.1
7362025-12-18T01:45:34.756Z 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=095ba724c1b2bd87 -C extra-filename=-298ebd3c82225559 --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-37ca1a48c4481d3f.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-4c5efcb4eea734bd.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-230eca1cf6a44052.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-a9f7a1a63184bee6.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-417c0e845f8c4d00.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-c12eaf07f788c223.rmeta --cap-lints allow`
7372025-12-18T01:45:34.767Z Compiling dof v0.4.0
7382025-12-18T01:45:34.770Z 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=d09c263a355dc3d8 -C extra-filename=-e26ba058ff23523e --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-b7c960abbdcc4b53.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-932d8dda76b6100a.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-f0f1a72cad73886b.rmeta --cap-lints allow`
7392025-12-18T01:45:34.846Z Compiling rustls v0.22.4
7402025-12-18T01:45:34.849Z 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`
7412025-12-18T01:45:34.970Z Compiling native-tls v0.2.12
7422025-12-18T01:45:34.982Z 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`
7432025-12-18T01:45:35.003Z Compiling dtrace-parser v0.3.0
7442025-12-18T01:45:35.006Z 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=6a7863815683ee06 -C extra-filename=-6cff1661bc2abec6 --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-34250dc3eb3906fd.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-2ece167842477f37.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rmeta --cap-lints allow`
7452025-12-18T01:45:35.216Z Compiling mime v0.3.16
7462025-12-18T01:45:35.219Z 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`
7472025-12-18T01:45:35.404Z Compiling h2 v0.4.6
7482025-12-18T01:45:35.407Z 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=3822689d2a322b73 -C extra-filename=-9742bfc31bfc5a2c --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-050a48e7530bf0b5.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-712aa481af00ab82.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2fac1e82ca739178.rmeta --cap-lints allow`
7492025-12-18T01:45:35.692Z Compiling rustls v0.23.13
7502025-12-18T01:45:35.695Z 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`
7512025-12-18T01:45:35.738Z Compiling ppv-lite86 v0.2.15
7522025-12-18T01:45:35.743Z 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`
7532025-12-18T01:45:35.801Z Compiling plain v0.2.3
7542025-12-18T01:45:35.804Z 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`
7552025-12-18T01:45:35.826Z 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=d6c52ea486261725 -C extra-filename=-9ae9468be46ceb96 --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-e26ba058ff23523e.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-6cff1661bc2abec6.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-88aa7f8edcd7aceb.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b7c960abbdcc4b53.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-932d8dda76b6100a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-9f47882c2c46d796.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)'`
7562025-12-18T01:45:35.961Z Compiling goblin v0.10.1
7572025-12-18T01:45:35.964Z 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=20a277f2b5ee90e6 -C extra-filename=-5d11ef27f534d50f --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-fdcbe42eeee0de24.rmeta --cap-lints allow`
7582025-12-18T01:45:36.058Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-f1268eb15984a14f/build-script-build`
7592025-12-18T01:45:36.079Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-f4ad55a0eb5f9ef5/build-script-build`
7602025-12-18T01:45:36.107Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-c587a6d30552a342/build-script-build`
7612025-12-18T01:45:36.115Z 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=a18235afbf5dc4b9 -C extra-filename=-984f6c34658a7318 --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-9adea2ec8d642779.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-1b2b8fd0045e9537.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-bee039c3072c2b5d.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)'`
7622025-12-18T01:45:36.450Z Compiling rand_chacha v0.3.1
7632025-12-18T01:45:36.453Z 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=d63de505057773fc -C extra-filename=-a95942d398c9d5b6 --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-e9aab30bbae385dc.rmeta --cap-lints allow`
7642025-12-18T01:45:36.949Z Compiling digest v0.10.7
7652025-12-18T01:45:36.959Z 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`
7662025-12-18T01:45:37.144Z 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`
7672025-12-18T01:45:37.327Z 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`
7682025-12-18T01:45:37.468Z 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"))'`
7692025-12-18T01:45:37.530Z Compiling thiserror v1.0.69
7702025-12-18T01:45:37.533Z 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`
7712025-12-18T01:45:38.126Z 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`
7722025-12-18T01:45:38.463Z Compiling icu_normalizer v1.5.0
7732025-12-18T01:45:38.466Z 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=e1d1cdcf7c979370 -C extra-filename=-3ddd926e8e66bdd3 --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-37ca1a48c4481d3f.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-4c5efcb4eea734bd.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-298ebd3c82225559.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-a9f7a1a63184bee6.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-c12eaf07f788c223.rmeta --cap-lints allow`
7742025-12-18T01:45:38.603Z Compiling cpufeatures v0.2.2
7752025-12-18T01:45:38.614Z 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`
7762025-12-18T01:45:38.706Z Compiling unicode-segmentation v1.10.0
7772025-12-18T01:45:38.709Z 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`
7782025-12-18T01:45:38.836Z Compiling iana-time-zone v0.1.47
7792025-12-18T01:45:38.839Z 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`
7802025-12-18T01:45:39.287Z Compiling pretty-hex v0.4.1
7812025-12-18T01:45:39.290Z 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`
7822025-12-18T01:45:39.489Z Compiling idna_adapter v1.2.0
7832025-12-18T01:45:39.494Z 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=1f65c9506898049f -C extra-filename=-e34c475b2fad84ce --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-3ddd926e8e66bdd3.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-298ebd3c82225559.rmeta --cap-lints allow`
7842025-12-18T01:45:39.520Z Compiling lazy_static v1.5.0
7852025-12-18T01:45:39.523Z 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`
7862025-12-18T01:45:39.671Z Compiling winnow v0.7.13
7872025-12-18T01:45:39.683Z 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`
7882025-12-18T01:45:39.695Z Compiling unicode-width v0.1.9
7892025-12-18T01:45:39.698Z 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`
7902025-12-18T01:45:39.726Z Compiling idna v1.0.3
7912025-12-18T01:45:39.738Z 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=f324dfc59594a8e5 -C extra-filename=-9a1f33149279d1ca --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-e34c475b2fad84ce.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`
7922025-12-18T01:45:39.863Z Compiling console v0.15.7
7932025-12-18T01:45:39.867Z 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=73f1f9a7bf02b862 -C extra-filename=-368fb8389828eca3 --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-9adea2ec8d642779.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-07fc40ab92b7be4e.rmeta --cap-lints allow`
7942025-12-18T01:45:40.374Z Compiling hyper v1.8.1
7952025-12-18T01:45:40.395Z 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=8424561cd6e7ebb0 -C extra-filename=-76496e04888091e0 --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-9742bfc31bfc5a2c.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-050a48e7530bf0b5.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-72c27f76ab1fcf03.rmeta --cap-lints allow`
7962025-12-18T01:45:40.510Z Compiling newline-converter v0.3.0
7972025-12-18T01:45:40.513Z 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`
7982025-12-18T01:45:40.691Z Compiling chrono v0.4.42
7992025-12-18T01:45:40.695Z 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=915704c60aa50ce6 -C extra-filename=-c391851cfff0c480 --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-32cfebf190bdffa2.rmeta --cap-lints allow`
8002025-12-18T01:45:41.240Z Compiling sha1 v0.10.6
8012025-12-18T01:45:41.243Z 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`
8022025-12-18T01:45:41.429Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-98b8dd84edd8aff1/build-script-build`
8032025-12-18T01:45:41.459Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-78dfc24ca47a64d1/build-script-build`
8042025-12-18T01:45:41.663Z 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=64d29f86579a41c4 -C extra-filename=-40f15872482e61e3 --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-984f6c34658a7318.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-bee039c3072c2b5d.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
8052025-12-18T01:45:41.809Z Compiling mime_guess v2.0.5
8062025-12-18T01:45:41.821Z 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`
8072025-12-18T01:45:42.254Z Compiling rand v0.8.4
8082025-12-18T01:45:42.257Z 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=17e50201590f2526 -C extra-filename=-f9cacf95fd270755 --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-9adea2ec8d642779.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-a95942d398c9d5b6.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-e9aab30bbae385dc.rmeta --cap-lints allow`
8092025-12-18T01:45:42.619Z 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=4e13c0322c30877c -C extra-filename=-cdd3b0c09a7a2094 --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-9411178ddf911f39.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-775cb6867d79230f.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`
8102025-12-18T01:45:42.847Z Compiling hyper-util v0.1.19
8112025-12-18T01:45:42.850Z 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=52af56e33d5222ea -C extra-filename=-ce39109671558680 --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-c4beaf6dd8c68e1e.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-76496e04888091e0.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-e8680fc069cdafc7.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.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-17c17e7344de881c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.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`
8122025-12-18T01:45:42.904Z 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=ef217d7a2ad30282 -C extra-filename=-424800271cbf2ce1 --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-5d11ef27f534d50f.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-0636d225778e88e7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32cfebf190bdffa2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-f0f1a72cad73886b.rmeta --cap-lints allow`
8132025-12-18T01:45:43.774Z Compiling toml_parser v1.0.4
8142025-12-18T01:45:43.777Z 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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=9b55c3e862c56a48 -C extra-filename=-27c48e1c97c70e58 --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`
8152025-12-18T01:45:44.105Z 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=d86ecd50ef01b8e8 -C extra-filename=-2196c97678e9cf06 --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-9411178ddf911f39.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-775cb6867d79230f.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)'`
8162025-12-18T01:45:44.313Z Compiling thiserror-impl v1.0.69
8172025-12-18T01:45:44.334Z 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=ac1e7492d78c914b -C extra-filename=-2fb5fdcc20e3db08 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern proc_macro --cap-lints allow`
8182025-12-18T01:45:44.373Z Compiling concurrent-queue v2.5.0
8192025-12-18T01:45:44.376Z 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`
8202025-12-18T01:45:44.740Z Compiling serde_derive_internals v0.29.0
8212025-12-18T01:45:44.743Z 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=dce8b079b0c4f293 -C extra-filename=-929fea550387134d --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-88aa7f8edcd7aceb.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rmeta --cap-lints allow`
8222025-12-18T01:45:45.415Z Compiling http-body-util v0.1.3
8232025-12-18T01:45:45.418Z 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`
8242025-12-18T01:45:45.597Z Compiling serde_spanned v1.0.3
8252025-12-18T01:45:45.600Z 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.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=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=0a41e5f7dd07f0a7 -C extra-filename=-67adbaa7ecbb433d --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`
8262025-12-18T01:45:45.868Z Compiling toml_datetime v0.7.3
8272025-12-18T01:45:45.880Z 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.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=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=b30367fce59b989d -C extra-filename=-eeba3348d5f23538 --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`
8282025-12-18T01:45:45.885Z Compiling rustls-pemfile v2.2.0
8292025-12-18T01:45:45.885Z 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=af5909b726c586a9 -C extra-filename=-2cc9e915764ef7e0 --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-273b0ec11990680f.rmeta --cap-lints allow`
8302025-12-18T01:45:46.268Z 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.111/src/lib.rs --error-format=json --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=a07bbcbce9dd44c5 -C extra-filename=-03f23af1f4d17ce1 --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-88aa7f8edcd7aceb.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-34998c1384dce2fd.rmeta --cap-lints allow`
8312025-12-18T01:45:46.475Z Compiling multer v3.1.0
8322025-12-18T01:45:46.478Z 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`
8332025-12-18T01:45:46.594Z Compiling sync_wrapper v1.0.1
8342025-12-18T01:45:46.597Z 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`
8352025-12-18T01:45:46.632Z Compiling thread_local v1.1.4
8362025-12-18T01:45:46.635Z 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`
8372025-12-18T01:45:46.746Z Compiling encoding_rs v0.8.32
8382025-12-18T01:45:46.749Z 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`
8392025-12-18T01:45:46.865Z Compiling match_cfg v0.1.0
8402025-12-18T01:45:46.868Z 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`
8412025-12-18T01:45:46.962Z Compiling schemars v0.8.22
8422025-12-18T01:45:46.965Z 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`
8432025-12-18T01:45:46.975Z Compiling heck v0.5.0
8442025-12-18T01:45:46.986Z 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`
8452025-12-18T01:45:47.138Z Compiling similar v2.2.1
8462025-12-18T01:45:47.149Z 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`
8472025-12-18T01:45:47.363Z Compiling semver v1.0.27
8482025-12-18T01:45:47.366Z 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`
8492025-12-18T01:45:47.376Z Compiling slog-async v2.8.0
8502025-12-18T01:45:47.382Z 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`
8512025-12-18T01:45:47.775Z Compiling camino v1.2.1
8522025-12-18T01:45:47.778Z 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.1/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=7cd2829729f47c04 -C extra-filename=-30305b3278c38643 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-30305b3278c38643 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8532025-12-18T01:45:47.909Z Compiling toml_writer v1.0.4
8542025-12-18T01:45:47.913Z 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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8a815fa195de3bbd -C extra-filename=-d2dddae34c893570 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8552025-12-18T01:45:48.064Z Compiling target-triple v1.0.0
8562025-12-18T01:45:48.076Z 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`
8572025-12-18T01:45:48.319Z Compiling parking v2.2.0
8582025-12-18T01:45:48.324Z 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`
8592025-12-18T01:45:48.381Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-30305b3278c38643/build-script-build`
8602025-12-18T01:45:48.441Z Compiling toml v0.9.8
8612025-12-18T01:45:48.444Z 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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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=44794bebbfa04f1c -C extra-filename=-1833c8b4aef1932a --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-67adbaa7ecbb433d.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-eeba3348d5f23538.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-27c48e1c97c70e58.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-d2dddae34c893570.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-0c7cb3e66ab14e6f.rmeta --cap-lints allow`
8622025-12-18T01:45:48.665Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-720b06c19d8bf610/build-script-build`
8632025-12-18T01:45:48.674Z Compiling event-listener v5.0.0
8642025-12-18T01:45:48.686Z 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`
8652025-12-18T01:45:48.720Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-1b6eb845a3cc7555/build-script-build`
8662025-12-18T01:45:48.782Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-d7cab6c2d20fa910/build-script-build`
8672025-12-18T01:45:48.813Z 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=31613aeadee2f423 -C extra-filename=-ed9045dc82b6a1f2 --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-2fb5fdcc20e3db08.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
8682025-12-18T01:45:48.960Z Compiling hostname v0.3.1
8692025-12-18T01:45:48.963Z 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=e5b94e740e4cd213 -C extra-filename=-8236fa4d6372be66 --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-9adea2ec8d642779.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-8e53fec7412e9def.rmeta --cap-lints allow`
8702025-12-18T01:45:49.201Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-a42ca7aa30ae6038/build-script-build`
8712025-12-18T01:45:49.240Z Compiling tokio-rustls v0.25.0
8722025-12-18T01:45:49.243Z 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=990ec49b0ab87b7b -C extra-filename=-d2886119c054bacf --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-cdd3b0c09a7a2094.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
8732025-12-18T01:45:49.258Z Compiling tower v0.5.2
8742025-12-18T01:45:49.261Z 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=5017d70a6a647da7 -C extra-filename=-b1d703ca4b041519 --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-c4beaf6dd8c68e1e.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-050a48e7530bf0b5.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`
8752025-12-18T01:45:49.299Z Compiling schemars_derive v0.8.22
8762025-12-18T01:45:49.302Z 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=e223d9fbc6151e83 -C extra-filename=-3726fad0d0326708 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-929fea550387134d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern proc_macro --cap-lints allow`
8772025-12-18T01:45:49.653Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-d0a31ccf62658966/build-script-build`
8782025-12-18T01:45:49.684Z Compiling tokio-native-tls v0.3.1
8792025-12-18T01:45:49.696Z 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=83fb8db26c21f9f3 -C extra-filename=-b3067edd8d8e7015 --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-40f15872482e61e3.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8802025-12-18T01:45:49.970Z Compiling tokio-rustls v0.26.0
8812025-12-18T01:45:49.974Z 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=0dcbe29303ed19bc -C extra-filename=-28bcca9f18484abe --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-2196c97678e9cf06.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
8822025-12-18T01:45:50.274Z Compiling url v2.5.4
8832025-12-18T01:45:50.282Z 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=ad8ee07c692b489e -C extra-filename=-683cde471e1ad361 --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-9a1f33149279d1ca.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --cap-lints allow`
8842025-12-18T01:45:50.419Z Compiling usdt-attr-macro v0.6.0
8852025-12-18T01:45:50.422Z 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=161b9caad525aa27 -C extra-filename=-756e8c3779ccc8d0 --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-6cff1661bc2abec6.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-9d6a3f1b502164bf.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-9ae9468be46ceb96.rlib --extern proc_macro --cap-lints allow`
8862025-12-18T01:45:50.703Z Compiling usdt-macro v0.6.0
8872025-12-18T01:45:50.708Z 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=2bee67ac364b5d17 -C extra-filename=-a9acce1775c55f65 --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-6cff1661bc2abec6.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-9d6a3f1b502164bf.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-9ae9468be46ceb96.rlib --extern proc_macro --cap-lints allow`
8882025-12-18T01:45:51.995Z Compiling slog-json v2.6.1
8892025-12-18T01:45:52.008Z 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=d21df2b73c30f64a -C extra-filename=-d1754b635ece592a --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-32cfebf190bdffa2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-b0d2e87e6582a83e.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-678e2d8429d2a83c.rmeta --cap-lints allow`
8902025-12-18T01:45:52.011Z Compiling serde_urlencoded v0.7.1
8912025-12-18T01:45:52.011Z 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=7ef51cd3f1f0c520 -C extra-filename=-33b2600921ad94a8 --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-32cfebf190bdffa2.rmeta --cap-lints allow`
8922025-12-18T01:45:52.080Z Compiling futures-executor v0.3.31
8932025-12-18T01:45:52.080Z Compiling async-stream-impl v0.3.6
8942025-12-18T01:45:52.094Z 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=d40f00a6ff916089 -C extra-filename=-a9d9e6348e4ce9b6 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern proc_macro --cap-lints allow`
8952025-12-18T01:45:52.097Z 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=d67b8d9ac87437f7 -C extra-filename=-a6719777a74eb828 --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-c4beaf6dd8c68e1e.rmeta --cap-lints allow`
8962025-12-18T01:45:52.110Z Compiling tempfile v3.23.0
8972025-12-18T01:45:52.121Z 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.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=24b56f82cf7f906b -C extra-filename=-801257d54e435874 --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-5039a579cb9e77c1.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-bcf0c78fdafaa0ad.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-363f7a6341e3500f.rmeta --cap-lints allow`
8982025-12-18T01:45:52.214Z Compiling crossbeam-channel v0.5.1
8992025-12-18T01:45:52.217Z 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`
9002025-12-18T01:45:52.363Z Compiling uuid v1.19.0
9012025-12-18T01:45:52.366Z 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=c406a70819f0dc0d -C extra-filename=-b0f6181e20a2e231 --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-5039a579cb9e77c1.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow`
9022025-12-18T01:45:52.521Z Compiling webpki-roots v0.26.5
9032025-12-18T01:45:52.524Z 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=8cc801b63b59b4fd -C extra-filename=-02ed0684421ed9eb --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-273b0ec11990680f.rmeta --cap-lints allow`
9042025-12-18T01:45:52.623Z 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=fc11f1e9815c5ea1 -C extra-filename=-87d8dccafd308095 --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-424800271cbf2ce1.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-6cff1661bc2abec6.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-88aa7f8edcd7aceb.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32cfebf190bdffa2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-03f23af1f4d17ce1.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-9f47882c2c46d796.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)'`
9052025-12-18T01:45:52.727Z Compiling memmap2 v0.9.8
9062025-12-18T01:45:52.730Z 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=c1ec2a4557fd8352 -C extra-filename=-afeeaaef43cf130b --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-9adea2ec8d642779.rmeta --cap-lints allow`
9072025-12-18T01:45:52.920Z Compiling is-terminal v0.4.12
9082025-12-18T01:45:52.932Z 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=5922788779143e29 -C extra-filename=-cf68fde1c0a102d2 --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-9adea2ec8d642779.rmeta --cap-lints allow`
9092025-12-18T01:45:53.051Z Compiling dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
9102025-12-18T01:45:53.063Z 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`
9112025-12-18T01:45:53.128Z Compiling dyn-clone v1.0.4
9122025-12-18T01:45:53.131Z 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`
9132025-12-18T01:45:53.230Z Compiling take_mut v0.2.2
9142025-12-18T01:45:53.233Z 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`
9152025-12-18T01:45:53.244Z Compiling term v1.1.0
9162025-12-18T01:45:53.244Z 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`
9172025-12-18T01:45:53.270Z Compiling data-encoding v2.4.0
9182025-12-18T01:45:53.273Z 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`
9192025-12-18T01:45:53.371Z Compiling iri-string v0.7.8
9202025-12-18T01:45:53.382Z 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`
9212025-12-18T01:45:53.397Z Compiling anyhow v1.0.100
9222025-12-18T01:45:53.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/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`
9232025-12-18T01:45:53.465Z Compiling utf-8 v0.7.6
9242025-12-18T01:45:53.476Z 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`
9252025-12-18T01:45:53.829Z Compiling spin v0.9.8
9262025-12-18T01:45:53.832Z 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`
9272025-12-18T01:45:54.025Z 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=3547a022138f133c -C extra-filename=-d65d12a6d39c4e7d --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-c4beaf6dd8c68e1e.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`
9282025-12-18T01:45:54.061Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-3d7b93a4921b6d8f/build-script-build`
9292025-12-18T01:45:54.203Z Compiling tungstenite v0.24.0
9302025-12-18T01:45:54.206Z 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=1618d86dda7db0c6 -C extra-filename=-2563e8c8dcc84015 --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-f9cacf95fd270755.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ed9045dc82b6a1f2.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-2b75cd98c852d062.rmeta --cap-lints allow`
9312025-12-18T01:45:54.474Z Compiling slog-term v2.9.2
9322025-12-18T01:45:54.477Z 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=036e8b667a250e63 -C extra-filename=-22986134f19d5aae --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-c391851cfff0c480.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-cf68fde1c0a102d2.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-b0d2e87e6582a83e.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-678e2d8429d2a83c.rmeta --cap-lints allow`
9332025-12-18T01:45:54.889Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-cc8377bd6a4acce9/build-script-build`
9342025-12-18T01:45:54.953Z Compiling async-stream v0.3.6
9352025-12-18T01:45:54.964Z 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=33355ebf3d3f7c9f -C extra-filename=-8461d0e8ef4d5cf3 --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-a9d9e6348e4ce9b6.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`
9362025-12-18T01:45:55.089Z 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=b15530d42f615913 -C extra-filename=-c39bb9e99a23602d --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-b0d2e87e6582a83e.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`
9372025-12-18T01:45:55.250Z Compiling usdt v0.6.0
9382025-12-18T01:45:55.260Z 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=5686233693488ab1 -C extra-filename=-a581d9069142f019 --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-424800271cbf2ce1.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-5d11ef27f534d50f.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-afeeaaef43cf130b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32cfebf190bdffa2.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-756e8c3779ccc8d0.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-87d8dccafd308095.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-a9acce1775c55f65.so --cap-lints allow`
9392025-12-18T01:45:55.260Z 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=90e4b2cda90d8321 -C extra-filename=-01d9cd86f8d3b2bf --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-c391851cfff0c480.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-3726fad0d0326708.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32cfebf190bdffa2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9402025-12-18T01:45:55.728Z Compiling hyper-rustls v0.27.3
9412025-12-18T01:45:55.740Z 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=cdd3850b946747d2 -C extra-filename=-32c46a75ca82359a --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-c4beaf6dd8c68e1e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-76496e04888091e0.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-2196c97678e9cf06.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28bcca9f18484abe.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-02ed0684421ed9eb.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
9422025-12-18T01:45:55.771Z Compiling atomicwrites v0.4.4
9432025-12-18T01:45:55.774Z 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=17303adfb270aed2 -C extra-filename=-f171ab0bb65b56ba --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-5ee89106b5fe454a.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rmeta --cap-lints allow`
9442025-12-18T01:45:56.132Z Compiling futures v0.3.31
9452025-12-18T01:45:56.135Z 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=a7a61d955b0bd92b -C extra-filename=-c2c73bc5df34f60e --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-a6719777a74eb828.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-c4beaf6dd8c68e1e.rmeta --cap-lints allow`
9462025-12-18T01:45:56.225Z Compiling slog-bunyan v2.5.0
9472025-12-18T01:45:56.228Z 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=b4c9f348fa1159c6 -C extra-filename=-e9f59d577dc14493 --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-8236fa4d6372be66.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-b0d2e87e6582a83e.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-678e2d8429d2a83c.rmeta --cap-lints allow`
9482025-12-18T01:45:56.255Z Compiling hyper-tls v0.6.0
9492025-12-18T01:45:56.258Z 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=0224cdde6d1f96fe -C extra-filename=-8bd0010cef991d60 --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-76496e04888091e0.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-40f15872482e61e3.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-b3067edd8d8e7015.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9502025-12-18T01:45:56.340Z Compiling tower-http v0.6.5
9512025-12-18T01:45:56.343Z 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.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="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=3d6b4136c7d15540 -C extra-filename=-79862fa095d75984 --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-c4beaf6dd8c68e1e.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-b1d703ca4b041519.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`
9522025-12-18T01:45:56.407Z 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`
9532025-12-18T01:45:56.435Z Compiling event-listener-strategy v0.5.4
9542025-12-18T01:45:56.447Z 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`
9552025-12-18T01:45:56.577Z 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"))'`
9562025-12-18T01:45:56.650Z 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.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=6dc87c3642f3a28c -C extra-filename=-513bd6d80956de47 --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 --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)'`
9572025-12-18T01:45:56.666Z Compiling dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9582025-12-18T01:45:56.669Z 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=8fc2982ba11ae27d -C extra-filename=-90fddba4b53fa7bd --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b7c960abbdcc4b53.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-9d6a3f1b502164bf.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern proc_macro`
9592025-12-18T01:45:56.679Z Compiling rustls-native-certs v0.7.0
9602025-12-18T01:45:56.683Z 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=38039fcffa9d1051 -C extra-filename=-dc4cec70e8d196b4 --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-2cc9e915764ef7e0.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rmeta --cap-lints allow`
9612025-12-18T01:45:57.085Z Compiling openapiv3 v2.2.0
9622025-12-18T01:45:57.097Z 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=1e633a5373088d76 -C extra-filename=-c19784c14c2b5120 --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-32cfebf190bdffa2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rmeta --cap-lints allow`
9632025-12-18T01:45:57.165Z Compiling yasna v0.5.2
9642025-12-18T01:45:57.168Z 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=38fa68ccd7aaeb5c -C extra-filename=-3d9f1f737b804742 --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-678e2d8429d2a83c.rmeta --cap-lints allow`
9652025-12-18T01:45:57.349Z Compiling async-trait v0.1.89
9662025-12-18T01:45:57.353Z 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=feac96e8f0c745a8 -C extra-filename=-5c03d8b5d22aab09 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern proc_macro --cap-lints allow`
9672025-12-18T01:45:57.390Z Compiling pem v3.0.6
9682025-12-18T01:45:57.393Z 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`
9692025-12-18T01:45:57.549Z Compiling waitgroup v0.1.2
9702025-12-18T01:45:57.553Z 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`
9712025-12-18T01:45:57.786Z Compiling serde_path_to_error v0.1.20
9722025-12-18T01:45:57.789Z 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`
9732025-12-18T01:45:58.183Z Compiling webpki-roots v1.0.0
9742025-12-18T01:45:58.186Z 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=120714f5c9ea6d2e -C extra-filename=-a275f8fdc637cb55 --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-273b0ec11990680f.rmeta --cap-lints allow`
9752025-12-18T01:45:58.396Z Compiling hostname v0.4.2
9762025-12-18T01:45:58.399Z 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=9c1cd723fca8c0d3 -C extra-filename=-8b4257c9779d33a4 --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-9adea2ec8d642779.rmeta --cap-lints allow`
9772025-12-18T01:45:58.583Z Compiling http-range v0.1.4
9782025-12-18T01:45:58.586Z 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`
9792025-12-18T01:45:58.675Z Compiling debug-ignore v1.0.5
9802025-12-18T01:45:58.678Z 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`
9812025-12-18T01:45:58.816Z Compiling termcolor v1.1.2
9822025-12-18T01:45:58.819Z 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`
9832025-12-18T01:45:58.846Z Compiling simple-mermaid v0.2.0
9842025-12-18T01:45:58.849Z 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`
9852025-12-18T01:45:58.849Z Compiling glob v0.3.0
9862025-12-18T01:45:58.859Z 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`
9872025-12-18T01:45:58.914Z Compiling hyper-staticfile v0.10.1
9882025-12-18T01:45:58.918Z Compiling reqwest v0.12.24
9892025-12-18T01:45:58.918Z 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=460753145b41ad02 -C extra-filename=-4f78f4d7bc3b2c82 --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-c4beaf6dd8c68e1e.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-76496e04888091e0.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-f9cacf95fd270755.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-683cde471e1ad361.rmeta --cap-lints allow`
9902025-12-18T01:45:58.918Z 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.24/src/lib.rs --error-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=8d4d728c9652e940 -C extra-filename=-b665442f8887de30 --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-9742bfc31bfc5a2c.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-76496e04888091e0.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32c46a75ca82359a.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-8bd0010cef991d60.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-40f15872482e61e3.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-2196c97678e9cf06.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32cfebf190bdffa2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-33b2600921ad94a8.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-ef0bbdc2a7a3739f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-b3067edd8d8e7015.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28bcca9f18484abe.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-b1d703ca4b041519.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-79862fa095d75984.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-683cde471e1ad361.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-a275f8fdc637cb55.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
9912025-12-18T01:45:58.950Z Compiling rcgen v0.14.5
9922025-12-18T01:45:58.978Z 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.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="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=5f2bc662fc56795d -C extra-filename=-cffd66b11691610f --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-9411178ddf911f39.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-678e2d8429d2a83c.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-3d9f1f737b804742.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
9932025-12-18T01:45:59.524Z Compiling trybuild v1.0.114
9942025-12-18T01:45:59.527Z 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=8df53e1de2a26794 -C extra-filename=-477d498aa27269dc --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-32cfebf190bdffa2.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-8bdaae37c5fac2d3.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-1833c8b4aef1932a.rmeta --cap-lints allow`
9952025-12-18T01:45:59.611Z Compiling hyper-rustls v0.26.0
9962025-12-18T01:45:59.622Z 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=4a25dd2ae5a86773 -C extra-filename=-5163a48b844e51ec --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-c4beaf6dd8c68e1e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-76496e04888091e0.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-aaa7dec7979a9811.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-dc4cec70e8d196b4.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.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`
9972025-12-18T01:45:59.741Z Compiling async-channel v2.5.0
9982025-12-18T01:45:59.744Z 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`
9992025-12-18T01:45:59.990Z Compiling expectorate v1.2.0
10002025-12-18T01:45:59.993Z 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=3f8a3c08b3c19ce3 -C extra-filename=-25ac731f505db3d0 --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-f171ab0bb65b56ba.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-368fb8389828eca3.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`
10012025-12-18T01:46:00.112Z Compiling tokio-tungstenite v0.24.0
10022025-12-18T01:46:00.124Z 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=bbd934117ea1ca90 -C extra-filename=-519328d8862c052d --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-c4beaf6dd8c68e1e.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-aaa7dec7979a9811.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-2563e8c8dcc84015.rmeta --cap-lints allow`
10032025-12-18T01:46:00.142Z 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)'`
10042025-12-18T01:46:00.222Z Compiling subprocess v0.2.9
10052025-12-18T01:46:00.225Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c86e6cc4cb0f5f0 -C extra-filename=-f72eb48d24b06cb4 --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-9adea2ec8d642779.rmeta --cap-lints allow`
10062025-12-18T01:46:00.642Z Compiling buf-list v1.1.2
10072025-12-18T01:46:00.646Z 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`
10082025-12-18T01:46:00.963Z 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`
10092025-12-18T01:46:01.083Z Compiling prettyplease v0.2.37
10102025-12-18T01:46:01.096Z 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`
10112025-12-18T01:46:01.123Z Compiling schema-derive v0.1.0
10122025-12-18T01:46:01.123Z 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=3a344a467ffd933e -C extra-filename=-88b4b9123ea57d14 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern proc_macro --cap-lints allow`
10132025-12-18T01:46:01.271Z 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.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=0fdd07546491d91d -C extra-filename=-a1c5a492642b47df --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-5039a579cb9e77c1.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-6945da026d0a24eb.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-363f7a6341e3500f.rmeta --cap-lints allow`
10142025-12-18T01:46:01.504Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-6e5c36ae50b46342/build-script-build`
10152025-12-18T01:46:01.524Z 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=77501c9bab93f362 -C extra-filename=-08bf477571ad9187 --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-88aa7f8edcd7aceb.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10162025-12-18T01:46:01.687Z 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=68717e063a3ae3c7 -C extra-filename=-38fff89a0c23fa57 --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-5ee89106b5fe454a.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-a1c5a492642b47df.rmeta --cap-lints allow`
10172025-12-18T01:46:01.890Z 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=bc19099aaf1cd82a -C extra-filename=-5e79b6fa57659a12 --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-38fff89a0c23fa57.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-368fb8389828eca3.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`
10182025-12-18T01:46:03.288Z Compiling schema v0.1.0
10192025-12-18T01:46:03.294Z 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=038a50db8d0afb01 -C extra-filename=-03ed0c7cf616d51e --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-8461d0e8ef4d5cf3.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.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-90fddba4b53fa7bd.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cdd3b0c09a7a2094.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
10202025-12-18T01:46:03.294Z 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=f470cee8fb41b493 -C extra-filename=-0441364d9e80f8f7 --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-88aa7f8edcd7aceb.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-88b4b9123ea57d14.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rmeta --cap-lints allow`
10212025-12-18T01:46:03.399Z 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=e1589de6607d093b -C extra-filename=-43ae28bb8dc67aa2 --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-5e79b6fa57659a12.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-86e41ea74570e15a.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-08bf477571ad9187.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-0441364d9e80f8f7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b7c960abbdcc4b53.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-9d6a3f1b502164bf.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern proc_macro`
10222025-12-18T01:46:04.909Z 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=dcafa32998312389 -C extra-filename=-4f3f40de159698e3 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.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-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10232025-12-18T01:46:12.154Z 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=0da5c27ae4936131 -C extra-filename=-75a9df255d83ec5e --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10242025-12-18T01:46:12.158Z 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=35fffcdada82a704 -C extra-filename=-1a2baa2f3343241d --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10252025-12-18T01:46:12.158Z 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=d94c43b57065c2cd -C extra-filename=-59660a0356d9f704 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10262025-12-18T01:46:12.162Z 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=247b79f230c33fbc -C extra-filename=-b499f1274ad71fbf --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10272025-12-18T01:46:12.166Z 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=6e3abacddf4b8b9b -C extra-filename=-78b3f69358e3bcab --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10282025-12-18T01:46:12.184Z 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=f7f0bc67a15fe0c0 -C extra-filename=-731c393da12e21e7 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10292025-12-18T01:46:12.184Z 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=9aae1bedd93d8f7d -C extra-filename=-01abbbc0ff9ec26d --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10302025-12-18T01:46:13.632Z 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=b58c6d0ad2f3ebed -C extra-filename=-a8b3fcbf2927042d --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10312025-12-18T01:46:26.085Z 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=d27d17c5a18be81a -C extra-filename=-6bf770d5605d1331 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10322025-12-18T01:46:30.787Z 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=4b6dd7721e6f09fc -C extra-filename=-62841ebf98b4c719 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10332025-12-18T01:46:31.739Z 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=ed1f13ecf791911f -C extra-filename=-4068d24d892b6c01 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10342025-12-18T01:46:32.580Z 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=346d32b90f475ea8 -C extra-filename=-e75dd893f4686707 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10352025-12-18T01:46:33.442Z 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=0e8b07ebaa25b45e -C extra-filename=-2217bb3528d9971b --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10362025-12-18T01:46:33.950Z 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=d1231bf5c3027b32 -C extra-filename=-b6ae0b6a14ff8a96 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10372025-12-18T01:46:34.300Z 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=94c208b6b2f4972e -C extra-filename=-b5f5ec57a908322f --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10382025-12-18T01:46:44.856Z 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=4a24968437a4f89e -C extra-filename=-51d5c722a0b51929 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10392025-12-18T01:46:50.759Z 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=1fc4161db1034138 -C extra-filename=-871a6edbab6f1b73 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10402025-12-18T01:46:51.442Z 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=8e529e75bd9accfd -C extra-filename=-d584daf8fa16b637 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10412025-12-18T01:46:51.802Z 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=672e61c7772b19ac -C extra-filename=-19fc22f727f8bb56 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10422025-12-18T01:46:54.415Z 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=85493cb6cc437780 -C extra-filename=-370489c1130b24e3 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10432025-12-18T01:46:56.492Z 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=0a5c111b041d0ec7 -C extra-filename=-875824def3a9128c --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10442025-12-18T01:46:57.188Z 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=3fb113668d27070b -C extra-filename=-25b8f52e19c48774 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10452025-12-18T01:47:04.651Z 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=ad7d07ca2c662ba7 -C extra-filename=-4d94aab8f22ecad7 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10462025-12-18T01:47:11.340Z 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=dd5744f1d1f567bf -C extra-filename=-7a09d4d8e882e8be --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-03ed0c7cf616d51e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-90fddba4b53fa7bd.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
10472025-12-18T01:47:30.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
10482025-12-18T01:47:30.927Z
10492025-12-18T01:47:30.927Zreal 2:22.770552980
10502025-12-18T01:47:30.927Zuser 14:19.967203416
10512025-12-18T01:47:30.927Zsys 1:47.509043089
10522025-12-18T01:47:30.927Ztrap 0.716413744
10532025-12-18T01:47:30.927Ztflt 0.277463652
10542025-12-18T01:47:30.927Zdflt 0.199350346
10552025-12-18T01:47:30.928Zkflt 0.005698247
10562025-12-18T01:47:30.931Zlock 43:40.742977812
10572025-12-18T01:47:30.931Zslp 1:05:34.286485116
10582025-12-18T01:47:30.931Zlat 47.231406472
10592025-12-18T01:47:30.931Zstop 1:14.889308525
10602025-12-18T01:47:30.931Z+ banner test
10612025-12-18T01:47:30.931Z
10622025-12-18T01:47:30.931Z ##### ###### #### #####
10632025-12-18T01:47:30.932Z # # # #
10642025-12-18T01:47:30.932Z # ##### #### #
10652025-12-18T01:47:30.932Z # # # #
10662025-12-18T01:47:30.932Z # # # # #
10672025-12-18T01:47:30.932Z # ###### #### #
10682025-12-18T01:47:30.932Z
10692025-12-18T01:47:30.933Z+ ptime -m cargo test --all-features --locked --verbose
10702025-12-18T01:47:31.237Z Fresh unicode-ident v1.0.12
10712025-12-18T01:47:31.237Z Fresh cfg-if v1.0.0
10722025-12-18T01:47:31.237Z Fresh itoa v1.0.1
10732025-12-18T01:47:31.240Z Fresh memchr v2.6.0
10742025-12-18T01:47:31.240Z Fresh proc-macro2 v1.0.103
10752025-12-18T01:47:31.240Z Fresh pin-project-lite v0.2.12
10762025-12-18T01:47:31.240Z Fresh shlex v1.3.0
10772025-12-18T01:47:31.240Z Fresh autocfg v1.1.0
10782025-12-18T01:47:31.240Z Fresh bytes v1.11.0
10792025-12-18T01:47:31.240Z Fresh quote v1.0.42
10802025-12-18T01:47:31.240Z Fresh libc v0.2.178
10812025-12-18T01:47:31.240Z Fresh cc v1.2.16
10822025-12-18T01:47:31.241Z Fresh smallvec v1.13.2
10832025-12-18T01:47:31.241Z Fresh version_check v0.9.5
10842025-12-18T01:47:31.241Z Fresh futures-core v0.3.31
10852025-12-18T01:47:31.241Z Fresh scopeguard v1.2.0
10862025-12-18T01:47:31.241Z Fresh futures-sink v0.3.31
10872025-12-18T01:47:31.241Z Fresh serde_derive v1.0.228
10882025-12-18T01:47:31.241Z Fresh lock_api v0.4.6
10892025-12-18T01:47:31.241Z Fresh tokio-macros v2.6.0
10902025-12-18T01:47:31.241Z Fresh synstructure v0.13.1
10912025-12-18T01:47:31.241Z Fresh log v0.4.17
10922025-12-18T01:47:31.241Z Fresh parking_lot_core v0.9.4
10932025-12-18T01:47:31.241Z Fresh ryu v1.0.5
10942025-12-18T01:47:31.241Z Fresh mio v1.0.3
10952025-12-18T01:47:31.241Z Fresh socket2 v0.6.0
10962025-12-18T01:47:31.241Z Fresh getrandom v0.2.11
10972025-12-18T01:47:31.241Z Fresh signal-hook-registry v1.4.0
10982025-12-18T01:47:31.241Z Fresh parking_lot v0.12.1
10992025-12-18T01:47:31.241Z Fresh slab v0.4.9
11002025-12-18T01:47:31.241Z Fresh bitflags v2.4.0
11012025-12-18T01:47:31.242Z Fresh zerofrom-derive v0.1.5
11022025-12-18T01:47:31.242Z Fresh futures-channel v0.3.31
11032025-12-18T01:47:31.242Z Fresh http v1.4.0
11042025-12-18T01:47:31.242Z Fresh tokio v1.48.0
11052025-12-18T01:47:31.242Z Fresh pin-utils v0.1.0
11062025-12-18T01:47:31.242Z Fresh zeroize v1.7.0
11072025-12-18T01:47:31.242Z Fresh zerofrom v0.1.5
11082025-12-18T01:47:31.242Z Fresh yoke-derive v0.7.5
11092025-12-18T01:47:31.242Z Fresh futures-macro v0.3.31
11102025-12-18T01:47:31.242Z Fresh rustls-pki-types v1.13.1
11112025-12-18T01:47:31.242Z Fresh thiserror-impl v2.0.17
11122025-12-18T01:47:31.242Z Fresh futures-io v0.3.31
11132025-12-18T01:47:31.242Z Fresh futures-task v0.3.31
11142025-12-18T01:47:31.242Z Fresh stable_deref_trait v1.2.0
11152025-12-18T01:47:31.242Z Fresh futures-util v0.3.31
11162025-12-18T01:47:31.242Z Fresh thiserror v2.0.17
11172025-12-18T01:47:31.242Z Fresh yoke v0.7.5
11182025-12-18T01:47:31.242Z Fresh zerovec-derive v0.10.3
11192025-12-18T01:47:31.242Z Fresh zerovec v0.10.4
11202025-12-18T01:47:31.242Z Fresh serde_core v1.0.228
11212025-12-18T01:47:31.242Z Fresh displaydoc v0.2.5
11222025-12-18T01:47:31.242Z Fresh tracing-core v0.1.32
11232025-12-18T01:47:31.242Z Fresh ucd-trie v0.1.6
11242025-12-18T01:47:31.242Z Fresh httparse v1.10.0
11252025-12-18T01:47:31.242Z Fresh getrandom v0.3.1
11262025-12-18T01:47:31.242Z Fresh untrusted v0.9.0
11272025-12-18T01:47:31.242Z Fresh hashbrown v0.16.1
11282025-12-18T01:47:31.242Z Fresh equivalent v1.0.0
11292025-12-18T01:47:31.242Z Fresh pest v2.8.1
11302025-12-18T01:47:31.242Z Fresh tinystr v0.7.6
11312025-12-18T01:47:31.242Z Fresh serde v1.0.228
11322025-12-18T01:47:31.242Z Fresh ring v0.17.13
11332025-12-18T01:47:31.242Z Fresh indexmap v2.12.1
11342025-12-18T01:47:31.242Z Fresh tracing v0.1.40
11352025-12-18T01:47:31.242Z Fresh http-body v1.0.1
11362025-12-18T01:47:31.242Z Fresh errno v0.3.10
11372025-12-18T01:47:31.243Z Fresh vcpkg v0.2.15
11382025-12-18T01:47:31.243Z Fresh litemap v0.7.4
11392025-12-18T01:47:31.243Z Fresh atomic-waker v1.1.2
11402025-12-18T01:47:31.243Z Fresh pkg-config v0.3.31
11412025-12-18T01:47:31.243Z Fresh writeable v0.5.5
11422025-12-18T01:47:31.243Z Fresh percent-encoding v2.3.2
11432025-12-18T01:47:31.243Z Fresh icu_locid v1.5.0
11442025-12-18T01:47:31.243Z Fresh tokio-util v0.7.7
11452025-12-18T01:47:31.243Z Fresh pest_meta v2.8.1
11462025-12-18T01:47:31.243Z Fresh icu_provider_macros v1.5.0
11472025-12-18T01:47:31.243Z Fresh zerocopy-derive v0.8.27
11482025-12-18T01:47:31.243Z Fresh try-lock v0.2.3
11492025-12-18T01:47:31.243Z Fresh fnv v1.0.7
11502025-12-18T01:47:31.243Z Fresh icu_provider v1.5.0
11512025-12-18T01:47:31.243Z Fresh zerocopy v0.8.27
11522025-12-18T01:47:31.243Z Fresh want v0.3.0
11532025-12-18T01:47:31.243Z Fresh pest_generator v2.8.1
11542025-12-18T01:47:31.246Z Fresh h2 v0.4.6
11552025-12-18T01:47:31.246Z Fresh typenum v1.14.0
11562025-12-18T01:47:31.246Z Fresh rustversion v1.0.22
11572025-12-18T01:47:31.246Z Fresh rustix v1.0.2
11582025-12-18T01:47:31.246Z Fresh rustls-webpki v0.102.8
11592025-12-18T01:47:31.246Z Fresh base64 v0.22.1
11602025-12-18T01:47:31.247Z Fresh tower-layer v0.3.3
11612025-12-18T01:47:31.247Z Fresh num-conv v0.1.0
11622025-12-18T01:47:31.247Z Fresh fastrand v2.1.1
11632025-12-18T01:47:31.247Z Fresh subtle v2.5.0
11642025-12-18T01:47:31.247Z Fresh tower-service v0.3.3
11652025-12-18T01:47:31.247Z Fresh byteorder v1.4.3
11662025-12-18T01:47:31.247Z Fresh time-core v0.1.2
11672025-12-18T01:47:31.247Z Fresh icu_locid_transform_data v1.5.0
11682025-12-18T01:47:31.247Z Fresh httpdate v1.0.1
11692025-12-18T01:47:31.247Z Fresh powerfmt v0.2.0
11702025-12-18T01:47:31.247Z Fresh icu_locid_transform v1.5.0
11712025-12-18T01:47:31.247Z Fresh hyper v1.8.1
11722025-12-18T01:47:31.247Z Fresh deranged v0.3.11
11732025-12-18T01:47:31.247Z Fresh time-macros v0.2.18
11742025-12-18T01:47:31.247Z Fresh generic-array v0.14.5
11752025-12-18T01:47:31.247Z Fresh crossbeam-utils v0.8.15
11762025-12-18T01:47:31.247Z Fresh pest_derive v2.8.1
11772025-12-18T01:47:31.247Z Fresh serde_tokenstream v0.2.2
11782025-12-18T01:47:31.247Z Fresh icu_collections v1.5.0
11792025-12-18T01:47:31.247Z Fresh num_threads v0.1.3
11802025-12-18T01:47:31.247Z Fresh icu_properties_data v1.5.0
11812025-12-18T01:47:31.247Z Fresh dtrace-parser v0.3.0
11822025-12-18T01:47:31.247Z Fresh rustix v0.38.44
11832025-12-18T01:47:31.247Z Fresh icu_properties v1.5.1
11842025-12-18T01:47:31.247Z Fresh time v0.3.36
11852025-12-18T01:47:31.247Z Fresh serde_json v1.0.145
11862025-12-18T01:47:31.247Z Fresh erased-serde v0.3.31
11872025-12-18T01:47:31.247Z Fresh scroll_derive v0.13.1
11882025-12-18T01:47:31.247Z Fresh thread-id v5.0.0
11892025-12-18T01:47:31.247Z Fresh utf16_iter v1.0.5
11902025-12-18T01:47:31.247Z Fresh foreign-types-shared v0.1.1
11912025-12-18T01:47:31.247Z Fresh utf8_iter v1.0.4
11922025-12-18T01:47:31.247Z Fresh write16 v1.0.0
11932025-12-18T01:47:31.247Z Fresh openssl-probe v0.1.4
11942025-12-18T01:47:31.247Z Fresh icu_normalizer_data v1.5.0
11952025-12-18T01:47:31.247Z Fresh ipnet v2.10.0
11962025-12-18T01:47:31.247Z Fresh foreign-types v0.3.2
11972025-12-18T01:47:31.248Z Fresh icu_normalizer v1.5.0
11982025-12-18T01:47:31.248Z Fresh hyper-util v0.1.19
11992025-12-18T01:47:31.248Z Fresh slog v2.8.2
12002025-12-18T01:47:31.248Z Fresh paste v1.0.15
12012025-12-18T01:47:31.248Z Fresh scroll v0.13.0
12022025-12-18T01:47:31.248Z Fresh crypto-common v0.1.6
12032025-12-18T01:47:31.248Z Fresh block-buffer v0.10.2
12042025-12-18T01:47:31.248Z Fresh openssl-sys v0.9.107
12052025-12-18T01:47:31.248Z Fresh form_urlencoded v1.2.2
12062025-12-18T01:47:31.248Z Fresh rand_core v0.6.3
12072025-12-18T01:47:31.248Z Fresh openssl-macros v0.1.1
12082025-12-18T01:47:31.248Z Fresh plain v0.2.3
12092025-12-18T01:47:31.248Z Fresh mime v0.3.16
12102025-12-18T01:47:31.248Z Fresh lazy_static v1.5.0
12112025-12-18T01:47:31.248Z Fresh unicode-segmentation v1.10.0
12122025-12-18T01:47:31.248Z Fresh unicode-width v0.1.9
12132025-12-18T01:47:31.248Z Fresh ppv-lite86 v0.2.15
12142025-12-18T01:47:31.248Z Fresh newline-converter v0.3.0
12152025-12-18T01:47:31.248Z Fresh openssl v0.10.72
12162025-12-18T01:47:31.248Z Fresh goblin v0.10.1
12172025-12-18T01:47:31.248Z Fresh console v0.15.7
12182025-12-18T01:47:31.248Z Fresh rand_chacha v0.3.1
12192025-12-18T01:47:31.248Z Fresh idna_adapter v1.2.0
12202025-12-18T01:47:31.248Z Fresh digest v0.10.7
12212025-12-18T01:47:31.248Z Fresh unicase v2.6.0
12222025-12-18T01:47:31.248Z Fresh num-traits v0.2.14
12232025-12-18T01:47:31.248Z Fresh winnow v0.7.13
12242025-12-18T01:47:31.248Z Fresh heck v0.5.0
12252025-12-18T01:47:31.248Z Fresh semver v1.0.27
12262025-12-18T01:47:31.248Z Fresh pretty-hex v0.4.1
12272025-12-18T01:47:31.248Z Fresh cpufeatures v0.2.2
12282025-12-18T01:47:31.248Z Fresh similar v2.2.1
12292025-12-18T01:47:31.248Z Fresh iana-time-zone v0.1.47
12302025-12-18T01:47:31.248Z Fresh dof v0.4.0
12312025-12-18T01:47:31.248Z Fresh toml_parser v1.0.4
12322025-12-18T01:47:31.248Z Fresh sha1 v0.10.6
12332025-12-18T01:47:31.249Z Fresh rustls v0.23.13
12342025-12-18T01:47:31.249Z Fresh chrono v0.4.42
12352025-12-18T01:47:31.249Z Fresh rand v0.8.4
12362025-12-18T01:47:31.249Z Fresh native-tls v0.2.12
12372025-12-18T01:47:31.249Z Fresh idna v1.0.3
12382025-12-18T01:47:31.249Z Fresh rustls v0.22.4
12392025-12-18T01:47:31.249Z Fresh concurrent-queue v2.5.0
12402025-12-18T01:47:31.249Z Fresh http-body-util v0.1.3
12412025-12-18T01:47:31.249Z Fresh rustls-pemfile v2.2.0
12422025-12-18T01:47:31.249Z Fresh serde_derive_internals v0.29.0
12432025-12-18T01:47:31.249Z Fresh thiserror-impl v1.0.69
12442025-12-18T01:47:31.249Z Fresh serde_spanned v1.0.3
12452025-12-18T01:47:31.249Z Fresh sync_wrapper v1.0.1
12462025-12-18T01:47:31.249Z Fresh toml_datetime v0.7.3
12472025-12-18T01:47:31.249Z Fresh thread_local v1.1.4
12482025-12-18T01:47:31.249Z Fresh syn v2.0.111
12492025-12-18T01:47:31.249Z Fresh encoding_rs v0.8.32
12502025-12-18T01:47:31.249Z Fresh parking v2.2.0
12512025-12-18T01:47:31.249Z Fresh match_cfg v0.1.0
12522025-12-18T01:47:31.249Z Fresh toml_writer v1.0.4
12532025-12-18T01:47:31.249Z Fresh hostname v0.3.1
12542025-12-18T01:47:31.253Z Fresh usdt-impl v0.6.0
12552025-12-18T01:47:31.253Z Fresh event-listener v5.0.0
12562025-12-18T01:47:31.253Z Fresh toml v0.9.8
12572025-12-18T01:47:31.253Z Fresh schemars_derive v0.8.22
12582025-12-18T01:47:31.253Z Fresh thiserror v1.0.69
12592025-12-18T01:47:31.253Z Fresh tower v0.5.2
12602025-12-18T01:47:31.253Z Fresh tokio-rustls v0.25.0
12612025-12-18T01:47:31.253Z Fresh tokio-native-tls v0.3.1
12622025-12-18T01:47:31.253Z Fresh url v2.5.4
12632025-12-18T01:47:31.253Z Fresh tokio-rustls v0.26.0
12642025-12-18T01:47:31.253Z Fresh usdt-macro v0.6.0
12652025-12-18T01:47:31.253Z Compiling dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12662025-12-18T01:47:31.253Z Fresh usdt-attr-macro v0.6.0
12672025-12-18T01:47:31.253Z Fresh serde_urlencoded v0.7.1
12682025-12-18T01:47:31.253Z Fresh slog-json v2.6.1
12692025-12-18T01:47:31.253Z Fresh crossbeam-channel v0.5.1
12702025-12-18T01:47:31.253Z 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=3bb0626959089d77 -C extra-filename=-dd8147edcdc08e54 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b7c960abbdcc4b53.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-9d6a3f1b502164bf.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern proc_macro`
12712025-12-18T01:47:31.253Z Fresh uuid v1.19.0
12722025-12-18T01:47:31.302Z Fresh futures-executor v0.3.31
12732025-12-18T01:47:31.307Z Fresh webpki-roots v0.26.5
12742025-12-18T01:47:31.307Z Fresh async-stream-impl v0.3.6
12752025-12-18T01:47:31.307Z Fresh memmap2 v0.9.8
12762025-12-18T01:47:31.307Z Fresh is-terminal v0.4.12
12772025-12-18T01:47:31.307Z Fresh dyn-clone v1.0.4
12782025-12-18T01:47:31.307Z Fresh spin v0.9.8
12792025-12-18T01:47:31.307Z Fresh iri-string v0.7.8
12802025-12-18T01:47:31.307Z Fresh term v1.1.0
12812025-12-18T01:47:31.307Z Fresh data-encoding v2.4.0
12822025-12-18T01:47:31.307Z Fresh take_mut v0.2.2
12832025-12-18T01:47:31.307Z Fresh utf-8 v0.7.6
12842025-12-18T01:47:31.307Z Fresh schemars v0.8.22
12852025-12-18T01:47:31.307Z Fresh tower-http v0.6.5
12862025-12-18T01:47:31.307Z Fresh slog-term v2.9.2
12872025-12-18T01:47:31.307Z Fresh multer v3.1.0
12882025-12-18T01:47:31.307Z Fresh tungstenite v0.24.0
12892025-12-18T01:47:31.307Z Fresh slog-async v2.8.0
12902025-12-18T01:47:31.307Z Fresh async-stream v0.3.6
12912025-12-18T01:47:31.307Z Fresh usdt v0.6.0
12922025-12-18T01:47:31.307Z Fresh hyper-rustls v0.27.3
12932025-12-18T01:47:31.307Z Fresh futures v0.3.31
12942025-12-18T01:47:31.307Z Fresh slog-bunyan v2.5.0
12952025-12-18T01:47:31.307Z Fresh hyper-tls v0.6.0
12962025-12-18T01:47:31.307Z Fresh mime_guess v2.0.5
12972025-12-18T01:47:31.307Z Fresh target-triple v1.0.0
12982025-12-18T01:47:31.308Z Fresh camino v1.2.1
12992025-12-18T01:47:31.308Z Fresh event-listener-strategy v0.5.4
13002025-12-18T01:47:31.308Z Fresh rustls-native-certs v0.7.0
13012025-12-18T01:47:31.308Z Fresh yasna v0.5.2
13022025-12-18T01:47:31.308Z Fresh pem v3.0.6
13032025-12-18T01:47:31.308Z Fresh waitgroup v0.1.2
13042025-12-18T01:47:31.308Z Fresh openapiv3 v2.2.0
13052025-12-18T01:47:31.308Z Fresh webpki-roots v1.0.0
13062025-12-18T01:47:31.308Z Fresh async-trait v0.1.89
13072025-12-18T01:47:31.308Z Fresh serde_path_to_error v0.1.20
13082025-12-18T01:47:31.308Z Fresh hostname v0.4.2
13092025-12-18T01:47:31.308Z Fresh simple-mermaid v0.2.0
13102025-12-18T01:47:31.308Z Fresh debug-ignore v1.0.5
13112025-12-18T01:47:31.308Z Fresh http-range v0.1.4
13122025-12-18T01:47:31.308Z Fresh termcolor v1.1.2
13132025-12-18T01:47:31.308Z Fresh glob v0.3.0
13142025-12-18T01:47:31.308Z Fresh trybuild v1.0.114
13152025-12-18T01:47:31.308Z Fresh hyper-staticfile v0.10.1
13162025-12-18T01:47:31.308Z Fresh reqwest v0.12.24
13172025-12-18T01:47:31.308Z Fresh hyper-rustls v0.26.0
13182025-12-18T01:47:31.308Z Fresh rcgen v0.14.5
13192025-12-18T01:47:31.308Z Fresh async-channel v2.5.0
13202025-12-18T01:47:31.308Z Fresh tokio-tungstenite v0.24.0
13212025-12-18T01:47:31.308Z Fresh anyhow v1.0.100
13222025-12-18T01:47:31.308Z Fresh subprocess v0.2.9
13232025-12-18T01:47:31.308Z Fresh buf-list v1.1.2
13242025-12-18T01:47:31.308Z Fresh once_cell v1.20.1
13252025-12-18T01:47:31.308Z Fresh schema-derive v0.1.0
13262025-12-18T01:47:31.308Z Fresh tempfile v3.23.0
13272025-12-18T01:47:31.308Z Fresh schema v0.1.0
13282025-12-18T01:47:31.308Z Fresh atomicwrites v0.4.4
13292025-12-18T01:47:31.308Z Fresh prettyplease v0.2.37
13302025-12-18T01:47:31.309Z Fresh expectorate v1.2.0
13312025-12-18T01:47:33.346Z Compiling dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
13322025-12-18T01:47:33.350Z 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=b08a5fcc0e1d5b7c -C extra-filename=-b8ff9f1a5ae8ceed --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-8461d0e8ef4d5cf3.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.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-dd8147edcdc08e54.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cdd3b0c09a7a2094.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
13332025-12-18T01:47:33.350Z 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=eaf8ec3a8070f2ae -C extra-filename=-e9c990945e7147f8 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.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-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13342025-12-18T01:47:41.494Z 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=cd4eb856a327d78e -C extra-filename=-e74ce157def20eef --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13352025-12-18T01:47:41.500Z 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=3d81ceda712a2c32 -C extra-filename=-43f75eb6718c6688 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13362025-12-18T01:47:41.500Z 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=e4af68f97ed0aab4 -C extra-filename=-c76dee9401ca88c3 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13372025-12-18T01:47:41.500Z 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=c6f39c757c31a61a -C extra-filename=-fc5848426dd1114c --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13382025-12-18T01:47:41.503Z 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=2e60a230923285b2 -C extra-filename=-a1fac4e7f1c1cff5 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13392025-12-18T01:47:41.503Z 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=76d16f51cacdd3c9 -C extra-filename=-1f641ac2dad8b18f --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13402025-12-18T01:47:41.881Z 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=3aef090309edb8c5 -C extra-filename=-debb571cc9b01064 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13412025-12-18T01:47:59.965Z 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=166d688d5da1e960 -C extra-filename=-f1df98a1bdc10da0 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13422025-12-18T01:48:00.291Z 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=f7168e554ed8be95 -C extra-filename=-bc36073764130700 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13432025-12-18T01:48:01.338Z 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=2950c25a12cfdfca -C extra-filename=-5ac2f28088b04028 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13442025-12-18T01:48:03.472Z 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=736a803c39b946fe -C extra-filename=-4e9fee509deae227 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13452025-12-18T01:48:04.517Z 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=fd7c7d762db2562d -C extra-filename=-0ed10f85518b1d33 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13462025-12-18T01:48:04.751Z 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=1e45ab7db39e13f1 -C extra-filename=-6c8317104f8252cf --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13472025-12-18T01:48:04.949Z 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=16f098d1d9b52232 -C extra-filename=-87bb97ba99679de6 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13482025-12-18T01:48:18.817Z 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=3f3d55fca40e0cd2 -C extra-filename=-a8397abba4eeacb8 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13492025-12-18T01:48:20.057Z 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=70e7ddf27ee0de8d -C extra-filename=-82a40287eac9f54b --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13502025-12-18T01:48:23.123Z 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=118af448ac209a70 -C extra-filename=-09b93932c00c5c2b --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13512025-12-18T01:48:23.774Z 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=56cad6a3c3f75b36 -C extra-filename=-35dbad87fbfa93e1 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13522025-12-18T01:48:23.784Z 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=1203fb35590bb473 -C extra-filename=-4fbeb915960aa5d6 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13532025-12-18T01:48:25.470Z 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=6d3dc87f5ced5240 -C extra-filename=-b53050abde1c694b --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13542025-12-18T01:48:25.672Z 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=b490b09a727f230f -C extra-filename=-a489e37653a9e4ee --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13552025-12-18T01:48:26.941Z 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=577aa68be4a08cea -C extra-filename=-e1e480d2f21955d0 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13562025-12-18T01:48:35.839Z 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=0ee00fcb2c836993 -C extra-filename=-622b083e5efca332 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13572025-12-18T01:48:42.436Z 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=d4fcbdca206e22d4 -C extra-filename=-4b629c319e7cdbd8 --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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
13582025-12-18T01:49:00.204Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 29s
13592025-12-18T01:49:00.250Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-e9c990945e7147f8`
13602025-12-18T01:49:00.253Z
13612025-12-18T01:49:00.253Zrunning 108 tests
13622025-12-18T01:49:00.256Ztest api_description::test::test_endpoint_versions_matches ... ok
13632025-12-18T01:49:00.256Ztest api_description::test::test_badpath4 - should panic ... ok
13642025-12-18T01:49:00.256Ztest api_description::test::test_endpoint_versions_range ... ok
13652025-12-18T01:49:00.256Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13662025-12-18T01:49:00.256Ztest api_description::test::test_dup_names ... ok
13672025-12-18T01:49:00.256Ztest api_description::test::test_badpath1 ... ok
13682025-12-18T01:49:00.256Ztest api_description::test::test_badpath3 ... ok
13692025-12-18T01:49:00.256Ztest api_description::test::test_badpath2 ... ok
13702025-12-18T01:49:00.256Ztest api_description::test::test_tags_need_one ... ok
13712025-12-18T01:49:00.256Ztest api_description::test::test_tag_config_deserialize_old ... ok
13722025-12-18T01:49:00.259Ztest error::test::test_serialize_error_response_body ... ok
13732025-12-18T01:49:00.259Ztest api_description::test::test_tags_too_many ... ok
13742025-12-18T01:49:00.259Ztest api_description::test::test_tags_just_right ... ok
13752025-12-18T01:49:00.259Ztest extractor::metadata::test::test_metadata_flattened ... ok
13762025-12-18T01:49:00.259Ztest extractor::metadata::test::test_metadata_simple ... ok
13772025-12-18T01:49:00.259Ztest from_map::test::test_case_insensitive ... ok
13782025-12-18T01:49:00.259Ztest from_map::test::test_deep ... ok
13792025-12-18T01:49:00.259Ztest from_map::test::test_lone_literal ... ok
13802025-12-18T01:49:00.259Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
13812025-12-18T01:49:00.259Ztest extractor::header::tests::test_header_parsing ... ok
13822025-12-18T01:49:00.260Ztest extractor::metadata::test::test_metadata_pagination ... ok
13832025-12-18T01:49:00.260Ztest from_map::test::test_missing_data2 ... ok
13842025-12-18T01:49:00.260Ztest from_map::test::test_missing_data1 ... ok
13852025-12-18T01:49:00.260Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
13862025-12-18T01:49:00.260Ztest from_map::test::test_types ... ok
13872025-12-18T01:49:00.260Ztest logging::test::test_config_bad_file_no_level ... ok
13882025-12-18T01:49:00.260Ztest logging::test::test_config_bad_terminal_bad_level ... ok
13892025-12-18T01:49:00.260Ztest logging::test::test_config_bad_file_no_file ... ok
13902025-12-18T01:49:00.260Ztest logging::test::test_config_bad_log_mode ... ok
13912025-12-18T01:49:00.260Ztest logging::test::test_config_bad_file_bad_path_type ... ok
13922025-12-18T01:49:00.260Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
13932025-12-18T01:49:00.260Ztest logging::test::test_config_bad_terminal_no_level ... ok
13942025-12-18T01:49:00.260Ztest pagination::test::test_pagination_schema ... ok
13952025-12-18T01:49:00.260Ztest pagination::test::test_results_page ... ok
13962025-12-18T01:49:00.260Znote: configured to log to "/tmp/dropshot-e9c990945e7147f8.2142.file_dir/log.out"
13972025-12-18T01:49:00.260Ztest extractor::body::tests::test_content_plus_json ... ok
13982025-12-18T01:49:00.260Ztest router::test::test_bad_path_segment1 - should panic ... ok
13992025-12-18T01:49:00.260Ztest pagination::test::test_page_token_serialization ... ok
14002025-12-18T01:49:00.263Ztest pagination::test::test_pagparams_parsing ... ok
14012025-12-18T01:49:00.263Ztest router::test::test_bad_path_segment2 - should panic ... ok
14022025-12-18T01:49:00.263Ztest router::test::test_bad_path_segment3 - should panic ... ok
14032025-12-18T01:49:00.263Ztest router::test::test_bogus_regex - should panic ... ok
14042025-12-18T01:49:00.263Ztest router::test::test_duplicate_route1 - should panic ... ok
14052025-12-18T01:49:00.263Ztest logging::test::test_config_stderr_terminal ... ok
14062025-12-18T01:49:00.263Ztest router::test::test_bad_path_segment4 - should panic ... ok
14072025-12-18T01:49:00.263Ztest router::test::test_duplicate_route2 - should panic ... ok
14082025-12-18T01:49:00.263Ztest router::test::test_duplicate_route3 - should panic ... ok
14092025-12-18T01:49:00.263Ztest router::test::test_duplicate_varname - should panic ... ok
14102025-12-18T01:49:00.264Ztest router::test::test_embedded_non_variable ... ok
14112025-12-18T01:49:00.264Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14122025-12-18T01:49:00.264Ztest router::test::test_empty_variable ... ok
14132025-12-18T01:49:00.264Ztest router::test::test_iter ... ok
14142025-12-18T01:49:00.264Ztest router::test::test_inconsistent_varname - should panic ... ok
14152025-12-18T01:49:00.264Znote: configured to log to "/tmp/dropshot-e9c990945e7147f8.2142.file_dir/log.out"
14162025-12-18T01:49:00.264Ztest router::test::test_iter_null ... ok
14172025-12-18T01:49:00.264Ztest router::test::test_error_cases ... ok
14182025-12-18T01:49:00.264Ztest router::test::test_iter2 ... ok
14192025-12-18T01:49:00.264Ztest router::test::test_literal_after_variable - should panic ... ok
14202025-12-18T01:49:00.264Ztest router::test::test_literal_after_regex - should panic ... ok
14212025-12-18T01:49:00.264Ztest router::test::test_map ... ok
14222025-12-18T01:49:00.264Ztest router::test::test_map_bad_seq ... ok
14232025-12-18T01:49:00.264Ztest router::test::test_map_bad_value ... ok
14242025-12-18T01:49:00.264Ztest router::test::test_path_segment ... ok
14252025-12-18T01:49:00.264Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14262025-12-18T01:49:00.264Ztest router::test::test_more_after_regex - should panic ... ok
14272025-12-18T01:49:00.264Ztest router::test::test_router_basic ... ok
14282025-12-18T01:49:00.264Ztest router::test::test_router_versioned ... ok
14292025-12-18T01:49:00.264Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14302025-12-18T01:49:00.264Znote: configured to log to "/tmp/dropshot-e9c990945e7147f8.2142.file_dir/log.out"
14312025-12-18T01:49:00.264Ztest router::test::test_segments ... ok
14322025-12-18T01:49:00.264Ztest api_description::test::test_tags_set ... ok
14332025-12-18T01:49:00.264Ztest router::test::test_variable_after_literal - should panic ... ok
14342025-12-18T01:49:00.265Ztest router::test::test_variable_name_bad_end - should panic ... ok
14352025-12-18T01:49:00.265Ztest router::test::test_variable_name_bad_start - should panic ... ok
14362025-12-18T01:49:00.265Ztest router::test::test_variable_name_empty - should panic ... ok
14372025-12-18T01:49:00.265Ztest router::test::test_variable_rename ... ok
14382025-12-18T01:49:00.265Ztest router::test::test_variables_glob ... ok
14392025-12-18T01:49:00.265Ztest router::test::test_variables_basic ... ok
14402025-12-18T01:49:00.265Ztest router::test::test_variables_multi ... ok
14412025-12-18T01:49:00.265Ztest logging::test::test_config_file ... ok
14422025-12-18T01:49:00.265Ztest schema_util::test::test_empty_struct ... ok
14432025-12-18T01:49:00.265Ztest schema_util::test::test_additional_properties ... ok
14442025-12-18T01:49:00.265Ztest schema_util::test::test_two_types - should panic ... ok
14452025-12-18T01:49:00.265Ztest schema_util::test::test_embedded_schema ... ok
14462025-12-18T01:49:00.268Ztest schema_util::test::test_nullable ... ok
14472025-12-18T01:49:00.268Ztest schema_util::test::test_extension_conversion ... ok
14482025-12-18T01:49:00.268Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14492025-12-18T01:49:00.268Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14502025-12-18T01:49:00.268Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14512025-12-18T01:49:00.268Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14522025-12-18T01:49:00.268Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14532025-12-18T01:49:00.268Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14542025-12-18T01:49:00.269Ztest test_util::test::test_bunyan_easy_cases ... ok
14552025-12-18T01:49:00.269Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14562025-12-18T01:49:00.269Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14572025-12-18T01:49:00.269Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14582025-12-18T01:49:00.269Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14592025-12-18T01:49:00.269Ztest to_map::test::test_struct_with_options ... ok
14602025-12-18T01:49:00.269Ztest to_map::test::test_to_map_enum ... ok
14612025-12-18T01:49:00.269Ztest to_map::test::test_to_map_num ... ok
14622025-12-18T01:49:00.269Ztest to_map::test::test_to_map_seq ... ok
14632025-12-18T01:49:00.269Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14642025-12-18T01:49:00.269Ztest to_map::test::test_to_map_valid ... ok
14652025-12-18T01:49:00.269Ztest to_map::test::test_to_map_vec ... ok
14662025-12-18T01:49:00.269Ztest type_util::tests::test_commented_ref ... ok
14672025-12-18T01:49:00.269Ztest type_util::tests::test_recursive_type - should panic ... ok
14682025-12-18T01:49:00.269Ztest type_util::tests::test_reflexive_type - should panic ... ok
14692025-12-18T01:49:00.269Ztest server::test::test_drop_server_without_close_okay ... ok
14702025-12-18T01:49:00.269Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
14712025-12-18T01:49:00.269Ztest server::test::test_server_run_then_close ... ok
14722025-12-18T01:49:00.272Ztest server::test::test_http_acceptor_happy_path ... ok
14732025-12-18T01:49:00.272Z
14742025-12-18T01:49:00.272Ztest result: ok. 108 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
14752025-12-18T01:49:00.272Z
14762025-12-18T01:49:00.275Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-b53050abde1c694b`
14772025-12-18T01:49:00.275Z
14782025-12-18T01:49:00.275Zrunning 1 test
14792025-12-18T01:49:00.666Z Compiling proc-macro2 v1.0.103
14802025-12-18T01:49:00.667Z Compiling quote v1.0.42
14812025-12-18T01:49:00.667Z Compiling unicode-ident v1.0.12
14822025-12-18T01:49:00.670Z Compiling libc v0.2.178
14832025-12-18T01:49:00.670Z Checking cfg-if v1.0.0
14842025-12-18T01:49:00.670Z Compiling serde_core v1.0.228
14852025-12-18T01:49:00.670Z Checking itoa v1.0.1
14862025-12-18T01:49:00.670Z Checking pin-project-lite v0.2.12
14872025-12-18T01:49:00.795Z Compiling shlex v1.3.0
14882025-12-18T01:49:00.842Z Compiling autocfg v1.1.0
14892025-12-18T01:49:00.881Z Checking memchr v2.6.0
14902025-12-18T01:49:00.924Z Compiling version_check v0.9.5
14912025-12-18T01:49:01.162Z Compiling cc v1.2.16
14922025-12-18T01:49:01.390Z Checking once_cell v1.20.1
14932025-12-18T01:49:01.654Z Checking bytes v1.11.0
14942025-12-18T01:49:01.663Z Checking smallvec v1.13.2
14952025-12-18T01:49:01.686Z Checking futures-core v0.3.31
14962025-12-18T01:49:01.745Z Compiling log v0.4.17
14972025-12-18T01:49:01.877Z Compiling parking_lot_core v0.9.4
14982025-12-18T01:49:01.991Z Compiling ryu v1.0.5
14992025-12-18T01:49:02.427Z Checking scopeguard v1.2.0
15002025-12-18T01:49:02.455Z Compiling thiserror v2.0.17
15012025-12-18T01:49:02.592Z Checking lock_api v0.4.6
15022025-12-18T01:49:02.626Z Compiling slab v0.4.9
15032025-12-18T01:49:02.655Z Checking futures-sink v0.3.31
15042025-12-18T01:49:02.970Z Checking socket2 v0.6.0
15052025-12-18T01:49:03.261Z Compiling syn v2.0.111
15062025-12-18T01:49:03.270Z Checking parking_lot v0.12.1
15072025-12-18T01:49:03.323Z Checking getrandom v0.2.11
15082025-12-18T01:49:03.502Z Checking mio v1.0.3
15092025-12-18T01:49:03.541Z Checking signal-hook-registry v1.4.0
15102025-12-18T01:49:03.590Z Compiling serde v1.0.228
15112025-12-18T01:49:03.633Z Compiling serde_json v1.0.145
15122025-12-18T01:49:03.809Z Checking futures-channel v0.3.31
15132025-12-18T01:49:04.018Z Checking http v1.4.0
15142025-12-18T01:49:04.078Z Checking zeroize v1.7.0
15152025-12-18T01:49:04.108Z Checking pin-utils v0.1.0
15162025-12-18T01:49:04.323Z Checking rustls-pki-types v1.13.1
15172025-12-18T01:49:04.394Z Checking futures-io v0.3.31
15182025-12-18T01:49:04.547Z Checking stable_deref_trait v1.2.0
15192025-12-18T01:49:04.597Z Checking futures-task v0.3.31
15202025-12-18T01:49:04.664Z Compiling httparse v1.10.0
15212025-12-18T01:49:04.918Z Compiling zerocopy v0.8.27
15222025-12-18T01:49:05.163Z Compiling ring v0.17.13
15232025-12-18T01:49:05.336Z Compiling ucd-trie v0.1.6
15242025-12-18T01:49:05.744Z Checking tracing-core v0.1.32
15252025-12-18T01:49:05.777Z Checking untrusted v0.9.0
15262025-12-18T01:49:05.793Z Checking bitflags v2.4.0
15272025-12-18T01:49:05.904Z Checking hashbrown v0.16.1
15282025-12-18T01:49:05.907Z Checking equivalent v1.0.0
15292025-12-18T01:49:05.988Z Checking http-body v1.0.1
15302025-12-18T01:49:06.040Z Checking atomic-waker v1.1.2
15312025-12-18T01:49:06.057Z Compiling vcpkg v0.2.15
15322025-12-18T01:49:06.190Z Checking litemap v0.7.4
15332025-12-18T01:49:06.198Z Checking percent-encoding v2.3.2
15342025-12-18T01:49:06.396Z Checking tracing v0.1.40
15352025-12-18T01:49:06.521Z Compiling rustversion v1.0.22
15362025-12-18T01:49:06.715Z Compiling pkg-config v0.3.31
15372025-12-18T01:49:06.954Z Checking indexmap v2.12.1
15382025-12-18T01:49:07.163Z Compiling typenum v1.14.0
15392025-12-18T01:49:07.377Z Checking writeable v0.5.5
15402025-12-18T01:49:08.183Z Compiling generic-array v0.14.5
15412025-12-18T01:49:08.186Z Compiling openssl-sys v0.9.107
15422025-12-18T01:49:08.286Z Compiling crossbeam-utils v0.8.15
15432025-12-18T01:49:08.511Z Checking try-lock v0.2.3
15442025-12-18T01:49:08.610Z Checking fnv v1.0.7
15452025-12-18T01:49:08.662Z Checking want v0.3.0
15462025-12-18T01:49:08.951Z Compiling unicase v2.6.0
15472025-12-18T01:49:09.379Z Checking httpdate v1.0.1
15482025-12-18T01:49:09.435Z Checking icu_locid_transform_data v1.5.0
15492025-12-18T01:49:09.538Z Checking powerfmt v0.2.0
15502025-12-18T01:49:09.640Z Checking tower-service v0.3.3
15512025-12-18T01:49:09.718Z Compiling num-conv v0.1.0
15522025-12-18T01:49:09.771Z Compiling time-core v0.1.2
15532025-12-18T01:49:09.855Z Compiling getrandom v0.3.1
15542025-12-18T01:49:09.961Z Checking base64 v0.22.1
15552025-12-18T01:49:10.004Z Checking subtle v2.5.0
15562025-12-18T01:49:10.247Z Checking tower-layer v0.3.3
15572025-12-18T01:49:10.359Z Compiling slog v2.8.2
15582025-12-18T01:49:10.433Z Compiling synstructure v0.13.1
15592025-12-18T01:49:10.443Z Compiling time-macros v0.2.18
15602025-12-18T01:49:10.749Z Checking deranged v0.3.11
15612025-12-18T01:49:11.565Z Checking rustls-webpki v0.102.8
15622025-12-18T01:49:11.614Z Checking icu_properties_data v1.5.0
15632025-12-18T01:49:11.623Z Checking num_threads v0.1.3
15642025-12-18T01:49:12.070Z Compiling num-traits v0.2.14
15652025-12-18T01:49:12.233Z Checking utf8_iter v1.0.4
15662025-12-18T01:49:12.448Z Checking foreign-types-shared v0.1.1
15672025-12-18T01:49:12.479Z Checking openssl-probe v0.1.4
15682025-12-18T01:49:12.488Z Compiling openssl v0.10.72
15692025-12-18T01:49:12.569Z Checking write16 v1.0.0
15702025-12-18T01:49:12.646Z Compiling usdt-impl v0.6.0
15712025-12-18T01:49:12.651Z Checking ipnet v2.10.0
15722025-12-18T01:49:12.693Z Checking utf16_iter v1.0.5
15732025-12-18T01:49:12.704Z Checking icu_normalizer_data v1.5.0
15742025-12-18T01:49:12.881Z Checking foreign-types v0.3.2
15752025-12-18T01:49:12.979Z Compiling thread-id v5.0.0
15762025-12-18T01:49:13.136Z Checking block-buffer v0.10.2
15772025-12-18T01:49:13.147Z Checking crypto-common v0.1.6
15782025-12-18T01:49:13.333Z Checking form_urlencoded v1.2.2
15792025-12-18T01:49:13.426Z Checking rand_core v0.6.3
15802025-12-18T01:49:13.526Z Checking errno v0.3.10
15812025-12-18T01:49:13.561Z Compiling rustls v0.22.4
15822025-12-18T01:49:13.598Z Compiling rustls v0.23.13
15832025-12-18T01:49:13.618Z Checking time v0.3.36
15842025-12-18T01:49:13.709Z Checking ppv-lite86 v0.2.15
15852025-12-18T01:49:13.718Z Compiling byteorder v1.4.3
15862025-12-18T01:49:14.018Z Checking mime v0.3.16
15872025-12-18T01:49:14.021Z Compiling rustix v1.0.2
15882025-12-18T01:49:14.151Z Checking plain v0.2.3
15892025-12-18T01:49:14.275Z Compiling native-tls v0.2.12
15902025-12-18T01:49:14.368Z Checking rand_chacha v0.3.1
15912025-12-18T01:49:14.762Z Checking digest v0.10.7
15922025-12-18T01:49:14.770Z Checking cpufeatures v0.2.2
15932025-12-18T01:49:14.910Z Checking iana-time-zone v0.1.47
15942025-12-18T01:49:14.990Z Compiling rustix v0.38.44
15952025-12-18T01:49:15.069Z Compiling thiserror v1.0.69
15962025-12-18T01:49:15.081Z Checking pretty-hex v0.4.1
15972025-12-18T01:49:15.110Z Compiling mime_guess v2.0.5
15982025-12-18T01:49:15.268Z Checking sha1 v0.10.6
15992025-12-18T01:49:15.537Z Checking rand v0.8.4
16002025-12-18T01:49:16.128Z Checking concurrent-queue v2.5.0
16012025-12-18T01:49:16.451Z Compiling serde_derive_internals v0.29.0
16022025-12-18T01:49:16.606Z Compiling serde_derive v1.0.228
16032025-12-18T01:49:16.669Z Compiling tokio-macros v2.6.0
16042025-12-18T01:49:16.678Z Compiling thiserror-impl v2.0.17
16052025-12-18T01:49:16.789Z Compiling zerofrom-derive v0.1.5
16062025-12-18T01:49:19.064Z Checking tokio v1.48.0
16072025-12-18T01:49:19.238Z Compiling yoke-derive v0.7.5
16082025-12-18T01:49:19.295Z Compiling futures-macro v0.3.31
16092025-12-18T01:49:20.267Z Compiling zerovec-derive v0.10.3
16102025-12-18T01:49:20.580Z Compiling displaydoc v0.2.5
16112025-12-18T01:49:21.416Z Compiling pest v2.8.1
16122025-12-18T01:49:21.723Z Checking zerofrom v0.1.5
16132025-12-18T01:49:21.822Z Checking futures-util v0.3.31
16142025-12-18T01:49:21.952Z Compiling zerocopy-derive v0.8.27
16152025-12-18T01:49:23.006Z Compiling icu_provider_macros v1.5.0
16162025-12-18T01:49:23.210Z Checking yoke v0.7.5
16172025-12-18T01:49:23.584Z Checking zerovec v0.10.4
16182025-12-18T01:49:23.663Z Compiling scroll_derive v0.13.1
16192025-12-18T01:49:24.523Z Compiling pest_meta v2.8.1
16202025-12-18T01:49:24.671Z Compiling openssl-macros v0.1.1
16212025-12-18T01:49:25.157Z Checking tinystr v0.7.6
16222025-12-18T01:49:25.498Z Checking icu_locid v1.5.0
16232025-12-18T01:49:25.861Z Checking tokio-util v0.7.7
16242025-12-18T01:49:25.917Z Compiling pest_generator v2.8.1
16252025-12-18T01:49:26.281Z Checking icu_collections v1.5.0
16262025-12-18T01:49:26.433Z Checking icu_provider v1.5.0
16272025-12-18T01:49:26.534Z Checking erased-serde v0.3.31
16282025-12-18T01:49:26.640Z Checking h2 v0.4.6
16292025-12-18T01:49:26.966Z Checking scroll v0.13.0
16302025-12-18T01:49:27.067Z Checking icu_locid_transform v1.5.0
16312025-12-18T01:49:27.238Z Compiling serde_tokenstream v0.2.2
16322025-12-18T01:49:27.428Z Checking goblin v0.10.1
16332025-12-18T01:49:28.107Z Checking icu_properties v1.5.1
16342025-12-18T01:49:29.604Z Compiling pest_derive v2.8.1
16352025-12-18T01:49:30.294Z Compiling dof v0.4.0
16362025-12-18T01:49:30.784Z Checking chrono v0.4.42
16372025-12-18T01:49:30.888Z Checking hyper v1.8.1
16382025-12-18T01:49:31.053Z Compiling dtrace-parser v0.3.0
16392025-12-18T01:49:31.518Z Compiling thiserror-impl v1.0.69
16402025-12-18T01:49:31.574Z Checking icu_normalizer v1.5.0
16412025-12-18T01:49:32.373Z Checking idna_adapter v1.2.0
16422025-12-18T01:49:32.580Z Checking idna v1.0.3
16432025-12-18T01:49:32.831Z Checking http-body-util v0.1.3
16442025-12-18T01:49:32.922Z Checking hyper-util v0.1.19
16452025-12-18T01:49:33.089Z Checking rustls-pemfile v2.2.0
16462025-12-18T01:49:33.304Z Checking sync_wrapper v1.0.1
16472025-12-18T01:49:33.328Z Checking thread_local v1.1.4
16482025-12-18T01:49:33.338Z Compiling multer v3.1.0
16492025-12-18T01:49:33.367Z Checking encoding_rs v0.8.32
16502025-12-18T01:49:33.465Z Compiling paste v1.0.15
16512025-12-18T01:49:33.614Z Checking match_cfg v0.1.0
16522025-12-18T01:49:33.650Z Compiling camino v1.2.1
16532025-12-18T01:49:33.703Z Checking winnow v0.7.13
16542025-12-18T01:49:33.750Z Checking fastrand v2.1.1
16552025-12-18T01:49:34.070Z Compiling schemars v0.8.22
16562025-12-18T01:49:34.087Z Checking parking v2.2.0
16572025-12-18T01:49:34.261Z Compiling slog-async v2.8.0
16582025-12-18T01:49:34.475Z Checking event-listener v5.0.0
16592025-12-18T01:49:34.616Z Checking tempfile v3.23.0
16602025-12-18T01:49:34.866Z Checking hostname v0.3.1
16612025-12-18T01:49:34.918Z Compiling usdt-macro v0.6.0
16622025-12-18T01:49:34.966Z Compiling usdt-attr-macro v0.6.0
16632025-12-18T01:49:34.980Z Checking tower v0.5.2
16642025-12-18T01:49:35.001Z Checking tokio-native-tls v0.3.1
16652025-12-18T01:49:35.259Z Checking url v2.5.4
16662025-12-18T01:49:35.411Z Checking slog-json v2.6.1
16672025-12-18T01:49:35.501Z Checking serde_urlencoded v0.7.1
16682025-12-18T01:49:35.691Z Checking futures-executor v0.3.31
16692025-12-18T01:49:35.791Z Checking tokio-rustls v0.25.0
16702025-12-18T01:49:35.831Z Checking tokio-rustls v0.26.0
16712025-12-18T01:49:35.905Z Compiling schemars_derive v0.8.22
16722025-12-18T01:49:36.059Z Compiling async-stream-impl v0.3.6
16732025-12-18T01:49:36.209Z Checking uuid v1.19.0
16742025-12-18T01:49:36.224Z Checking crossbeam-channel v0.5.1
16752025-12-18T01:49:36.372Z Checking toml_parser v1.0.4
16762025-12-18T01:49:36.754Z Checking toml_datetime v0.7.3
16772025-12-18T01:49:36.959Z Checking serde_spanned v1.0.3
16782025-12-18T01:49:37.056Z Checking webpki-roots v0.26.5
16792025-12-18T01:49:37.128Z Checking memmap2 v0.9.8
16802025-12-18T01:49:37.129Z Checking is-terminal v0.4.12
16812025-12-18T01:49:37.186Z Compiling dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
16822025-12-18T01:49:37.197Z Checking unicode-width v0.1.9
16832025-12-18T01:49:37.255Z Checking take_mut v0.2.2
16842025-12-18T01:49:37.258Z Checking dyn-clone v1.0.4
16852025-12-18T01:49:37.346Z Checking lazy_static v1.5.0
16862025-12-18T01:49:37.393Z Compiling anyhow v1.0.100
16872025-12-18T01:49:37.416Z Checking spin v0.9.8
16882025-12-18T01:49:37.426Z Checking data-encoding v2.4.0
16892025-12-18T01:49:37.488Z Compiling semver v1.0.27
16902025-12-18T01:49:37.581Z Checking toml_writer v1.0.4
16912025-12-18T01:49:37.594Z Compiling heck v0.5.0
16922025-12-18T01:49:37.618Z Checking unicode-segmentation v1.10.0
16932025-12-18T01:49:37.927Z Checking utf-8 v0.7.6
16942025-12-18T01:49:37.940Z Checking iri-string v0.7.8
16952025-12-18T01:49:37.957Z Checking term v1.1.0
16962025-12-18T01:49:38.188Z Checking tungstenite v0.24.0
16972025-12-18T01:49:38.191Z Compiling dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
16982025-12-18T01:49:38.191Z Checking toml v0.9.8
16992025-12-18T01:49:38.266Z Checking newline-converter v0.3.0
17002025-12-18T01:49:38.420Z Checking slog-term v2.9.2
17012025-12-18T01:49:38.436Z Checking async-stream v0.3.6
17022025-12-18T01:49:38.658Z Checking atomicwrites v0.4.4
17032025-12-18T01:49:38.860Z Checking console v0.15.7
17042025-12-18T01:49:38.994Z Checking usdt v0.6.0
17052025-12-18T01:49:39.047Z Checking hyper-rustls v0.27.3
17062025-12-18T01:49:39.345Z Checking futures v0.3.31
17072025-12-18T01:49:39.375Z Checking slog-bunyan v2.5.0
17082025-12-18T01:49:39.451Z Checking hyper-tls v0.6.0
17092025-12-18T01:49:39.461Z Checking event-listener-strategy v0.5.4
17102025-12-18T01:49:39.675Z Checking rustls-native-certs v0.7.0
17112025-12-18T01:49:39.718Z Checking openapiv3 v2.2.0
17122025-12-18T01:49:39.830Z Compiling async-trait v0.1.89
17132025-12-18T01:49:39.910Z Checking yasna v0.5.2
17142025-12-18T01:49:40.162Z Checking pem v3.0.6
17152025-12-18T01:49:40.452Z Checking waitgroup v0.1.2
17162025-12-18T01:49:40.602Z Checking tower-http v0.6.5
17172025-12-18T01:49:40.611Z Checking serde_path_to_error v0.1.20
17182025-12-18T01:49:40.750Z Checking webpki-roots v1.0.0
17192025-12-18T01:49:40.856Z Checking hostname v0.4.2
17202025-12-18T01:49:40.966Z Checking http-range v0.1.4
17212025-12-18T01:49:41.142Z Checking debug-ignore v1.0.5
17222025-12-18T01:49:41.170Z Checking similar v2.2.1
17232025-12-18T01:49:41.189Z Checking simple-mermaid v0.2.0
17242025-12-18T01:49:41.286Z Checking hyper-staticfile v0.10.1
17252025-12-18T01:49:41.296Z Checking reqwest v0.12.24
17262025-12-18T01:49:41.406Z Checking rcgen v0.14.5
17272025-12-18T01:49:41.544Z Checking hyper-rustls v0.26.0
17282025-12-18T01:49:41.791Z Checking async-channel v2.5.0
17292025-12-18T01:49:41.871Z Checking tokio-tungstenite v0.24.0
17302025-12-18T01:49:41.895Z Checking expectorate v1.2.0
17312025-12-18T01:49:42.131Z Checking subprocess v0.2.9
17322025-12-18T01:49:42.286Z Checking buf-list v1.1.2
17332025-12-18T01:49:45.826Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17342025-12-18T01:49:45.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.57s
17352025-12-18T01:49:46.206Z
17362025-12-18T01:49:46.206Z
17372025-12-18T01:49:57.469Ztest tests/fail/bad_channel10.rs ... ok
17382025-12-18T01:49:57.470Ztest tests/fail/bad_channel11.rs ... ok
17392025-12-18T01:49:57.470Ztest tests/fail/bad_channel12.rs ... ok
17402025-12-18T01:49:57.474Ztest tests/fail/bad_channel13.rs ... ok
17412025-12-18T01:49:57.474Ztest tests/fail/bad_channel14.rs ... ok
17422025-12-18T01:49:57.474Ztest tests/fail/bad_channel15.rs ... ok
17432025-12-18T01:49:57.474Ztest tests/fail/bad_channel17.rs ... ok
17442025-12-18T01:49:57.474Ztest tests/fail/bad_channel18.rs ... ok
17452025-12-18T01:49:57.474Ztest tests/fail/bad_channel19.rs ... ok
17462025-12-18T01:49:57.474Ztest tests/fail/bad_channel1a.rs ... ok
17472025-12-18T01:49:57.474Ztest tests/fail/bad_channel1b.rs ... ok
17482025-12-18T01:49:57.474Ztest tests/fail/bad_channel2.rs ... ok
17492025-12-18T01:49:57.474Ztest tests/fail/bad_channel20.rs ... ok
17502025-12-18T01:49:57.474Ztest tests/fail/bad_channel21.rs ... ok
17512025-12-18T01:49:57.474Ztest tests/fail/bad_channel22.rs ... ok
17522025-12-18T01:49:57.474Ztest tests/fail/bad_channel23.rs ... ok
17532025-12-18T01:49:57.474Ztest tests/fail/bad_channel24.rs ... ok
17542025-12-18T01:49:57.474Ztest tests/fail/bad_channel25.rs ... ok
17552025-12-18T01:49:57.474Ztest tests/fail/bad_channel26.rs ... ok
17562025-12-18T01:49:57.474Ztest tests/fail/bad_channel27.rs ... ok
17572025-12-18T01:49:57.474Ztest tests/fail/bad_channel28.rs ... ok
17582025-12-18T01:49:57.474Ztest tests/fail/bad_channel3.rs ... ok
17592025-12-18T01:49:57.474Ztest tests/fail/bad_channel4.rs ... ok
17602025-12-18T01:49:57.474Ztest tests/fail/bad_channel5.rs ... ok
17612025-12-18T01:49:57.474Ztest tests/fail/bad_channel6.rs ... ok
17622025-12-18T01:49:57.474Ztest tests/fail/bad_channel8.rs ... ok
17632025-12-18T01:49:57.474Ztest tests/fail/bad_channel9.rs ... ok
17642025-12-18T01:49:57.474Ztest tests/fail/bad_endpoint1.rs ... ok
17652025-12-18T01:49:57.474Ztest tests/fail/bad_endpoint10.rs ... ok
17662025-12-18T01:49:57.474Ztest tests/fail/bad_endpoint11.rs ... ok
17672025-12-18T01:49:57.474Ztest tests/fail/bad_endpoint12.rs ... ok
17682025-12-18T01:49:57.474Ztest tests/fail/bad_endpoint13.rs ... ok
17692025-12-18T01:49:57.474Ztest tests/fail/bad_endpoint14.rs ... ok
17702025-12-18T01:49:57.474Ztest tests/fail/bad_endpoint15.rs ... ok
17712025-12-18T01:49:57.474Ztest tests/fail/bad_endpoint16.rs ... ok
17722025-12-18T01:49:57.474Ztest tests/fail/bad_endpoint17.rs ... ok
17732025-12-18T01:49:57.474Ztest tests/fail/bad_endpoint18.rs ... ok
17742025-12-18T01:49:57.474Ztest tests/fail/bad_endpoint19.rs ... ok
17752025-12-18T01:49:57.475Ztest tests/fail/bad_endpoint2.rs ... ok
17762025-12-18T01:49:57.475Ztest tests/fail/bad_endpoint20.rs ... ok
17772025-12-18T01:49:57.475Ztest tests/fail/bad_endpoint21.rs ... ok
17782025-12-18T01:49:57.475Ztest tests/fail/bad_endpoint22.rs ... ok
17792025-12-18T01:49:57.475Ztest tests/fail/bad_endpoint23.rs ... ok
17802025-12-18T01:49:57.475Ztest tests/fail/bad_endpoint24.rs ... ok
17812025-12-18T01:49:57.475Ztest tests/fail/bad_endpoint25.rs ... ok
17822025-12-18T01:49:57.475Ztest tests/fail/bad_endpoint26.rs ... ok
17832025-12-18T01:49:57.475Ztest tests/fail/bad_endpoint27.rs ... ok
17842025-12-18T01:49:57.475Ztest tests/fail/bad_endpoint28.rs ... ok
17852025-12-18T01:49:57.475Ztest tests/fail/bad_endpoint3.rs ... ok
17862025-12-18T01:49:57.475Ztest tests/fail/bad_endpoint4.rs ... ok
17872025-12-18T01:49:57.475Ztest tests/fail/bad_endpoint5.rs ... ok
17882025-12-18T01:49:57.475Ztest tests/fail/bad_endpoint6.rs ... ok
17892025-12-18T01:49:57.475Ztest tests/fail/bad_endpoint7.rs ... ok
17902025-12-18T01:49:57.475Ztest tests/fail/bad_endpoint8.rs ... ok
17912025-12-18T01:49:57.475Ztest tests/fail/bad_endpoint9.rs ... ok
17922025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel10.rs ... ok
17932025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel11.rs ... ok
17942025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel12.rs ... ok
17952025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel13.rs ... ok
17962025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel14.rs ... ok
17972025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel15.rs ... ok
17982025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel17.rs ... ok
17992025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel18.rs ... ok
18002025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel19.rs ... ok
18012025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel1a.rs ... ok
18022025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel1b.rs ... ok
18032025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel2.rs ... ok
18042025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel20.rs ... ok
18052025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel21.rs ... ok
18062025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel22.rs ... ok
18072025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel23.rs ... ok
18082025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel24.rs ... ok
18092025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel25.rs ... ok
18102025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel26.rs ... ok
18112025-12-18T01:49:57.475Ztest tests/fail/bad_trait_channel28.rs ... ok
18122025-12-18T01:49:57.476Ztest tests/fail/bad_trait_channel3.rs ... ok
18132025-12-18T01:49:57.476Ztest tests/fail/bad_trait_channel4.rs ... ok
18142025-12-18T01:49:57.476Ztest tests/fail/bad_trait_channel5.rs ... ok
18152025-12-18T01:49:57.476Ztest tests/fail/bad_trait_channel6.rs ... ok
18162025-12-18T01:49:57.476Ztest tests/fail/bad_trait_channel8.rs ... ok
18172025-12-18T01:49:57.476Ztest tests/fail/bad_trait_channel9.rs ... ok
18182025-12-18T01:49:57.476Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18192025-12-18T01:49:57.476Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18202025-12-18T01:49:57.476Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18212025-12-18T01:49:57.476Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18222025-12-18T01:49:57.476Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18232025-12-18T01:49:57.476Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18242025-12-18T01:49:57.476Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18252025-12-18T01:49:57.476Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18262025-12-18T01:49:57.476Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18272025-12-18T01:49:57.476Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18282025-12-18T01:49:57.476Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18292025-12-18T01:49:57.479Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18302025-12-18T01:49:57.479Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18312025-12-18T01:49:57.479Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18322025-12-18T01:49:57.479Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18332025-12-18T01:49:57.479Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18342025-12-18T01:49:57.479Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18352025-12-18T01:49:57.479Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18362025-12-18T01:49:57.479Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18372025-12-18T01:49:57.479Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18382025-12-18T01:49:57.480Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18392025-12-18T01:49:57.480Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18402025-12-18T01:49:57.480Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18412025-12-18T01:49:57.480Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18422025-12-18T01:49:57.480Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18432025-12-18T01:49:57.480Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18442025-12-18T01:49:57.480Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18452025-12-18T01:49:57.480Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18462025-12-18T01:49:57.480Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18472025-12-18T01:49:57.480Ztest tests/fail/bad_trait_only1.rs ... ok
18482025-12-18T01:49:57.480Ztest tests/fail/bad_trait_only10.rs ... ok
18492025-12-18T01:49:57.480Ztest tests/fail/bad_trait_only11.rs ... ok
18502025-12-18T01:49:57.480Ztest tests/fail/bad_trait_only12.rs ... ok
18512025-12-18T01:49:57.480Ztest tests/fail/bad_trait_only13.rs ... ok
18522025-12-18T01:49:57.480Ztest tests/fail/bad_trait_only14.rs ... ok
18532025-12-18T01:49:57.480Ztest tests/fail/bad_trait_only15.rs ... ok
18542025-12-18T01:49:57.480Ztest tests/fail/bad_trait_only16.rs ... ok
18552025-12-18T01:49:57.480Ztest tests/fail/bad_trait_only17.rs ... ok
18562025-12-18T01:49:57.480Ztest tests/fail/bad_trait_only18.rs ... ok
18572025-12-18T01:49:57.480Ztest tests/fail/bad_trait_only19.rs ... ok
18582025-12-18T01:49:57.480Ztest tests/fail/bad_trait_only2.rs ... ok
18592025-12-18T01:49:57.480Ztest tests/fail/bad_trait_only20.rs ... ok
18602025-12-18T01:49:57.481Ztest tests/fail/bad_trait_only21.rs ... ok
18612025-12-18T01:49:57.481Ztest tests/fail/bad_trait_only22.rs ... ok
18622025-12-18T01:49:57.481Ztest tests/fail/bad_trait_only3.rs ... ok
18632025-12-18T01:49:57.481Ztest tests/fail/bad_trait_only4.rs ... ok
18642025-12-18T01:49:57.481Ztest tests/fail/bad_trait_only5.rs ... ok
18652025-12-18T01:49:57.481Ztest tests/fail/bad_trait_only6.rs ... ok
18662025-12-18T01:49:57.481Ztest tests/fail/bad_trait_only7.rs ... ok
18672025-12-18T01:49:57.481Ztest tests/fail/bad_trait_only8.rs ... ok
18682025-12-18T01:49:57.481Ztest tests/fail/bad_trait_only9.rs ... ok
18692025-12-18T01:49:57.481Ztest tests/fail/bad_version_backwards.rs ... ok
18702025-12-18T01:49:57.481Ztest tests/fail/unused_endpoint.rs ... ok
18712025-12-18T01:49:57.481Z
18722025-12-18T01:49:57.481Z
18732025-12-18T01:49:57.481Ztest fail ... ok
18742025-12-18T01:49:57.482Z
18752025-12-18T01:49:57.482Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 57.19s
18762025-12-18T01:49:57.482Z
18772025-12-18T01:49:57.485Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-5ac2f28088b04028`
18782025-12-18T01:49:57.487Z
18792025-12-18T01:49:57.488Zrunning 83 tests
18802025-12-18T01:49:57.490Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
18812025-12-18T01:49:57.490Ztest config::test_config_bad_bind_address_port_too_large ... ok
18822025-12-18T01:49:57.490Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
18832025-12-18T01:49:57.490Ztest config::test_config_bad_bind_address_port_too_small ... ok
18842025-12-18T01:49:57.490Ztest config::test_config_bad_bind_address_garbage ... ok
18852025-12-18T01:49:57.490Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
18862025-12-18T01:49:57.490Ztest api_trait::test_api_trait_with_complex_tags ... ok
18872025-12-18T01:49:57.491Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
18882025-12-18T01:49:57.491Ztest config::test_config_deprecated_request_body_max_bytes ... ok
18892025-12-18T01:49:57.491Ztest config::test_valid_config_all_settings ... ok
18902025-12-18T01:49:57.491Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-config_bind_address_https.3018.0.log"
18912025-12-18T01:49:57.491Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-config_handler_task_mode_cancel.3018.5.log"
18922025-12-18T01:49:57.491Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-config_bind_address_http.3018.1.log"
18932025-12-18T01:49:57.491Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_unversioned_servers_with_versioned_routes.3018.4.log"
18942025-12-18T01:49:57.494Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-config_handler_task_mode_detached.3018.6.log"
18952025-12-18T01:49:57.494Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-config_bind_address_https_buffer.3018.3.log"
18962025-12-18T01:49:57.494Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-api_trait_basic.3018.2.log"
18972025-12-18T01:49:57.494Ztest config::test_valid_config_basic ... ok
18982025-12-18T01:49:57.495Ztest config::test_unversioned_servers_with_versioned_routes ... ok
18992025-12-18T01:49:57.495Ztest config::test_valid_config_empty ... ok
19002025-12-18T01:49:57.495Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_enum_extractor_error.3018.7.log"
19012025-12-18T01:49:57.497Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_enum_user_error.3018.8.log"
19022025-12-18T01:49:57.497Ztest config::test_config_handler_task_mode_detached ... ok
19032025-12-18T01:49:57.497Ztest config::test_config_handler_task_mode_cancel ... ok
19042025-12-18T01:49:57.497Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_struct_extractor_error.3018.9.log"
19052025-12-18T01:49:57.497Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_struct_user_error.3018.10.log"
19062025-12-18T01:49:57.498Ztest api_trait::test_api_trait_basic ... ok
19072025-12-18T01:49:57.498Ztest custom_errors::test_enum_extractor_error ... ok
19082025-12-18T01:49:57.498Ztest custom_errors::test_enum_user_error ... ok
19092025-12-18T01:49:57.501Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_trait_struct_user_error.3018.11.log"
19102025-12-18T01:49:57.501Ztest custom_errors::test_trait_based_api ... ok
19112025-12-18T01:49:57.501Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_trait_enum_user_error.3018.12.log"
19122025-12-18T01:49:57.501Ztest custom_errors::test_struct_extractor_error ... ok
19132025-12-18T01:49:57.501Ztest config::test_config_bind_address_http ... ok
19142025-12-18T01:49:57.501Ztest custom_errors::test_struct_user_error ... ok
19152025-12-18T01:49:57.501Ztest custom_errors::test_trait_enum_user_error ... ok
19162025-12-18T01:49:57.501Ztest custom_errors::test_trait_struct_user_error ... ok
19172025-12-18T01:49:57.501Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_302_bogus.3018.13.log"
19182025-12-18T01:49:57.501Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_307_temporary_redirect.3018.14.log"
19192025-12-18T01:49:57.501Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_302_found.3018.15.log"
19202025-12-18T01:49:57.504Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_303_see_other.3018.16.log"
19212025-12-18T01:49:57.504Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_delete_request.3018.17.log"
19222025-12-18T01:49:57.504Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-demo1.3018.18.log"
19232025-12-18T01:49:57.504Ztest demo::test_302_bogus ... ok
19242025-12-18T01:49:57.504Ztest demo::test_302_found ... ok
19252025-12-18T01:49:57.504Ztest demo::test_delete_request ... ok
19262025-12-18T01:49:57.504Ztest demo::test_307_temporary_redirect ... ok
19272025-12-18T01:49:57.504Ztest demo::test_303_see_other ... ok
19282025-12-18T01:49:57.507Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-demo2json.3018.19.log"
19292025-12-18T01:49:57.507Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-demo2query.3018.21.log"
19302025-12-18T01:49:57.507Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-demo2urlencoded.3018.20.log"
19312025-12-18T01:49:57.507Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-demo3json.3018.22.log"
19322025-12-18T01:49:57.507Ztest demo::test_demo1 ... ok
19332025-12-18T01:49:57.507Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-demo_path_param_string.3018.23.log"
19342025-12-18T01:49:57.510Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-demo_path_param_u32.3018.24.log"
19352025-12-18T01:49:57.510Ztest config::test_config_bind_address_https_buffer ... ok
19362025-12-18T01:49:57.510Ztest demo::test_demo3json ... ok
19372025-12-18T01:49:57.513Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-demo_path_param_uuid.3018.25.log"
19382025-12-18T01:49:57.513Ztest demo::test_demo2json ... ok
19392025-12-18T01:49:57.513Ztest demo::test_demo2urlencoded ... ok
19402025-12-18T01:49:57.513Ztest demo::test_demo_path_param_u32 ... ok
19412025-12-18T01:49:57.513Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-demo_websocket.3018.26.log"
19422025-12-18T01:49:57.513Ztest demo::test_demo2query ... ok
19432025-12-18T01:49:57.516Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_header_request.3018.27.log"
19442025-12-18T01:49:57.516Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_head_request.3018.28.log"
19452025-12-18T01:49:57.516Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_large_typed_body.3018.29.log"
19462025-12-18T01:49:57.516Ztest demo::test_demo_path_param_string ... ok
19472025-12-18T01:49:57.516Ztest demo::test_demo_path_param_uuid ... ok
19482025-12-18T01:49:57.516Ztest demo::test_header_request ... ok
19492025-12-18T01:49:57.516Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-tet_raw_request.3018.30.log"
19502025-12-18T01:49:57.516Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_request_compat.3018.31.log"
19512025-12-18T01:49:57.520Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_request_remote_addr.3018.32.log"
19522025-12-18T01:49:57.520Ztest demo::test_head_request ... ok
19532025-12-18T01:49:57.520Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_streaming_body.3018.33.log"
19542025-12-18T01:49:57.520Ztest demo::test_raw_request ... ok
19552025-12-18T01:49:57.520Ztest demo::test_large_typed_body ... ok
19562025-12-18T01:49:57.520Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-graceful_shutdown_with_detached_handler.3018.34.log"
19572025-12-18T01:49:57.520Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_untyped_body.3018.35.log"
19582025-12-18T01:49:57.520Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-multipart_client.3018.36.log"
19592025-12-18T01:49:57.520Ztest demo::test_request_compat ... ok
19602025-12-18T01:49:57.523Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-multipart_client.3018.37.log"
19612025-12-18T01:49:57.523Ztest demo::test_request_remote_addr ... ok
19622025-12-18T01:49:57.523Ztest multipart::missing_boundary ... ok
19632025-12-18T01:49:57.523Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-multipart_client.3018.38.log"
19642025-12-18T01:49:57.523Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-multipart_client.3018.39.log"
19652025-12-18T01:49:57.523Ztest multipart::no_content_type ... ok
19662025-12-18T01:49:57.523Ztest demo::test_streaming_body ... ok
19672025-12-18T01:49:57.523Ztest multipart::weird_content_type ... ok
19682025-12-18T01:49:57.523Ztest multipart::test_multipart_client ... ok
19692025-12-18T01:49:57.523Ztest demo::test_demo_websocket ... ok
19702025-12-18T01:49:57.526Ztest demo::test_untyped_body ... ok
19712025-12-18T01:49:57.526Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-pagination-basic.3018.40.log"
19722025-12-18T01:49:57.526Ztest openapi::test_openapi_custom_error_types ... ok
19732025-12-18T01:49:57.526Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
19742025-12-18T01:49:57.526Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-pagination-multiple-resources.3018.41.log"
19752025-12-18T01:49:57.526Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-pagination-multiple-sorts.3018.42.log"
19762025-12-18T01:49:57.526Ztest config::test_config_bind_address_https ... ok
19772025-12-18T01:49:57.526Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-basic.3018.43.log"
19782025-12-18T01:49:57.540Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-dictionary.3018.44.log"
19792025-12-18T01:49:57.550Ztest openapi::test_openapi ... ok
19802025-12-18T01:49:57.553Ztest openapi::test_openapi_fuller ... ok
19812025-12-18T01:49:57.553Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-empty.3018.45.log"
19822025-12-18T01:49:57.553Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-errors.3018.46.log"
19832025-12-18T01:49:57.556Ztest pagination::test_paginate_empty ... ok
19842025-12-18T01:49:57.556Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-extra_params.3018.47.log"
19852025-12-18T01:49:57.556Ztest pagination::test_paginate_errors ... ok
19862025-12-18T01:49:57.556Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-required_params.3018.48.log"
19872025-12-18T01:49:57.558Ztest pagination::test_paginate_extra_params ... ok
19882025-12-18T01:49:57.558Ztest pagination::test_paginate_with_required_params ... ok
19892025-12-18T01:49:57.559Ztest path_names::test_path_names ... ok
19902025-12-18T01:49:57.561Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_no_tls.3018.49.log"
19912025-12-18T01:49:57.561Ztest pagination_schema::test_pagination_schema ... ok
19922025-12-18T01:49:57.561Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_with_tls.3018.50.log"
19932025-12-18T01:49:57.561Ztest starter::test_no_tls ... ok
19942025-12-18T01:49:57.561Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-non_streaming_servers_do_not_use_transfer_encoding.3018.51.log"
19952025-12-18T01:49:57.565Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
19962025-12-18T01:49:57.568Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-streaming_server_buffered_client.3018.52.log"
19972025-12-18T01:49:57.586Ztest streaming::test_streaming_server_buffered_client ... ok
19982025-12-18T01:49:57.589Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-streaming_server_streaming_client.3018.53.log"
19992025-12-18T01:49:57.595Ztest pagination::test_paginate_basic ... ok
20002025-12-18T01:49:57.597Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_server_is_http.3018.54.log"
20012025-12-18T01:49:57.597Ztest tls::test_server_is_http ... ok
20022025-12-18T01:49:57.597Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_server_is_https.3018.55.log"
20032025-12-18T01:49:57.608Ztest streaming::test_streaming_server_streaming_client ... ok
20042025-12-18T01:49:57.610Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_tls_aborted_negotiation.3018.56.log"
20052025-12-18T01:49:57.878Ztest starter::test_with_tls ... ok
20062025-12-18T01:49:57.882Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_tls_certificate_loading.3018.57.log"
20072025-12-18T01:49:57.909Ztest tls::test_server_is_https ... ok
20082025-12-18T01:49:57.911Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_tls_only.3018.58.log"
20092025-12-18T01:49:58.195Ztest tls::test_tls_certificate_loading ... ok
20102025-12-18T01:49:58.198Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_tls_refresh_certificates.3018.59.log"
20112025-12-18T01:49:58.234Ztest tls::test_tls_aborted_negotiation ... ok
20122025-12-18T01:49:58.237Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_versions.3018.60.log"
20132025-12-18T01:49:58.300Ztest versions::test_versions ... ok
20142025-12-18T01:49:58.303Znote: configured to log to "/tmp/integration_tests-5ac2f28088b04028-test_versions_on_missing.3018.61.log"
20152025-12-18T01:49:58.354Ztest versions::test_versions_on_missing ... ok
20162025-12-18T01:49:58.357Ztest versions::test_versions_openapi ... ok
20172025-12-18T01:49:58.360Ztest versions::test_versions_openapi_same_names ... ok
20182025-12-18T01:49:58.518Ztest tls::test_tls_only ... ok
20192025-12-18T01:49:58.521Ztest tls::test_tls_refresh_certificates ... ok
20202025-12-18T01:49:58.723Ztest pagination::test_paginate_dictionary ... ok
20212025-12-18T01:49:59.254Ztest pagination::test_example_basic ... ok
20222025-12-18T01:49:59.522Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
20232025-12-18T01:50:01.036Ztest pagination::test_example_multiple_sorts ... ok
20242025-12-18T01:50:01.430Ztest pagination::test_example_multiple_resources ... ok
20252025-12-18T01:50:01.430Z
20262025-12-18T01:50:01.430Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.94s
20272025-12-18T01:50:01.430Z
20282025-12-18T01:50:01.438Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-43ae28bb8dc67aa2`
20292025-12-18T01:50:01.442Z
20302025-12-18T01:50:01.442Zrunning 35 tests
20312025-12-18T01:50:01.448Ztest channel::tests::test_channel_operation_id ... ok
20322025-12-18T01:50:01.448Ztest channel::tests::test_channel_with_versions ... ok
20332025-12-18T01:50:01.451Ztest channel::tests::test_channel_with_unnamed_params ... ok
20342025-12-18T01:50:01.451Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
20352025-12-18T01:50:01.451Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
20362025-12-18T01:50:01.451Ztest endpoint::tests::test_endpoint_bad_string ... ok
20372025-12-18T01:50:01.451Ztest doc::tests::test_extract_summary_description ... ok
20382025-12-18T01:50:01.451Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
20392025-12-18T01:50:01.451Ztest endpoint::tests::test_endpoint_bad_versions ... ok
20402025-12-18T01:50:01.451Ztest endpoint::tests::test_endpoint_invalid_item ... ok
20412025-12-18T01:50:01.451Ztest endpoint::tests::test_endpoint_no_arguments ... ok
20422025-12-18T01:50:01.451Ztest endpoint::tests::test_endpoint_not_async ... ok
20432025-12-18T01:50:01.451Ztest channel::tests::test_channel_with_custom_params ... ok
20442025-12-18T01:50:01.454Ztest endpoint::tests::test_endpoint_basic ... ok
20452025-12-18T01:50:01.454Ztest endpoint::tests::test_endpoint_content_type ... ok
20462025-12-18T01:50:01.454Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
20472025-12-18T01:50:01.454Ztest api_trait::tests::test_api_trait_operation_id ... ok
20482025-12-18T01:50:01.454Ztest api_trait::tests::test_api_trait_basic ... ok
20492025-12-18T01:50:01.454Ztest endpoint::tests::test_endpoint_pub_crate ... ok
20502025-12-18T01:50:01.454Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
20512025-12-18T01:50:01.454Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
20522025-12-18T01:50:01.454Ztest endpoint::tests::test_endpoint_with_doc ... ok
20532025-12-18T01:50:01.458Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
20542025-12-18T01:50:01.459Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
20552025-12-18T01:50:01.459Ztest endpoint::tests::test_endpoint_with_tags ... ok
20562025-12-18T01:50:01.459Ztest endpoint::tests::test_endpoint_with_query ... ok
20572025-12-18T01:50:01.459Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
20582025-12-18T01:50:01.459Ztest syn_parsing::tests::test_busted_function ... ok
20592025-12-18T01:50:01.459Ztest params::tests::test_extract_rqctx_ty_param ... ok
20602025-12-18T01:50:01.459Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
20612025-12-18T01:50:01.459Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
20622025-12-18T01:50:01.459Ztest endpoint::tests::test_operation_id ... ok
20632025-12-18T01:50:01.462Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
20642025-12-18T01:50:01.463Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
20652025-12-18T01:50:01.463Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
20662025-12-18T01:50:01.463Z
20672025-12-18T01:50:01.463Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
20682025-12-18T01:50:01.463Z
20692025-12-18T01:50:01.466Z Doc-tests dropshot
20702025-12-18T01:50:01.466Z 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-8461d0e8ef4d5cf3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5c03d8b5d22aab09.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-513bd6d80956de47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c391851cfff0c480.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b8ff9f1a5ae8ceed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c2c73bc5df34f60e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.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-76496e04888091e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5163a48b844e51ec.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4f78f4d7bc3b2c82.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ce39109671558680.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-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d65d12a6d39c4e7d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c19784c14c2b5120.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-cffd66b11691610f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-b665442f8887de30.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cdd3b0c09a7a2094.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2cc9e915764ef7e0.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-273b0ec11990680f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-01d9cd86f8d3b2bf.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-32cfebf190bdffa2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.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-33b2600921ad94a8.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-b0d2e87e6582a83e.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-c39bb9e99a23602d.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-e9f59d577dc14493.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-d1754b635ece592a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-22986134f19d5aae.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3632bedf4f9ac776.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-050a48e7530bf0b5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d2886119c054bacf.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-519328d8862c052d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1833c8b4aef1932a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-477d498aa27269dc.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a581d9069142f019.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.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`
20712025-12-18T01:50:01.930Z
20722025-12-18T01:50:01.930Zrunning 23 tests
20732025-12-18T01:50:03.961Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
20742025-12-18T01:50:03.961Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
20752025-12-18T01:50:03.961Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
20762025-12-18T01:50:03.982Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
20772025-12-18T01:50:08.961Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
20782025-12-18T01:50:08.961Ztest dropshot/src/lib.rs - (line 334) ... ignored
20792025-12-18T01:50:08.961Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
20802025-12-18T01:50:09.175Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 374) ... ok
20812025-12-18T01:50:09.206Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 349) ... ok
20822025-12-18T01:50:09.211Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
20832025-12-18T01:50:09.601Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
20842025-12-18T01:50:09.774Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
20852025-12-18T01:50:09.774Ztest dropshot/src/lib.rs - channel (line 1181) ... ignored
20862025-12-18T01:50:09.774Ztest dropshot/src/lib.rs - endpoint (line 1226) ... ignored
20872025-12-18T01:50:11.021Ztest dropshot/src/lib.rs - (line 398) ... ok
20882025-12-18T01:50:11.200Ztest dropshot/src/lib.rs - api_description (line 1046) ... ok
20892025-12-18T01:50:11.428Ztest dropshot/src/lib.rs - (line 661) ... ok
20902025-12-18T01:50:11.522Ztest dropshot/src/lib.rs - (line 110) ... ok
20912025-12-18T01:50:11.546Ztest dropshot/src/lib.rs - api_description (line 1107) ... ok
20922025-12-18T01:50:11.619Ztest dropshot/src/lib.rs - (line 189) ... ok
20932025-12-18T01:50:12.567Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
20942025-12-18T01:50:15.072Ztest dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok
20952025-12-18T01:50:16.182Ztest dropshot/src/lib.rs - (line 497) ... ok
20962025-12-18T01:50:16.182Z
20972025-12-18T01:50:16.185Ztest result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 14.25s
20982025-12-18T01:50:16.185Z
20992025-12-18T01:50:16.208Z Doc-tests dropshot_endpoint
21002025-12-18T01:50:16.211Z 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-dd8147edcdc08e54.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5e79b6fa57659a12.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-86e41ea74570e15a.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-08bf477571ad9187.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-0441364d9e80f8f7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b7c960abbdcc4b53.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-9d6a3f1b502164bf.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-df0873b52f4bc938.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
21012025-12-18T01:50:16.408Z
21022025-12-18T01:50:16.408Zrunning 0 tests
21032025-12-18T01:50:16.408Z
21042025-12-18T01:50:16.408Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21052025-12-18T01:50:16.408Z
21062025-12-18T01:50:16.440Z
21072025-12-18T01:50:16.443Zreal 2:45.462408257
21082025-12-18T01:50:16.443Zuser 14:50.319980943
21092025-12-18T01:50:16.443Zsys 2:24.639832773
21102025-12-18T01:50:16.443Ztrap 0.709727252
21112025-12-18T01:50:16.443Ztflt 0.260178524
21122025-12-18T01:50:16.444Zdflt 0.170981499
21132025-12-18T01:50:16.444Zkflt 0.000129433
21142025-12-18T01:50:16.444Zlock 46:30.413679932
21152025-12-18T01:50:16.444Zslp 1:15:07.112292047
21162025-12-18T01:50:16.444Zlat 48.613107049
21172025-12-18T01:50:16.444Zstop 1:19.765978163
21182025-12-18T01:50:16.444Z+ banner docs
21192025-12-18T01:50:16.444Z
21202025-12-18T01:50:16.444Z ##### #### #### ####
21212025-12-18T01:50:16.444Z # # # # # # #
21222025-12-18T01:50:16.444Z # # # # # ####
21232025-12-18T01:50:16.444Z # # # # # #
21242025-12-18T01:50:16.447Z # # # # # # # #
21252025-12-18T01:50:16.447Z ##### #### #### ####
21262025-12-18T01:50:16.447Z
21272025-12-18T01:50:16.447Z+ ptime -m cargo doc --no-deps --lib --bins --examples
21282025-12-18T01:50:16.783Z Compiling proc-macro2 v1.0.103
21292025-12-18T01:50:16.784Z Compiling unicode-ident v1.0.12
21302025-12-18T01:50:16.787Z Checking cfg-if v1.0.0
21312025-12-18T01:50:16.787Z Checking itoa v1.0.1
21322025-12-18T01:50:16.787Z Checking pin-project-lite v0.2.12
21332025-12-18T01:50:16.787Z Compiling quote v1.0.42
21342025-12-18T01:50:16.827Z Checking libc v0.2.178
21352025-12-18T01:50:16.830Z Checking serde_core v1.0.228
21362025-12-18T01:50:16.901Z Checking once_cell v1.20.1
21372025-12-18T01:50:16.904Z Checking smallvec v1.13.2
21382025-12-18T01:50:16.941Z Checking bytes v1.11.0
21392025-12-18T01:50:16.994Z Checking futures-core v0.3.31
21402025-12-18T01:50:17.046Z Checking memchr v2.6.0
21412025-12-18T01:50:17.167Z Checking scopeguard v1.2.0
21422025-12-18T01:50:17.195Z Checking futures-sink v0.3.31
21432025-12-18T01:50:17.233Z Checking slab v0.4.9
21442025-12-18T01:50:17.313Z Checking lock_api v0.4.6
21452025-12-18T01:50:17.332Z Checking futures-channel v0.3.31
21462025-12-18T01:50:17.489Z Checking log v0.4.17
21472025-12-18T01:50:17.674Z Checking pin-utils v0.1.0
21482025-12-18T01:50:17.697Z Checking zeroize v1.7.0
21492025-12-18T01:50:17.769Z Checking futures-task v0.3.31
21502025-12-18T01:50:17.773Z Checking futures-io v0.3.31
21512025-12-18T01:50:17.917Z Checking stable_deref_trait v1.2.0
21522025-12-18T01:50:17.926Z Checking http v1.4.0
21532025-12-18T01:50:17.935Z Checking rustls-pki-types v1.13.1
21542025-12-18T01:50:17.947Z Checking httparse v1.10.0
21552025-12-18T01:50:17.957Z Checking parking_lot_core v0.9.4
21562025-12-18T01:50:18.019Z Checking signal-hook-registry v1.4.0
21572025-12-18T01:50:18.022Z Checking mio v1.0.3
21582025-12-18T01:50:18.313Z Checking parking_lot v0.12.1
21592025-12-18T01:50:18.352Z Checking socket2 v0.6.0
21602025-12-18T01:50:18.531Z Checking getrandom v0.2.11
21612025-12-18T01:50:18.661Z Checking tracing-core v0.1.32
21622025-12-18T01:50:18.671Z Compiling syn v2.0.111
21632025-12-18T01:50:18.681Z Checking hashbrown v0.16.1
21642025-12-18T01:50:18.797Z Checking equivalent v1.0.0
21652025-12-18T01:50:18.855Z Checking untrusted v0.9.0
21662025-12-18T01:50:18.864Z Checking bitflags v2.4.0
21672025-12-18T01:50:18.920Z Checking percent-encoding v2.3.2
21682025-12-18T01:50:19.033Z Checking ring v0.17.13
21692025-12-18T01:50:19.130Z Checking atomic-waker v1.1.2
21702025-12-18T01:50:19.166Z Checking ryu v1.0.5
21712025-12-18T01:50:19.194Z Checking http-body v1.0.1
21722025-12-18T01:50:19.283Z Checking fnv v1.0.7
21732025-12-18T01:50:19.306Z Checking tracing v0.1.40
21742025-12-18T01:50:19.400Z Checking writeable v0.5.5
21752025-12-18T01:50:19.417Z Checking try-lock v0.2.3
21762025-12-18T01:50:19.420Z Checking litemap v0.7.4
21772025-12-18T01:50:19.559Z Checking want v0.3.0
21782025-12-18T01:50:19.640Z Checking typenum v1.14.0
21792025-12-18T01:50:19.678Z Compiling num-conv v0.1.0
21802025-12-18T01:50:19.727Z Checking subtle v2.5.0
21812025-12-18T01:50:19.767Z Checking base64 v0.22.1
21822025-12-18T01:50:19.777Z Compiling time-core v0.1.2
21832025-12-18T01:50:19.952Z Checking tower-layer v0.3.3
21842025-12-18T01:50:19.961Z Checking httpdate v1.0.1
21852025-12-18T01:50:19.970Z Checking powerfmt v0.2.0
21862025-12-18T01:50:20.218Z Checking tower-service v0.3.3
21872025-12-18T01:50:20.227Z Compiling time-macros v0.2.18
21882025-12-18T01:50:20.239Z Checking deranged v0.3.11
21892025-12-18T01:50:20.249Z Checking crossbeam-utils v0.8.15
21902025-12-18T01:50:20.737Z Checking generic-array v0.14.5
21912025-12-18T01:50:20.767Z Checking icu_locid_transform_data v1.5.0
21922025-12-18T01:50:20.793Z Checking num_threads v0.1.3
21932025-12-18T01:50:20.838Z Checking indexmap v2.12.1
21942025-12-18T01:50:20.867Z Checking serde_json v1.0.145
21952025-12-18T01:50:20.913Z Checking getrandom v0.3.1
21962025-12-18T01:50:21.123Z Checking ipnet v2.10.0
21972025-12-18T01:50:21.312Z Checking rustls-webpki v0.102.8
21982025-12-18T01:50:21.519Z Checking icu_properties_data v1.5.0
21992025-12-18T01:50:21.584Z Checking form_urlencoded v1.2.2
22002025-12-18T01:50:21.765Z Checking utf16_iter v1.0.5
22012025-12-18T01:50:21.806Z Checking foreign-types-shared v0.1.1
22022025-12-18T01:50:21.871Z Checking block-buffer v0.10.2
22032025-12-18T01:50:21.929Z Checking crypto-common v0.1.6
22042025-12-18T01:50:21.940Z Checking openssl-probe v0.1.4
22052025-12-18T01:50:22.076Z Checking icu_normalizer_data v1.5.0
22062025-12-18T01:50:22.076Z Checking utf8_iter v1.0.4
22072025-12-18T01:50:22.095Z Checking mime v0.3.16
22082025-12-18T01:50:22.104Z Checking write16 v1.0.0
22092025-12-18T01:50:22.156Z Checking digest v0.10.7
22102025-12-18T01:50:22.174Z Checking foreign-types v0.3.2
22112025-12-18T01:50:22.229Z Checking num-traits v0.2.14
22122025-12-18T01:50:22.269Z Checking openssl-sys v0.9.107
22132025-12-18T01:50:22.296Z Checking rand_core v0.6.3
22142025-12-18T01:50:22.391Z Checking errno v0.3.10
22152025-12-18T01:50:22.424Z Checking winnow v0.7.13
22162025-12-18T01:50:22.489Z Checking iana-time-zone v0.1.47
22172025-12-18T01:50:22.573Z Checking cpufeatures v0.2.2
22182025-12-18T01:50:22.573Z Checking ppv-lite86 v0.2.15
22192025-12-18T01:50:22.654Z Checking rustls v0.22.4
22202025-12-18T01:50:22.665Z Checking sha1 v0.10.6
22212025-12-18T01:50:22.772Z Checking time v0.3.36
22222025-12-18T01:50:22.940Z Compiling unicase v2.6.0
22232025-12-18T01:50:23.236Z Checking rand_chacha v0.3.1
22242025-12-18T01:50:23.343Z Checking toml_datetime v0.7.3
22252025-12-18T01:50:23.435Z Checking serde_spanned v1.0.3
22262025-12-18T01:50:23.445Z Checking http-body-util v0.1.3
22272025-12-18T01:50:23.606Z Checking rustls-pemfile v2.2.0
22282025-12-18T01:50:23.652Z Checking thread_local v1.1.4
22292025-12-18T01:50:23.741Z Checking encoding_rs v0.8.32
22302025-12-18T01:50:23.839Z Checking toml_writer v1.0.4
22312025-12-18T01:50:23.873Z Checking match_cfg v0.1.0
22322025-12-18T01:50:23.933Z Checking rand v0.8.4
22332025-12-18T01:50:23.970Z Checking hostname v0.3.1
22342025-12-18T01:50:24.113Z Compiling mime_guess v2.0.5
22352025-12-18T01:50:24.184Z Checking rustls v0.23.13
22362025-12-18T01:50:24.537Z Checking rustix v1.0.2
22372025-12-18T01:50:25.079Z Checking uuid v1.19.0
22382025-12-18T01:50:25.154Z Checking toml_parser v1.0.4
22392025-12-18T01:50:25.164Z Checking concurrent-queue v2.5.0
22402025-12-18T01:50:25.494Z Checking crossbeam-channel v0.5.1
22412025-12-18T01:50:25.680Z Checking is-terminal v0.4.12
22422025-12-18T01:50:25.819Z Compiling synstructure v0.13.1
22432025-12-18T01:50:25.885Z Compiling serde_derive_internals v0.29.0
22442025-12-18T01:50:25.963Z Checking toml v0.9.8
22452025-12-18T01:50:26.000Z Checking sync_wrapper v1.0.1
22462025-12-18T01:50:26.043Z Compiling dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
22472025-12-18T01:50:26.164Z Checking dyn-clone v1.0.4
22482025-12-18T01:50:26.220Z Checking term v1.1.0
22492025-12-18T01:50:26.298Z Checking parking v2.2.0
22502025-12-18T01:50:26.476Z Checking take_mut v0.2.2
22512025-12-18T01:50:26.489Z Checking fastrand v2.1.1
22522025-12-18T01:50:26.637Z Compiling semver v1.0.27
22532025-12-18T01:50:26.844Z Checking spin v0.9.8
22542025-12-18T01:50:27.002Z Checking tempfile v3.23.0
22552025-12-18T01:50:27.025Z Checking event-listener v5.0.0
22562025-12-18T01:50:27.122Z Checking rustix v0.38.44
22572025-12-18T01:50:27.235Z Checking camino v1.2.1
22582025-12-18T01:50:27.385Z Checking serde_path_to_error v0.1.20
22592025-12-18T01:50:27.447Z Checking waitgroup v0.1.2
22602025-12-18T01:50:27.601Z Checking webpki-roots v0.26.5
22612025-12-18T01:50:27.654Z Checking hostname v0.4.2
22622025-12-18T01:50:27.709Z Checking lazy_static v1.5.0
22632025-12-18T01:50:27.787Z Checking byteorder v1.4.3
22642025-12-18T01:50:27.808Z Checking iri-string v0.7.8
22652025-12-18T01:50:27.818Z Checking unicode-width v0.1.9
22662025-12-18T01:50:27.852Z Checking debug-ignore v1.0.5
22672025-12-18T01:50:27.958Z Checking unicode-segmentation v1.10.0
22682025-12-18T01:50:27.979Z Checking data-encoding v2.4.0
22692025-12-18T01:50:28.009Z Checking utf-8 v0.7.6
22702025-12-18T01:50:28.216Z Checking console v0.15.7
22712025-12-18T01:50:28.518Z Checking event-listener-strategy v0.5.4
22722025-12-18T01:50:28.597Z Checking newline-converter v0.3.0
22732025-12-18T01:50:28.626Z Checking atomicwrites v0.4.4
22742025-12-18T01:50:28.726Z Checking target-triple v1.0.0
22752025-12-18T01:50:28.762Z Checking yasna v0.5.2
22762025-12-18T01:50:28.773Z Checking rustls-native-certs v0.7.0
22772025-12-18T01:50:28.783Z Checking pem v3.0.6
22782025-12-18T01:50:28.822Z Checking webpki-roots v1.0.0
22792025-12-18T01:50:28.833Z Checking glob v0.3.0
22802025-12-18T01:50:28.926Z Checking termcolor v1.1.2
22812025-12-18T01:50:28.942Z Checking http-range v0.1.4
22822025-12-18T01:50:29.023Z Checking similar v2.2.1
22832025-12-18T01:50:29.052Z Checking async-channel v2.5.0
22842025-12-18T01:50:29.136Z Checking anyhow v1.0.100
22852025-12-18T01:50:29.144Z Checking subprocess v0.2.9
22862025-12-18T01:50:29.297Z Checking buf-list v1.1.2
22872025-12-18T01:50:29.479Z Compiling serde_derive v1.0.228
22882025-12-18T01:50:29.512Z Compiling tokio-macros v2.6.0
22892025-12-18T01:50:29.566Z Compiling futures-macro v0.3.31
22902025-12-18T01:50:29.597Z Compiling zerofrom-derive v0.1.5
22912025-12-18T01:50:29.601Z Compiling yoke-derive v0.7.5
22922025-12-18T01:50:29.677Z Compiling zerovec-derive v0.10.3
22932025-12-18T01:50:29.713Z Compiling displaydoc v0.2.5
22942025-12-18T01:50:30.421Z Compiling icu_provider_macros v1.5.0
22952025-12-18T01:50:31.044Z Checking tokio v1.48.0
22962025-12-18T01:50:31.218Z Compiling openssl-macros v0.1.1
22972025-12-18T01:50:31.371Z Checking futures-util v0.3.31
22982025-12-18T01:50:31.474Z Compiling schemars_derive v0.8.22
22992025-12-18T01:50:31.918Z Compiling thiserror-impl v2.0.17
23002025-12-18T01:50:32.031Z Compiling async-stream-impl v0.3.6
23012025-12-18T01:50:32.054Z Checking openssl v0.10.72
23022025-12-18T01:50:32.358Z Checking zerofrom v0.1.5
23032025-12-18T01:50:32.586Z Checking yoke v0.7.5
23042025-12-18T01:50:32.950Z Checking zerovec v0.10.4
23052025-12-18T01:50:33.359Z Compiling thiserror-impl v1.0.69
23062025-12-18T01:50:34.198Z Checking async-stream v0.3.6
23072025-12-18T01:50:34.416Z Compiling async-trait v0.1.89
23082025-12-18T01:50:34.621Z Checking tinystr v0.7.6
23092025-12-18T01:50:34.800Z Checking icu_collections v1.5.0
23102025-12-18T01:50:34.970Z Checking icu_locid v1.5.0
23112025-12-18T01:50:35.501Z Checking thiserror v2.0.17
23122025-12-18T01:50:35.664Z Checking expectorate v1.2.0
23132025-12-18T01:50:35.865Z Checking rcgen v0.14.5
23142025-12-18T01:50:35.955Z Checking icu_provider v1.5.0
23152025-12-18T01:50:35.959Z Checking futures-executor v0.3.31
23162025-12-18T01:50:36.113Z Checking thiserror v1.0.69
23172025-12-18T01:50:36.202Z Checking futures v0.3.31
23182025-12-18T01:50:36.253Z Checking multer v3.1.0
23192025-12-18T01:50:36.311Z Checking serde v1.0.228
23202025-12-18T01:50:36.565Z Checking icu_locid_transform v1.5.0
23212025-12-18T01:50:36.636Z Checking tungstenite v0.24.0
23222025-12-18T01:50:37.002Z Checking native-tls v0.2.12
23232025-12-18T01:50:37.319Z Checking erased-serde v0.3.31
23242025-12-18T01:50:37.330Z Checking chrono v0.4.42
23252025-12-18T01:50:37.333Z Checking serde_urlencoded v0.7.1
23262025-12-18T01:50:37.479Z Compiling serde_tokenstream v0.2.2
23272025-12-18T01:50:37.520Z Checking icu_properties v1.5.1
23282025-12-18T01:50:37.523Z Checking openapiv3 v2.2.0
23292025-12-18T01:50:37.752Z Checking trybuild v1.0.114
23302025-12-18T01:50:38.040Z Compiling dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23312025-12-18T01:50:38.097Z Checking tokio-util v0.7.7
23322025-12-18T01:50:38.356Z Checking slog v2.8.2
23332025-12-18T01:50:38.923Z Checking slog-json v2.6.1
23342025-12-18T01:50:38.954Z Checking h2 v0.4.6
23352025-12-18T01:50:39.098Z Checking tokio-rustls v0.25.0
23362025-12-18T01:50:39.197Z Checking slog-bunyan v2.5.0
23372025-12-18T01:50:39.367Z Checking slog-async v2.8.0
23382025-12-18T01:50:39.398Z Checking slog-term v2.9.2
23392025-12-18T01:50:39.464Z Checking schemars v0.8.22
23402025-12-18T01:50:39.692Z Checking tower v0.5.2
23412025-12-18T01:50:39.935Z Checking tokio-rustls v0.26.0
23422025-12-18T01:50:40.339Z Checking tokio-native-tls v0.3.1
23432025-12-18T01:50:40.538Z Checking tower-http v0.6.5
23442025-12-18T01:50:40.616Z Checking tokio-tungstenite v0.24.0
23452025-12-18T01:50:40.997Z Checking icu_normalizer v1.5.0
23462025-12-18T01:50:41.048Z Checking heck v0.5.0
23472025-12-18T01:50:41.680Z Checking idna_adapter v1.2.0
23482025-12-18T01:50:41.841Z Checking idna v1.0.3
23492025-12-18T01:50:42.181Z Checking url v2.5.4
23502025-12-18T01:50:42.590Z Checking hyper v1.8.1
23512025-12-18T01:50:43.905Z Checking hyper-util v0.1.19
23522025-12-18T01:50:43.905Z Checking hyper-staticfile v0.10.1
23532025-12-18T01:50:45.317Z Documenting dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23542025-12-18T01:50:45.436Z Checking hyper-rustls v0.27.3
23552025-12-18T01:50:45.436Z Checking hyper-tls v0.6.0
23562025-12-18T01:50:45.445Z Documenting dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
23572025-12-18T01:50:45.445Z Checking hyper-rustls v0.26.0
23582025-12-18T01:50:45.727Z Checking reqwest v0.12.24
23592025-12-18T01:50:47.406Zwarning: unresolved link to `Query`
23602025-12-18T01:50:47.406Z --> dropshot/src/extractor/header.rs:27:29
23612025-12-18T01:50:47.406Z |
23622025-12-18T01:50:47.406Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23632025-12-18T01:50:47.406Z | ^^^^^ no item named `Query` in scope
23642025-12-18T01:50:47.406Z |
23652025-12-18T01:50:47.406Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23662025-12-18T01:50:47.407Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
23672025-12-18T01:50:47.407Z
23682025-12-18T01:50:47.410Zwarning: unresolved link to `Path`
23692025-12-18T01:50:47.410Z --> dropshot/src/extractor/header.rs:27:43
23702025-12-18T01:50:47.410Z |
23712025-12-18T01:50:47.410Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23722025-12-18T01:50:47.410Z | ^^^^ no item named `Path` in scope
23732025-12-18T01:50:47.410Z |
23742025-12-18T01:50:47.410Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23752025-12-18T01:50:47.410Z
23762025-12-18T01:50:47.767Zwarning: `dropshot` (lib doc) generated 2 warnings
23772025-12-18T01:50:54.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.96s
23782025-12-18T01:50:54.526Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
23792025-12-18T01:50:54.541Z
23802025-12-18T01:50:54.545Zreal 38.074063002
23812025-12-18T01:50:54.545Zuser 3:26.137578381
23822025-12-18T01:50:54.545Zsys 39.747896264
23832025-12-18T01:50:54.545Ztrap 0.134193874
23842025-12-18T01:50:54.545Ztflt 0.068887413
23852025-12-18T01:50:54.545Zdflt 0.040999002
23862025-12-18T01:50:54.545Zkflt 0.000075264
23872025-12-18T01:50:54.545Zlock 7:42.382767522
23882025-12-18T01:50:54.545Zslp 12:15.471288465
23892025-12-18T01:50:54.545Zlat 9.494705819
23902025-12-18T01:50:54.546Zstop 22.287484821
23912025-12-18T01:50:54.546Zprocess exited: duration 370725 ms, exit code 0
 
23922025-12-18T01:50:54.556Zfound 0 output files