01K050C4GE817057MH64X6M5BR: build-and-test / illumos

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

Buildomat Job: 01K050CD8Y699NPFS2YBCP1AZ8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-07-14T17:41:43.372Zjob assigned to worker 01K050CF4RCY932TJ66BY6SV1D [factory aws, i-068c467a593670d58] (queued for 1 m 7 s)
 
22025-07-14T17:41:51.769Zstarting task 0: "setup"
32025-07-14T17:41:51.774Z++ uname -s
42025-07-14T17:41:51.777Z+ kern=SunOS
52025-07-14T17:41:51.777Z+ build_user=build
62025-07-14T17:41:51.777Z+ build_uid=12345
72025-07-14T17:41:51.777Z+ work_dir=/work
82025-07-14T17:41:51.777Z+ input_dir=/input
92025-07-14T17:41:51.777Z+ [[ 0 == 12345 ]]
102025-07-14T17:41:51.777Z+ case "$kern" in
112025-07-14T17:41:51.777Z+ groupadd -g 12345 build
122025-07-14T17:41:51.780Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-07-14T17:41:53.788Z+ zfs create -o mountpoint=/work rpool/work
142025-07-14T17:41:53.909Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-07-14T17:41:53.915Z+ home_fs=zfs
162025-07-14T17:41:53.915Z+ [[ zfs == autofs ]]
172025-07-14T17:41:53.915Z+ mkdir -p /home/build
182025-07-14T17:41:53.915Z+ chown build:build /home/build /work
192025-07-14T17:41:55.916Z+ chmod 0700 /home/build /work
202025-07-14T17:41:55.919Zprocess exited: duration 4151 ms, exit code 0
 
212025-07-14T17:41:55.925Zstarting task 1: "rust-toolchain"
222025-07-14T17:41:55.930Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-07-14T17:41:55.931Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-07-14T17:41:55.931Z * rust toolchain channel = "stable"
252025-07-14T17:41:55.931Z * rust toolchain profile = "default"
262025-07-14T17:41:55.931Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-07-14T17:41:55.931Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-07-14T17:41:55.933Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-07-14T17:41:55.933Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-07-14T17:41:56.028Zinfo: downloading installer
312025-07-14T17:41:57.607Zwarn: It looks like you have an existing installation of Rust at:
322025-07-14T17:41:57.607Zwarn: /opt/ooce/bin
332025-07-14T17:41:57.607Zwarn: It is recommended that rustup be the primary Rust installation.
342025-07-14T17:41:57.607Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-07-14T17:41:57.607Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-07-14T17:41:57.607Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-07-14T17:41:57.607Zwarn: or pass `-y' to ignore all ignorable checks.
382025-07-14T17:41:57.607Zerror: cannot install while Rust is installed
392025-07-14T17:41:57.607Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-07-14T17:41:57.623Zinfo: profile set to 'default'
412025-07-14T17:41:57.623Zinfo: default host triple is x86_64-unknown-illumos
422025-07-14T17:41:57.627Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-07-14T17:41:57.800Zinfo: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23)
442025-07-14T17:41:57.800Zinfo: downloading component 'cargo'
452025-07-14T17:41:58.646Zinfo: downloading component 'clippy'
462025-07-14T17:41:59.048Zinfo: downloading component 'rust-docs'
472025-07-14T17:42:00.569Zinfo: downloading component 'rust-std'
482025-07-14T17:42:02.445Zinfo: downloading component 'rustc'
492025-07-14T17:42:08.840Zinfo: downloading component 'rustfmt'
502025-07-14T17:42:09.132Zinfo: installing component 'cargo'
512025-07-14T17:42:10.036Zinfo: installing component 'clippy'
522025-07-14T17:42:10.431Zinfo: installing component 'rust-docs'
532025-07-14T17:42:12.242Zinfo: installing component 'rust-std'
542025-07-14T17:42:13.997Zinfo: installing component 'rustc'
552025-07-14T17:42:20.515Zinfo: installing component 'rustfmt'
562025-07-14T17:42:20.845Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-07-14T17:42:20.846Z
582025-07-14T17:42:21.270Z stable-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
592025-07-14T17:42:21.270Z
602025-07-14T17:42:21.273Z
612025-07-14T17:42:21.273ZRust is installed now. Great!
622025-07-14T17:42:21.273Z
632025-07-14T17:42:21.273ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-07-14T17:42:21.273Zenvironment variable. This has not been done automatically.
652025-07-14T17:42:21.273Z
662025-07-14T17:42:21.273ZTo configure your current shell, you need to source
672025-07-14T17:42:21.273Zthe corresponding env file under $HOME/.cargo.
682025-07-14T17:42:21.273Z
692025-07-14T17:42:21.273ZThis is usually done by running one of the following (note the leading DOT):
702025-07-14T17:42:21.273Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-07-14T17:42:21.273Zsource "$HOME/.cargo/env.fish" # For fish
722025-07-14T17:42:21.273Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-07-14T17:42:21.391Z+ rustup --version
742025-07-14T17:42:21.402Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-07-14T17:42:21.405Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-07-14T17:42:21.480Zinfo: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
772025-07-14T17:42:21.483Z+ cargo --version
782025-07-14T17:42:21.543Zcargo 1.88.0 (873a06493 2025-05-10)
792025-07-14T17:42:21.546Z+ rustc --version
802025-07-14T17:42:21.619Zrustc 1.88.0 (6b00bc388 2025-06-23)
812025-07-14T17:42:21.625Zprocess exited: duration 25696 ms, exit code 0
 
822025-07-14T17:42:21.631Zstarting task 2: "authentication"
832025-07-14T17:42:21.660Zprocess exited: duration 28 ms, exit code 0
 
842025-07-14T17:42:21.666Zstarting task 3: "clone repository"
852025-07-14T17:42:21.673Z+ mkdir -p /work/oxidecomputer/dropshot
862025-07-14T17:42:21.676Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
872025-07-14T17:42:21.765ZCloning into '/work/oxidecomputer/dropshot'...
882025-07-14T17:42:22.590Z+ cd /work/oxidecomputer/dropshot
892025-07-14T17:42:22.594Z+ git fetch origin 0a6848a7ff8d2541ce8b4f1d775a52af9b6d4ed4
902025-07-14T17:42:22.880ZFrom https://github.com/oxidecomputer/dropshot
912025-07-14T17:42:22.880Z * branch 0a6848a7ff8d2541ce8b4f1d775a52af9b6d4ed4 -> FETCH_HEAD
922025-07-14T17:42:22.889Z+ [[ -n dependabot/cargo/tokio-tungstenite-0.27.0 ]]
932025-07-14T17:42:22.892Z++ git branch --show-current
942025-07-14T17:42:22.895Z+ current=main
952025-07-14T17:42:22.895Z+ [[ main != dependabot/cargo/tokio-tungstenite-0.27.0 ]]
962025-07-14T17:42:22.895Z+ git branch -f dependabot/cargo/tokio-tungstenite-0.27.0 0a6848a7ff8d2541ce8b4f1d775a52af9b6d4ed4
972025-07-14T17:42:22.898Z+ git checkout -f dependabot/cargo/tokio-tungstenite-0.27.0
982025-07-14T17:42:22.917ZSwitched to branch 'dependabot/cargo/tokio-tungstenite-0.27.0'
992025-07-14T17:42:22.920Z+ git reset --hard 0a6848a7ff8d2541ce8b4f1d775a52af9b6d4ed4
1002025-07-14T17:42:22.938ZHEAD is now at 0a6848a Bump tokio-tungstenite from 0.24.0 to 0.27.0
1012025-07-14T17:42:22.941Zprocess exited: duration 1272 ms, exit code 0
 
1022025-07-14T17:42:22.948Zstarting task 4: "build"
1032025-07-14T17:42:22.961Z+ cargo --version
1042025-07-14T17:42:22.965Zinfo: syncing channel updates for '1.88.0-x86_64-unknown-illumos'
1052025-07-14T17:42:23.146Zinfo: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23)
1062025-07-14T17:42:23.146Zinfo: downloading component 'cargo'
1072025-07-14T17:42:24.173Zinfo: downloading component 'clippy'
1082025-07-14T17:42:24.509Zinfo: downloading component 'rust-docs'
1092025-07-14T17:42:25.788Zinfo: downloading component 'rust-std'
1102025-07-14T17:42:27.746Zinfo: downloading component 'rustc'
1112025-07-14T17:42:35.302Zinfo: downloading component 'rustfmt'
1122025-07-14T17:42:35.591Zinfo: installing component 'cargo'
1132025-07-14T17:42:36.475Zinfo: installing component 'clippy'
1142025-07-14T17:42:36.881Zinfo: installing component 'rust-docs'
1152025-07-14T17:42:38.680Zinfo: installing component 'rust-std'
1162025-07-14T17:42:40.414Zinfo: installing component 'rustc'
1172025-07-14T17:42:46.851Zinfo: installing component 'rustfmt'
1182025-07-14T17:42:47.277Zcargo 1.88.0 (873a06493 2025-05-10)
1192025-07-14T17:42:47.281Z+ rustc --version
1202025-07-14T17:42:47.359Zrustc 1.88.0 (6b00bc388 2025-06-23)
1212025-07-14T17:42:47.364Z+ banner build
1222025-07-14T17:42:47.367Z
1232025-07-14T17:42:47.367Z ##### # # # # #####
1242025-07-14T17:42:47.367Z # # # # # # # #
1252025-07-14T17:42:47.367Z ##### # # # # # #
1262025-07-14T17:42:47.367Z # # # # # # # #
1272025-07-14T17:42:47.367Z # # # # # # # #
1282025-07-14T17:42:47.367Z ##### #### # ###### #####
1292025-07-14T17:42:47.367Z
1302025-07-14T17:42:47.370Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1312025-07-14T17:42:47.515Z Updating crates.io index
1322025-07-14T17:42:48.326Z Downloading crates ...
1332025-07-14T17:42:48.385Z Downloaded hostname v0.3.1
1342025-07-14T17:42:48.398Z Downloaded anyhow v1.0.98
1352025-07-14T17:42:48.403Z Downloaded async-stream v0.3.6
1362025-07-14T17:42:48.406Z Downloaded async-channel v2.5.0
1372025-07-14T17:42:48.409Z Downloaded expectorate v1.2.0
1382025-07-14T17:42:48.412Z Downloaded base64 v0.22.1
1392025-07-14T17:42:48.415Z Downloaded time-core v0.1.2
1402025-07-14T17:42:48.418Z Downloaded autocfg v1.1.0
1412025-07-14T17:42:48.418Z Downloaded digest v0.10.7
1422025-07-14T17:42:48.421Z Downloaded thread_local v1.1.4
1432025-07-14T17:42:48.433Z Downloaded schema v0.1.0
1442025-07-14T17:42:48.436Z Downloaded tokio-macros v2.5.0
1452025-07-14T17:42:48.436Z Downloaded dof v0.3.0
1462025-07-14T17:42:48.440Z Downloaded openssl-macros v0.1.1
1472025-07-14T17:42:48.440Z Downloaded glob v0.3.0
1482025-07-14T17:42:48.443Z Downloaded futures-io v0.3.31
1492025-07-14T17:42:48.446Z Downloaded parking v2.2.0
1502025-07-14T17:42:48.446Z Downloaded version_check v0.9.5
1512025-07-14T17:42:48.449Z Downloaded dirs-sys-next v0.1.2
1522025-07-14T17:42:48.449Z Downloaded paste v1.0.15
1532025-07-14T17:42:48.452Z Downloaded data-encoding v2.4.0
1542025-07-14T17:42:48.455Z Downloaded memchr v2.6.0
1552025-07-14T17:42:48.460Z Downloaded native-tls v0.2.12
1562025-07-14T17:42:48.464Z Downloaded mime_guess v2.0.5
1572025-07-14T17:42:48.467Z Downloaded ucd-trie v0.1.6
1582025-07-14T17:42:48.470Z Downloaded icu_provider_macros v1.5.0
1592025-07-14T17:42:48.473Z Downloaded usdt v0.5.0
1602025-07-14T17:42:48.473Z Downloaded dtrace-parser v0.2.0
1612025-07-14T17:42:48.476Z Downloaded hyper-tls v0.6.0
1622025-07-14T17:42:48.479Z Downloaded displaydoc v0.2.5
1632025-07-14T17:42:48.482Z Downloaded usdt-attr-macro v0.5.0
1642025-07-14T17:42:48.485Z Downloaded unicode-ident v1.0.12
1652025-07-14T17:42:48.488Z Downloaded tower-service v0.3.3
1662025-07-14T17:42:48.491Z Downloaded toml_writer v1.0.2
1672025-07-14T17:42:48.494Z Downloaded match_cfg v0.1.0
1682025-07-14T17:42:48.494Z Downloaded zerofrom v0.1.5
1692025-07-14T17:42:48.497Z Downloaded pretty-hex v0.4.1
1702025-07-14T17:42:48.497Z Downloaded http-body v1.0.1
1712025-07-14T17:42:48.500Z Downloaded litemap v0.7.4
1722025-07-14T17:42:48.503Z Downloaded newline-converter v0.3.0
1732025-07-14T17:42:48.503Z Downloaded byteorder v1.4.3
1742025-07-14T17:42:48.506Z Downloaded write16 v1.0.0
1752025-07-14T17:42:48.509Z Downloaded httpdate v1.0.1
1762025-07-14T17:42:48.509Z Downloaded futures-task v0.3.31
1772025-07-14T17:42:48.512Z Downloaded trybuild v1.0.106
1782025-07-14T17:42:48.516Z Downloaded target-triple v0.1.3
1792025-07-14T17:42:48.519Z Downloaded memmap v0.7.0
1802025-07-14T17:42:48.521Z Downloaded scroll_derive v0.12.0
1812025-07-14T17:42:48.521Z Downloaded rustc-hash v2.0.0
1822025-07-14T17:42:48.525Z Downloaded num_threads v0.1.3
1832025-07-14T17:42:48.525Z Downloaded num-conv v0.1.0
1842025-07-14T17:42:48.528Z Downloaded cfg-if v1.0.0
1852025-07-14T17:42:48.528Z Downloaded itoa v1.0.1
1862025-07-14T17:42:48.531Z Downloaded form_urlencoded v1.2.1
1872025-07-14T17:42:48.531Z Downloaded iana-time-zone v0.1.47
1882025-07-14T17:42:48.534Z Downloaded yoke-derive v0.7.5
1892025-07-14T17:42:48.534Z Downloaded utf16_iter v1.0.5
1902025-07-14T17:42:48.538Z Downloaded futures-core v0.3.31
1912025-07-14T17:42:48.538Z Downloaded fastrand v2.1.1
1922025-07-14T17:42:48.542Z Downloaded mime v0.3.16
1932025-07-14T17:42:48.545Z Downloaded idna_adapter v1.2.0
1942025-07-14T17:42:48.545Z Downloaded take_mut v0.2.2
1952025-07-14T17:42:48.545Z Downloaded pest_generator v2.7.6
1962025-07-14T17:42:48.550Z Downloaded zeroize v1.7.0
1972025-07-14T17:42:48.550Z Downloaded ppv-lite86 v0.2.15
1982025-07-14T17:42:48.554Z Downloaded event-listener v5.0.0
1992025-07-14T17:42:48.554Z Downloaded camino v1.1.10
2002025-07-14T17:42:48.554Z Downloaded sync_wrapper v1.0.1
2012025-07-14T17:42:48.557Z Downloaded http-body-util v0.1.3
2022025-07-14T17:42:48.557Z Downloaded simple-mermaid v0.2.0
2032025-07-14T17:42:48.560Z Downloaded percent-encoding v2.3.1
2042025-07-14T17:42:48.560Z Downloaded tinystr v0.7.6
2052025-07-14T17:42:48.564Z Downloaded plain v0.2.3
2062025-07-14T17:42:48.564Z Downloaded scroll v0.12.0
2072025-07-14T17:42:48.567Z Downloaded schema-derive v0.1.0
2082025-07-14T17:42:48.567Z Downloaded prettyplease v0.2.35
2092025-07-14T17:42:48.570Z Downloaded scopeguard v1.2.0
2102025-07-14T17:42:48.573Z Downloaded serde_urlencoded v0.7.1
2112025-07-14T17:42:48.573Z Downloaded slab v0.4.9
2122025-07-14T17:42:48.576Z Downloaded shlex v1.3.0
2132025-07-14T17:42:48.576Z Downloaded quote v1.0.40
2142025-07-14T17:42:48.579Z Downloaded hyper-rustls v0.26.0
2152025-07-14T17:42:48.582Z Downloaded pkg-config v0.3.31
2162025-07-14T17:42:48.585Z Downloaded synstructure v0.13.1
2172025-07-14T17:42:48.586Z Downloaded termcolor v1.1.2
2182025-07-14T17:42:48.589Z Downloaded ipnet v2.10.0
2192025-07-14T17:42:48.589Z Downloaded serde_spanned v1.0.0
2202025-07-14T17:42:48.592Z Downloaded lock_api v0.4.6
2212025-07-14T17:42:48.592Z Downloaded typenum v1.14.0
2222025-07-14T17:42:48.595Z Downloaded lazy_static v1.5.0
2232025-07-14T17:42:48.598Z Downloaded signal-hook-registry v1.4.0
2242025-07-14T17:42:48.598Z Downloaded yoke v0.7.5
2252025-07-14T17:42:48.601Z Downloaded rand_core v0.6.3
2262025-07-14T17:42:48.601Z Downloaded icu_normalizer v1.5.0
2272025-07-14T17:42:48.605Z Downloaded rand_chacha v0.9.0
2282025-07-14T17:42:48.608Z Downloaded slog-json v2.6.1
2292025-07-14T17:42:48.611Z Downloaded semver v1.0.26
2302025-07-14T17:42:48.625Z Downloaded zerocopy-derive v0.7.32
2312025-07-14T17:42:48.629Z Downloaded serde_path_to_error v0.1.17
2322025-07-14T17:42:48.629Z Downloaded powerfmt v0.2.0
2332025-07-14T17:42:48.629Z Downloaded yasna v0.5.2
2342025-07-14T17:42:48.629Z Downloaded pest_derive v2.7.6
2352025-07-14T17:42:48.629Z Downloaded getrandom v0.2.11
2362025-07-14T17:42:48.629Z Downloaded schemars_derive v0.8.22
2372025-07-14T17:42:48.632Z Downloaded icu_locid_transform_data v1.5.0
2382025-07-14T17:42:48.632Z Downloaded log v0.4.17
2392025-07-14T17:42:48.635Z Downloaded sha2 v0.10.8
2402025-07-14T17:42:48.639Z Downloaded once_cell v1.20.1
2412025-07-14T17:42:48.639Z Downloaded quinn-udp v0.5.5
2422025-07-14T17:42:48.642Z Downloaded parking_lot v0.12.1
2432025-07-14T17:42:48.645Z Downloaded num-traits v0.2.14
2442025-07-14T17:42:48.645Z Downloaded rand_core v0.9.3
2452025-07-14T17:42:48.649Z Downloaded thiserror-impl v2.0.12
2462025-07-14T17:42:48.649Z Downloaded pest_meta v2.7.6
2472025-07-14T17:42:48.652Z Downloaded slog v2.7.0
2482025-07-14T17:42:48.655Z Downloaded tempfile v3.20.0
2492025-07-14T17:42:48.658Z Downloaded smallvec v1.13.2
2502025-07-14T17:42:48.658Z Downloaded parking_lot_core v0.9.4
2512025-07-14T17:42:48.662Z Downloaded icu_properties v1.5.1
2522025-07-14T17:42:48.666Z Downloaded rustls-native-certs v0.7.0
2532025-07-14T17:42:48.666Z Downloaded icu_collections v1.5.0
2542025-07-14T17:42:48.671Z Downloaded proc-macro2 v1.0.95
2552025-07-14T17:42:48.674Z Downloaded spin v0.9.8
2562025-07-14T17:42:48.677Z Downloaded bytes v1.10.1
2572025-07-14T17:42:48.680Z Downloaded serde_derive v1.0.219
2582025-07-14T17:42:48.683Z Downloaded icu_provider v1.5.0
2592025-07-14T17:42:48.686Z Downloaded unicode-segmentation v1.10.0
2602025-07-14T17:42:48.689Z Downloaded quinn v0.11.4
2612025-07-14T17:42:48.692Z Downloaded socket2 v0.5.9
2622025-07-14T17:42:48.695Z Downloaded openssl-sys v0.9.107
2632025-07-14T17:42:48.699Z Downloaded schemars v0.8.22
2642025-07-14T17:42:48.711Z Downloaded rand v0.8.4
2652025-07-14T17:42:48.714Z Downloaded tower-http v0.6.5
2662025-07-14T17:42:48.722Z Downloaded tokio-util v0.7.7
2672025-07-14T17:42:48.728Z Downloaded rcgen v0.14.2
2682025-07-14T17:42:48.731Z Downloaded portable-atomic v1.9.0
2692025-07-14T17:42:48.738Z Downloaded zerovec v0.10.4
2702025-07-14T17:42:48.744Z Downloaded time v0.3.36
2712025-07-14T17:42:48.751Z Downloaded iri-string v0.7.8
2722025-07-14T17:42:48.758Z Downloaded winnow v0.7.10
2732025-07-14T17:42:48.767Z Downloaded rustls-webpki v0.102.8
2742025-07-14T17:42:48.786Z Downloaded serde_json v1.0.140
2752025-07-14T17:42:48.792Z Downloaded goblin v0.8.0
2762025-07-14T17:42:48.797Z Downloaded webpki-roots v1.0.0
2772025-07-14T17:42:48.800Z Downloaded webpki-roots v0.26.5
2782025-07-14T17:42:48.803Z Downloaded h2 v0.4.6
2792025-07-14T17:42:48.809Z Downloaded openssl v0.10.72
2802025-07-14T17:42:48.818Z Downloaded reqwest v0.12.22
2812025-07-14T17:42:48.825Z Downloaded quinn-proto v0.11.8
2822025-07-14T17:42:48.830Z Downloaded openapiv3 v2.2.0
2832025-07-14T17:42:48.840Z Downloaded icu_properties_data v1.5.0
2842025-07-14T17:42:48.849Z Downloaded chrono v0.4.41
2852025-07-14T17:42:48.855Z Downloaded futures-util v0.3.31
2862025-07-14T17:42:48.866Z Downloaded vcpkg v0.2.15
2872025-07-14T17:42:48.901Z Downloaded hyper v1.6.0
2882025-07-14T17:42:48.906Z Downloaded syn v2.0.104
2892025-07-14T17:42:48.916Z Downloaded hashbrown v0.15.2
2902025-07-14T17:42:48.920Z Downloaded serde v1.0.219
2912025-07-14T17:42:48.923Z Downloaded rand v0.9.1
2922025-07-14T17:42:48.926Z Downloaded mio v1.0.3
2932025-07-14T17:42:48.931Z Downloaded rustls v0.22.4
2942025-07-14T17:42:48.943Z Downloaded rustls v0.23.13
2952025-07-14T17:42:48.953Z Downloaded rustix v0.38.44
2962025-07-14T17:42:48.972Z Downloaded zerocopy v0.7.32
2972025-07-14T17:42:48.986Z Downloaded tower v0.5.2
2982025-07-14T17:42:48.993Z Downloaded rustix v1.0.2
2992025-07-14T17:42:49.013Z Downloaded indexmap v2.10.0
3002025-07-14T17:42:49.016Z Downloaded idna v1.0.3
3012025-07-14T17:42:49.019Z Downloaded serde_derive_internals v0.29.0
3022025-07-14T17:42:49.022Z Downloaded rustls-pki-types v1.12.0
3032025-07-14T17:42:49.025Z Downloaded hyper-util v0.1.15
3042025-07-14T17:42:49.029Z Downloaded http v1.3.1
3052025-07-14T17:42:49.033Z Downloaded uuid v1.17.0
3062025-07-14T17:42:49.036Z Downloaded toml v0.9.2
3072025-07-14T17:42:49.039Z Downloaded tracing-core v0.1.32
3082025-07-14T17:42:49.042Z Downloaded pest v2.7.6
3092025-07-14T17:42:49.046Z Downloaded url v2.5.4
3102025-07-14T17:42:49.049Z Downloaded futures v0.3.31
3112025-07-14T17:42:49.053Z Downloaded subprocess v0.2.9
3122025-07-14T17:42:49.056Z Downloaded tungstenite v0.27.0
3132025-07-14T17:42:49.058Z Downloaded similar v2.2.1
3142025-07-14T17:42:49.063Z Downloaded ryu v1.0.5
3152025-07-14T17:42:49.066Z Downloaded serde_tokenstream v0.2.2
3162025-07-14T17:42:49.069Z Downloaded tokio v1.46.1
3172025-07-14T17:42:49.098Z Downloaded time-macros v0.2.18
3182025-07-14T17:42:49.101Z Downloaded hyper-rustls v0.27.3
3192025-07-14T17:42:49.104Z Downloaded libc v0.2.174
3202025-07-14T17:42:49.122Z Downloaded rustls-pemfile v2.1.3
3212025-07-14T17:42:49.125Z Downloaded usdt-impl v0.5.0
3222025-07-14T17:42:49.128Z Downloaded httparse v1.10.0
3232025-07-14T17:42:49.128Z Downloaded cc v1.2.16
3242025-07-14T17:42:49.131Z Downloaded icu_locid v1.5.0
3252025-07-14T17:42:49.134Z Downloaded tokio-rustls v0.25.0
3262025-07-14T17:42:49.137Z Downloaded thiserror v1.0.69
3272025-07-14T17:42:49.141Z Downloaded thiserror-impl v1.0.69
3282025-07-14T17:42:49.144Z Downloaded thread-id v4.0.0
3292025-07-14T17:42:49.144Z Downloaded term v0.7.0
3302025-07-14T17:42:49.147Z Downloaded thiserror v2.0.12
3312025-07-14T17:42:49.151Z Downloaded dyn-clone v1.0.4
3322025-07-14T17:42:49.154Z Downloaded pin-project-lite v0.2.12
3332025-07-14T17:42:49.157Z Downloaded pem v3.0.5
3342025-07-14T17:42:49.160Z Downloaded slog-bunyan v2.5.0
3352025-07-14T17:42:49.160Z Downloaded slog-async v2.8.0
3362025-07-14T17:42:49.160Z Downloaded multer v3.1.0
3372025-07-14T17:42:49.163Z Downloaded generic-array v0.14.5
3382025-07-14T17:42:49.166Z Downloaded pin-utils v0.1.0
3392025-07-14T17:42:49.166Z Downloaded subtle v2.5.0
3402025-07-14T17:42:49.166Z Downloaded tracing v0.1.40
3412025-07-14T17:42:49.169Z Downloaded stable_deref_trait v1.2.0
3422025-07-14T17:42:49.173Z Downloaded slog-term v2.9.1
3432025-07-14T17:42:49.173Z Downloaded tokio-native-tls v0.3.1
3442025-07-14T17:42:49.177Z Downloaded sha1 v0.10.6
3452025-07-14T17:42:49.177Z Downloaded rand_chacha v0.3.1
3462025-07-14T17:42:49.180Z Downloaded hostname v0.4.0
3472025-07-14T17:42:49.180Z Downloaded fnv v1.0.7
3482025-07-14T17:42:49.180Z Downloaded toml_datetime v0.7.0
3492025-07-14T17:42:49.180Z Downloaded tokio-tungstenite v0.27.0
3502025-07-14T17:42:49.183Z Downloaded heck v0.5.0
3512025-07-14T17:42:49.183Z Downloaded futures-sink v0.3.31
3522025-07-14T17:42:49.184Z Downloaded futures-macro v0.3.31
3532025-07-14T17:42:49.187Z Downloaded futures-executor v0.3.31
3542025-07-14T17:42:49.187Z Downloaded writeable v0.5.5
3552025-07-14T17:42:49.190Z Downloaded utf-8 v0.7.6
3562025-07-14T17:42:49.190Z Downloaded unicode-width v0.1.9
3572025-07-14T17:42:49.190Z Downloaded encoding_rs v0.8.32
3582025-07-14T17:42:49.207Z Downloaded unicase v2.6.0
3592025-07-14T17:42:49.210Z Downloaded try-lock v0.2.3
3602025-07-14T17:42:49.210Z Downloaded tinyvec_macros v0.1.0
3612025-07-14T17:42:49.210Z Downloaded concurrent-queue v2.5.0
3622025-07-14T17:42:49.213Z Downloaded foreign-types v0.3.2
3632025-07-14T17:42:49.213Z Downloaded openssl-probe v0.1.4
3642025-07-14T17:42:49.213Z Downloaded want v0.3.0
3652025-07-14T17:42:49.213Z Downloaded waitgroup v0.1.2
3662025-07-14T17:42:49.216Z Downloaded is-terminal v0.4.12
3672025-07-14T17:42:49.216Z Downloaded http-range v0.1.4
3682025-07-14T17:42:49.216Z Downloaded tower-layer v0.3.3
3692025-07-14T17:42:49.216Z Downloaded ring v0.17.13
3702025-07-14T17:42:49.250Z Downloaded tinyvec v1.5.1
3712025-07-14T17:42:49.253Z Downloaded toml_parser v1.0.1
3722025-07-14T17:42:49.256Z Downloaded tokio-rustls v0.26.0
3732025-07-14T17:42:49.257Z Downloaded icu_normalizer_data v1.5.0
3742025-07-14T17:42:49.260Z Downloaded hyper-staticfile v0.10.1
3752025-07-14T17:42:49.260Z Downloaded zerofrom-derive v0.1.5
3762025-07-14T17:42:49.263Z Downloaded futures-channel v0.3.31
3772025-07-14T17:42:49.263Z Downloaded crypto-common v0.1.6
3782025-07-14T17:42:49.263Z Downloaded zerovec-derive v0.10.3
3792025-07-14T17:42:49.266Z Downloaded utf8_iter v1.0.4
3802025-07-14T17:42:49.266Z Downloaded buf-list v1.0.3
3812025-07-14T17:42:49.266Z Downloaded usdt-macro v0.5.0
3822025-07-14T17:42:49.269Z Downloaded deranged v0.3.11
3832025-07-14T17:42:49.269Z Downloaded untrusted v0.9.0
3842025-07-14T17:42:49.269Z Downloaded icu_locid_transform v1.5.0
3852025-07-14T17:42:49.272Z Downloaded errno v0.3.10
3862025-07-14T17:42:49.272Z Downloaded debug-ignore v1.0.5
3872025-07-14T17:42:49.275Z Downloaded getrandom v0.3.1
3882025-07-14T17:42:49.278Z Downloaded foreign-types-shared v0.1.1
3892025-07-14T17:42:49.278Z Downloaded event-listener-strategy v0.5.4
3902025-07-14T17:42:49.278Z Downloaded equivalent v1.0.0
3912025-07-14T17:42:49.278Z Downloaded dirs-next v2.0.0
3922025-07-14T17:42:49.281Z Downloaded crossbeam-channel v0.5.1
3932025-07-14T17:42:49.281Z Downloaded cpufeatures v0.2.2
3942025-07-14T17:42:49.284Z Downloaded console v0.15.7
3952025-07-14T17:42:49.284Z Downloaded block-buffer v0.10.2
3962025-07-14T17:42:49.287Z Downloaded bitflags v2.4.0
3972025-07-14T17:42:49.287Z Downloaded crossbeam-utils v0.8.15
3982025-07-14T17:42:49.290Z Downloaded atomic-waker v1.1.1
3992025-07-14T17:42:49.290Z Downloaded async-trait v0.1.88
4002025-07-14T17:42:49.293Z Downloaded atomicwrites v0.4.4
4012025-07-14T17:42:49.296Z Downloaded async-stream-impl v0.3.6
4022025-07-14T17:42:49.408Z Compiling proc-macro2 v1.0.95
4032025-07-14T17:42:49.408Z Compiling unicode-ident v1.0.12
4042025-07-14T17:42:49.411Z Compiling libc v0.2.174
4052025-07-14T17:42:49.411Z Compiling cfg-if v1.0.0
4062025-07-14T17:42:49.411Z Compiling once_cell v1.20.1
4072025-07-14T17:42:49.412Z Compiling itoa v1.0.1
4082025-07-14T17:42:49.412Z Compiling memchr v2.6.0
4092025-07-14T17:42:49.514Z Compiling version_check v0.9.5
4102025-07-14T17:42:49.517Z Running `/home/build/.rustup/toolchains/1.88.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.95/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=5b54bde64180b70a -C extra-filename=-469481ed9a271a80 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-469481ed9a271a80 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4112025-07-14T17:42:49.517Z Running `/home/build/.rustup/toolchains/1.88.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=b0a313e0ade74db6 -C extra-filename=-8481105dc09ec6e9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4122025-07-14T17:42:49.517Z Running `/home/build/.rustup/toolchains/1.88.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.174/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=add8cf096ca29d32 -C extra-filename=-36bfdf7131dc480c --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-36bfdf7131dc480c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4132025-07-14T17:42:49.517Z Running `/home/build/.rustup/toolchains/1.88.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=30b7d8a323162a46 -C extra-filename=-e7ac0db386fad00b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4142025-07-14T17:42:49.517Z Running `/home/build/.rustup/toolchains/1.88.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=3c29be5cd153625a -C extra-filename=-dfaff0260e0500ae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4152025-07-14T17:42:49.517Z Running `/home/build/.rustup/toolchains/1.88.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=24bc7c693231abf8 -C extra-filename=-328207cf8536fb3b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4162025-07-14T17:42:49.531Z Running `/home/build/.rustup/toolchains/1.88.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=ae7ffb7ae09116ad -C extra-filename=-41a29bd53a0aa9b7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4172025-07-14T17:42:49.531Z Running `/home/build/.rustup/toolchains/1.88.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=7d06ec91b5d95ca7 -C extra-filename=-dbcd09ceefe78011 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4182025-07-14T17:42:49.630Z Compiling serde v1.0.219
4192025-07-14T17:42:49.633Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/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=25f5fdf295d48e78 -C extra-filename=-647fb846fab6c8b2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-647fb846fab6c8b2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4202025-07-14T17:42:49.733Z Compiling pin-project-lite v0.2.12
4212025-07-14T17:42:49.736Z Running `/home/build/.rustup/toolchains/1.88.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=69425369bd8e4bcd -C extra-filename=-69738074352c7045 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4222025-07-14T17:42:49.752Z Compiling shlex v1.3.0
4232025-07-14T17:42:49.755Z Running `/home/build/.rustup/toolchains/1.88.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=36f3eeac45291f70 -C extra-filename=-f9db50e174b099b2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4242025-07-14T17:42:49.871Z Compiling autocfg v1.1.0
4252025-07-14T17:42:49.871Z Running `/home/build/.rustup/toolchains/1.88.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=6ddb7a141571997a -C extra-filename=-a954a7404a186604 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4262025-07-14T17:42:49.933Z Compiling smallvec v1.13.2
4272025-07-14T17:42:49.936Z Running `/home/build/.rustup/toolchains/1.88.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=609ea8cf9d2fc650 -C extra-filename=-2ffbb8a02f03caaa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4282025-07-14T17:42:50.062Z Compiling cc v1.2.16
4292025-07-14T17:42:50.065Z Running `/home/build/.rustup/toolchains/1.88.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=e93bd1d480db0f9c -C extra-filename=-998cc3d9928f02eb --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-f9db50e174b099b2.rmeta --cap-lints allow`
4302025-07-14T17:42:50.093Z Compiling bytes v1.10.1
4312025-07-14T17:42:50.097Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.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 --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=1f30095285b7f955 -C extra-filename=-be5089041960340d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4322025-07-14T17:42:50.289Z Compiling futures-core v0.3.31
4332025-07-14T17:42:50.292Z Running `/home/build/.rustup/toolchains/1.88.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=e2366c82eda41d16 -C extra-filename=-a7577c95cd738630 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4342025-07-14T17:42:50.405Z Compiling log v0.4.17
4352025-07-14T17:42:50.408Z Running `/home/build/.rustup/toolchains/1.88.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=3d6143dfbd89f912 -C extra-filename=-2f8a64cf75e21fd2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-2f8a64cf75e21fd2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4362025-07-14T17:42:50.494Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-469481ed9a271a80/build-script-build`
4372025-07-14T17:42:50.494Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-647fb846fab6c8b2/build-script-build`
4382025-07-14T17:42:50.503Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-36bfdf7131dc480c/build-script-build`
4392025-07-14T17:42:50.534Z Compiling parking_lot_core v0.9.4
4402025-07-14T17:42:50.537Z Running `/home/build/.rustup/toolchains/1.88.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=0a608efdebd2ff7d -C extra-filename=-a3acced32cd5bced --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-a3acced32cd5bced -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4412025-07-14T17:42:50.561Z Compiling scopeguard v1.2.0
4422025-07-14T17:42:50.571Z Running `/home/build/.rustup/toolchains/1.88.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=589273b3cfd87096 -C extra-filename=-f57a705d681a0eb6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4432025-07-14T17:42:50.586Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/lib.rs --error-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=39193bbbf1d471c5 -C extra-filename=-d24887d0952db9cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --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_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --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"))'`
4442025-07-14T17:42:50.711Z Compiling ryu v1.0.5
4452025-07-14T17:42:50.714Z Running `/home/build/.rustup/toolchains/1.88.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=e5c9ba89dfbc3bf7 -C extra-filename=-e016aca67d48df22 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-e016aca67d48df22 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4462025-07-14T17:42:50.792Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-2f8a64cf75e21fd2/build-script-build`
4472025-07-14T17:42:50.814Z Running `/home/build/.rustup/toolchains/1.88.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=64d15a59e4a0f4dd -C extra-filename=-99e9fd566e01d257 --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-dfaff0260e0500ae.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4482025-07-14T17:42:50.852Z Running `/home/build/.rustup/toolchains/1.88.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.95/src/lib.rs --error-format=json --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=c79547416b0e68bc -C extra-filename=-ce098131630a8f34 --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-8481105dc09ec6e9.rmeta --cap-lints allow --cfg wrap_proc_macro --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(procmacro2_backtrace)' --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)'`
4492025-07-14T17:42:50.980Z Compiling lock_api v0.4.6
4502025-07-14T17:42:50.983Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-a3acced32cd5bced/build-script-build`
4512025-07-14T17:42:50.983Z Running `/home/build/.rustup/toolchains/1.88.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=d0a438ef83a0a1ac -C extra-filename=-a70e244ba15d2c9c --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-f57a705d681a0eb6.rmeta --cap-lints allow`
4522025-07-14T17:42:51.005Z Compiling slab v0.4.9
4532025-07-14T17:42:51.008Z Running `/home/build/.rustup/toolchains/1.88.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=0911b076b1a9d01c -C extra-filename=-813c3ab4e278bc67 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-813c3ab4e278bc67 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-a954a7404a186604.rlib --cap-lints allow`
4542025-07-14T17:42:51.164Z Compiling futures-sink v0.3.31
4552025-07-14T17:42:51.170Z Running `/home/build/.rustup/toolchains/1.88.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=b0a9144b7caa84e4 -C extra-filename=-a701ec04c9ea3b8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4562025-07-14T17:42:51.214Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-e016aca67d48df22/build-script-build`
4572025-07-14T17:42:51.275Z Running `/home/build/.rustup/toolchains/1.88.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=cc9e9be84edad6b5 -C extra-filename=-4f976a96ffa71223 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
4582025-07-14T17:42:51.335Z Compiling serde_json v1.0.140
4592025-07-14T17:42:51.338Z Running `/home/build/.rustup/toolchains/1.88.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.140/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=89563c8711df1992 -C extra-filename=-80f33e1e1c8b12f1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-80f33e1e1c8b12f1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4602025-07-14T17:42:51.400Z Compiling fnv v1.0.7
4612025-07-14T17:42:51.403Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-813c3ab4e278bc67/build-script-build`
4622025-07-14T17:42:51.403Z Running `/home/build/.rustup/toolchains/1.88.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=ca2552de0c330678 -C extra-filename=-1169362082b8f516 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4632025-07-14T17:42:51.431Z Compiling futures-channel v0.3.31
4642025-07-14T17:42:51.434Z Running `/home/build/.rustup/toolchains/1.88.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=e114d1d9a5bb871f -C extra-filename=-9dd85f82b5ff900c --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-a7577c95cd738630.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a701ec04c9ea3b8a.rmeta --cap-lints allow`
4652025-07-14T17:42:51.540Z Running `/home/build/.rustup/toolchains/1.88.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=64ac84ea0229e74e -C extra-filename=-0297c07772d0aacd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4662025-07-14T17:42:51.552Z Compiling http v1.3.1
4672025-07-14T17:42:51.563Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4c0c046cd48f6000 -C extra-filename=-c1a031579dd750a3 --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-be5089041960340d.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-1169362082b8f516.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-328207cf8536fb3b.rmeta --cap-lints allow`
4682025-07-14T17:42:51.612Z Compiling quote v1.0.40
4692025-07-14T17:42:51.616Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=a32cef93718737b0 -C extra-filename=-ed2aab23cf278b00 --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-ce098131630a8f34.rmeta --cap-lints allow`
4702025-07-14T17:42:51.712Z Running `/home/build/.rustup/toolchains/1.88.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=5786b04a66d95ddc -C extra-filename=-44b600f8f1556c05 --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-dfaff0260e0500ae.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-2ffbb8a02f03caaa.rmeta --cap-lints allow`
4712025-07-14T17:42:51.822Z Compiling signal-hook-registry v1.4.0
4722025-07-14T17:42:51.826Z Running `/home/build/.rustup/toolchains/1.88.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=db534ab5dff1b5e3 -C extra-filename=-35f3e309cc98d3bc --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-d24887d0952db9cd.rmeta --cap-lints allow`
4732025-07-14T17:42:51.835Z Compiling socket2 v0.5.9
4742025-07-14T17:42:51.840Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=ec063475dfc80e6e -C extra-filename=-154361273456f495 --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-d24887d0952db9cd.rmeta --cap-lints allow`
4752025-07-14T17:42:51.889Z Compiling mio v1.0.3
4762025-07-14T17:42:51.892Z Running `/home/build/.rustup/toolchains/1.88.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=4d262f32d61ff207 -C extra-filename=-82ed7bb8518d404c --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-d24887d0952db9cd.rmeta --cap-lints allow`
4772025-07-14T17:42:52.303Z Compiling syn v2.0.104
4782025-07-14T17:42:52.307Z Compiling parking_lot v0.12.1
4792025-07-14T17:42:52.307Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.104/src/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=bca63ad7a2707882 -C extra-filename=-9c5f00afbfa89904 --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-ce098131630a8f34.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-8481105dc09ec6e9.rmeta --cap-lints allow`
4802025-07-14T17:42:52.313Z Running `/home/build/.rustup/toolchains/1.88.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=603baacbb74cce4d -C extra-filename=-ec6453fc256921f5 --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-a70e244ba15d2c9c.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-44b600f8f1556c05.rmeta --cap-lints allow`
4812025-07-14T17:42:52.381Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-80f33e1e1c8b12f1/build-script-build`
4822025-07-14T17:42:52.399Z Compiling getrandom v0.2.11
4832025-07-14T17:42:52.402Z Running `/home/build/.rustup/toolchains/1.88.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=034d42e181dbda88 -C extra-filename=-43164d387bb46470 --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-dfaff0260e0500ae.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --cap-lints allow`
4842025-07-14T17:42:52.623Z Compiling futures-io v0.3.31
4852025-07-14T17:42:52.623Z Running `/home/build/.rustup/toolchains/1.88.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=efdad4cf9cb33382 -C extra-filename=-a64e20a4520cf0e3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4862025-07-14T17:42:52.715Z Compiling pin-utils v0.1.0
4872025-07-14T17:42:52.726Z Running `/home/build/.rustup/toolchains/1.88.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=874c3fe79a7b2fee -C extra-filename=-c7bdf8d06a55586f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4882025-07-14T17:42:52.774Z Compiling thiserror v1.0.69
4892025-07-14T17:42:52.777Z Running `/home/build/.rustup/toolchains/1.88.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=fbf16a80dfed13e7 -C extra-filename=-144715badca47c44 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-144715badca47c44 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4902025-07-14T17:42:52.789Z Compiling zeroize v1.7.0
4912025-07-14T17:42:52.792Z Running `/home/build/.rustup/toolchains/1.88.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=1b0cdc31f4c398ec -C extra-filename=-3500c25e9365155c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4922025-07-14T17:42:52.813Z Compiling futures-task v0.3.31
4932025-07-14T17:42:52.816Z Running `/home/build/.rustup/toolchains/1.88.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=530b8a602488ad53 -C extra-filename=-1c7528566c3a35c4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4942025-07-14T17:42:52.904Z Compiling bitflags v2.4.0
4952025-07-14T17:42:52.908Z Running `/home/build/.rustup/toolchains/1.88.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=a87e826fc227e7c9 -C extra-filename=-d6f784c5d6bd4a8b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4962025-07-14T17:42:53.049Z Compiling rustls-pki-types v1.12.0
4972025-07-14T17:42:53.060Z Running `/home/build/.rustup/toolchains/1.88.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.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=c62f7278508728dd -C extra-filename=-ac218394cca53f8b --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-3500c25e9365155c.rmeta --cap-lints allow`
4982025-07-14T17:42:53.103Z Compiling ring v0.17.13
4992025-07-14T17:42:53.106Z Running `/home/build/.rustup/toolchains/1.88.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=5013ac5ad8ef5952 -C extra-filename=-9a83871032c610b1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-9a83871032c610b1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-998cc3d9928f02eb.rlib --cap-lints allow`
5002025-07-14T17:42:53.115Z Compiling stable_deref_trait v1.2.0
5012025-07-14T17:42:53.130Z Running `/home/build/.rustup/toolchains/1.88.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=1b77836bd2aa8143 -C extra-filename=-7e99af6a9854b5ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5022025-07-14T17:42:53.161Z Compiling getrandom v0.3.1
5032025-07-14T17:42:53.165Z Running `/home/build/.rustup/toolchains/1.88.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)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=31e6b2261bff5a96 -C extra-filename=-77831e33a3f53701 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-77831e33a3f53701 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5042025-07-14T17:42:53.277Z Compiling httparse v1.10.0
5052025-07-14T17:42:53.280Z Running `/home/build/.rustup/toolchains/1.88.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=48af9bcde516901d -C extra-filename=-a8d19030971ffa60 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-a8d19030971ffa60 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5062025-07-14T17:42:53.379Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-144715badca47c44/build-script-build`
5072025-07-14T17:42:53.427Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/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=b26c10c90432d17d -C extra-filename=-42ac1726e6699147 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-42ac1726e6699147 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5082025-07-14T17:42:53.682Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-77831e33a3f53701/build-script-build`
5092025-07-14T17:42:53.712Z Running `/home/build/.rustup/toolchains/1.88.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)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=fadbb569286469cd -C extra-filename=-cbcc41cedcd44cbc --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-dfaff0260e0500ae.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --cap-lints allow`
5102025-07-14T17:42:53.722Z Compiling tracing-core v0.1.32
5112025-07-14T17:42:53.725Z Running `/home/build/.rustup/toolchains/1.88.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=db367ebfe8af9a36 -C extra-filename=-39f124ee12f2e881 --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-e7ac0db386fad00b.rmeta --cap-lints allow`
5122025-07-14T17:42:53.804Z Compiling untrusted v0.9.0
5132025-07-14T17:42:53.807Z Running `/home/build/.rustup/toolchains/1.88.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=5971f76e80b4f540 -C extra-filename=-a6611d6eb82cd46b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5142025-07-14T17:42:53.960Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-a8d19030971ffa60/build-script-build`
5152025-07-14T17:42:53.960Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-42ac1726e6699147/build-script-build`
5162025-07-14T17:42:53.999Z Compiling ucd-trie v0.1.6
5172025-07-14T17:42:54.011Z Running `/home/build/.rustup/toolchains/1.88.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=e5b0a7574fe3dc64 -C extra-filename=-7d393fe7ebfdd42e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5182025-07-14T17:42:54.014Z Compiling hashbrown v0.15.2
5192025-07-14T17:42:54.025Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.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("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=5df7704f7b3ad3a2 -C extra-filename=-bb58a74cab1beaef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5202025-07-14T17:42:54.028Z Running `/home/build/.rustup/toolchains/1.88.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=6067d358568e14fe -C extra-filename=-e1c43a0d7fbaa5b4 --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`
5212025-07-14T17:42:54.039Z Compiling equivalent v1.0.0
5222025-07-14T17:42:54.043Z Running `/home/build/.rustup/toolchains/1.88.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=fd093fd03e16c0ba -C extra-filename=-2ac890fc9a328586 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5232025-07-14T17:42:54.172Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-9a83871032c610b1/build-script-build`
5242025-07-14T17:42:54.176Z Compiling http-body v1.0.1
5252025-07-14T17:42:54.176Z Compiling litemap v0.7.4
5262025-07-14T17:42:54.176Z Running `/home/build/.rustup/toolchains/1.88.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=3d4e23ac347c62ff -C extra-filename=-dae9cba7962ac5e3 --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-be5089041960340d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --cap-lints allow`
5272025-07-14T17:42:54.176Z Running `/home/build/.rustup/toolchains/1.88.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=28562a1370e732e9 -C extra-filename=-47bebbe776098379 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5282025-07-14T17:42:54.428Z Compiling tracing v0.1.40
5292025-07-14T17:42:54.432Z Running `/home/build/.rustup/toolchains/1.88.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=58c9ae5e02628bd0 -C extra-filename=-a431b5ba8f69ae59 --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-69738074352c7045.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-39f124ee12f2e881.rmeta --cap-lints allow`
5302025-07-14T17:42:54.561Z Compiling percent-encoding v2.3.1
5312025-07-14T17:42:54.565Z Running `/home/build/.rustup/toolchains/1.88.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.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=7fc3aec81986e447 -C extra-filename=-7bd7267832da7ff4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5322025-07-14T17:42:54.591Z Compiling base64 v0.22.1
5332025-07-14T17:42:54.595Z Running `/home/build/.rustup/toolchains/1.88.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=170275daddc93a41 -C extra-filename=-b1080144b00bc4c2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5342025-07-14T17:42:54.607Z Compiling atomic-waker v1.1.1
5352025-07-14T17:42:54.610Z Running `/home/build/.rustup/toolchains/1.88.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.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("portable-atomic"))' -C metadata=3b5ca07c7ca19723 -C extra-filename=-76b5b9112969aa72 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5362025-07-14T17:42:54.795Z Compiling vcpkg v0.2.15
5372025-07-14T17:42:54.798Z Running `/home/build/.rustup/toolchains/1.88.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=640705322e1b8b72 -C extra-filename=-c3c823b3e98f3f2f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5382025-07-14T17:42:54.832Z Compiling typenum v1.14.0
5392025-07-14T17:42:54.835Z Running `/home/build/.rustup/toolchains/1.88.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=0c8224a686bac6c6 -C extra-filename=-c0f9a3418bbbcb30 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-c0f9a3418bbbcb30 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5402025-07-14T17:42:54.871Z Compiling pkg-config v0.3.31
5412025-07-14T17:42:54.874Z Running `/home/build/.rustup/toolchains/1.88.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=5c2bc49dce419a11 -C extra-filename=-29bcb1379269d48f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5422025-07-14T17:42:54.989Z Compiling writeable v0.5.5
5432025-07-14T17:42:54.992Z Running `/home/build/.rustup/toolchains/1.88.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=2e4a32385f387dd2 -C extra-filename=-889568049f2fe7ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5442025-07-14T17:42:55.099Z Compiling errno v0.3.10
5452025-07-14T17:42:55.103Z Running `/home/build/.rustup/toolchains/1.88.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=31a78a45bf9e211f -C extra-filename=-3ec25b8fcdde96eb --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-d24887d0952db9cd.rmeta --cap-lints allow`
5462025-07-14T17:42:55.280Z Compiling generic-array v0.14.5
5472025-07-14T17:42:55.291Z Running `/home/build/.rustup/toolchains/1.88.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=7c31a092b57af728 -C extra-filename=-d1763118e499ba73 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-d1763118e499ba73 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbcd09ceefe78011.rlib --cap-lints allow`
5482025-07-14T17:42:55.350Z Compiling crossbeam-utils v0.8.15
5492025-07-14T17:42:55.360Z Running `/home/build/.rustup/toolchains/1.88.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=35346fa0cac4c798 -C extra-filename=-b57721ed4ee36ff9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-b57721ed4ee36ff9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5502025-07-14T17:42:55.531Z Compiling byteorder v1.4.3
5512025-07-14T17:42:55.535Z Running `/home/build/.rustup/toolchains/1.88.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=f3f849d53669940f -C extra-filename=-ed788248c067771a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5522025-07-14T17:42:55.657Z Compiling try-lock v0.2.3
5532025-07-14T17:42:55.660Z Running `/home/build/.rustup/toolchains/1.88.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=0525b06c9b067003 -C extra-filename=-c0b213fbe2083a23 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5542025-07-14T17:42:55.691Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-c0f9a3418bbbcb30/build-script-main`
5552025-07-14T17:42:55.816Z Compiling rustix v1.0.2
5562025-07-14T17:42:55.820Z Running `/home/build/.rustup/toolchains/1.88.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=b1ee8590e5bd8268 -C extra-filename=-0142da655d1bf395 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-0142da655d1bf395 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5572025-07-14T17:42:55.820Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-b57721ed4ee36ff9/build-script-build`
5582025-07-14T17:42:55.840Z Compiling want v0.3.0
5592025-07-14T17:42:55.843Z Running `/home/build/.rustup/toolchains/1.88.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=042c4a13a90d88cd -C extra-filename=-fe060303515ecd85 --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-99e9fd566e01d257.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-c0b213fbe2083a23.rmeta --cap-lints allow`
5602025-07-14T17:42:55.852Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-d1763118e499ba73/build-script-build`
5612025-07-14T17:42:55.873Z Running `/home/build/.rustup/toolchains/1.88.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=0911ef241595f987 -C extra-filename=-3649fb5090dc1609 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5622025-07-14T17:42:55.913Z Compiling httpdate v1.0.1
5632025-07-14T17:42:55.925Z Running `/home/build/.rustup/toolchains/1.88.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=ce573351126222ea -C extra-filename=-f32ba0a74234d879 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5642025-07-14T17:42:55.955Z Compiling subtle v2.5.0
5652025-07-14T17:42:55.958Z Running `/home/build/.rustup/toolchains/1.88.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=f00ba0fd2ec582d1 -C extra-filename=-c116d6b0d982b6e9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5662025-07-14T17:42:56.021Z Compiling openssl-sys v0.9.107
5672025-07-14T17:42:56.024Z Running `/home/build/.rustup/toolchains/1.88.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=e010da93449cac60 -C extra-filename=-fbb103beb3bad593 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-fbb103beb3bad593 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-998cc3d9928f02eb.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-29bcb1379269d48f.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-c3c823b3e98f3f2f.rlib --cap-lints allow`
5682025-07-14T17:42:56.126Z Compiling icu_locid_transform_data v1.5.0
5692025-07-14T17:42:56.129Z Running `/home/build/.rustup/toolchains/1.88.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=35fa15086a10206a -C extra-filename=-de668acae8889328 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5702025-07-14T17:42:56.220Z Compiling num-conv v0.1.0
5712025-07-14T17:42:56.231Z Running `/home/build/.rustup/toolchains/1.88.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=3ba2f963edeb8cb8 -C extra-filename=-3b66ceca23393bb5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5722025-07-14T17:42:56.235Z Compiling tower-service v0.3.3
5732025-07-14T17:42:56.235Z Running `/home/build/.rustup/toolchains/1.88.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=3e9cbd6a1aff89eb -C extra-filename=-7c57ce19ae95057a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5742025-07-14T17:42:56.353Z Compiling time-core v0.1.2
5752025-07-14T17:42:56.357Z Running `/home/build/.rustup/toolchains/1.88.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=161117e395228d7e -C extra-filename=-cf627345925648f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5762025-07-14T17:42:56.370Z Compiling powerfmt v0.2.0
5772025-07-14T17:42:56.373Z Running `/home/build/.rustup/toolchains/1.88.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=3df7f22f347217eb -C extra-filename=-fd308a0ea1068a6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5782025-07-14T17:42:56.456Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-0142da655d1bf395/build-script-build`
5792025-07-14T17:42:56.491Z Running `/home/build/.rustup/toolchains/1.88.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=aa587d3560a26cd7 -C extra-filename=-3b55f3765d6b5a3d --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-dfaff0260e0500ae.rmeta --cap-lints allow`
5802025-07-14T17:42:56.524Z Compiling time-macros v0.2.18
5812025-07-14T17:42:56.527Z Running `/home/build/.rustup/toolchains/1.88.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=e6685b2279b0098e -C extra-filename=-e732a7f04fb10964 --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-3b66ceca23393bb5.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-cf627345925648f4.rlib --extern proc_macro --cap-lints allow`
5822025-07-14T17:42:56.587Z Running `/home/build/.rustup/toolchains/1.88.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=449d72ee2fbbd24a -C extra-filename=-361337cd9fd20472 --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-d6f784c5d6bd4a8b.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-3ec25b8fcdde96eb.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
5832025-07-14T17:42:56.749Z Compiling deranged v0.3.11
5842025-07-14T17:42:56.753Z Running `/home/build/.rustup/toolchains/1.88.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=4eb8488352822d50 -C extra-filename=-297d238788afa215 --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-fd308a0ea1068a6c.rmeta --cap-lints allow`
5852025-07-14T17:42:56.973Z Running `/home/build/.rustup/toolchains/1.88.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=ad29583097974cb3 -C extra-filename=-7ebe7db4b13ddf0f --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-3649fb5090dc1609.rmeta --cap-lints allow --cfg relaxed_coherence`
5862025-07-14T17:42:57.016Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-fbb103beb3bad593/build-script-main`
5872025-07-14T17:42:57.165Z Compiling fastrand v2.1.1
5882025-07-14T17:42:57.176Z Running `/home/build/.rustup/toolchains/1.88.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=70636d6480d98a36 -C extra-filename=-d017df49ffc04a68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5892025-07-14T17:42:57.559Z Compiling num_threads v0.1.3
5902025-07-14T17:42:57.562Z Running `/home/build/.rustup/toolchains/1.88.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=97215c1dc6254f28 -C extra-filename=-8512e7c07b48f74f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5912025-07-14T17:42:57.693Z Compiling ppv-lite86 v0.2.15
5922025-07-14T17:42:57.696Z Running `/home/build/.rustup/toolchains/1.88.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=d329591460af8a22 -C extra-filename=-52a7e3f3ff6e8b12 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5932025-07-14T17:42:57.709Z Compiling rustix v0.38.44
5942025-07-14T17:42:57.712Z Running `/home/build/.rustup/toolchains/1.88.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=f4cea5dadec2abf4 -C extra-filename=-2ca881a0025ba256 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-2ca881a0025ba256 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5952025-07-14T17:42:58.087Z Compiling slog v2.7.0
5962025-07-14T17:42:58.091Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "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=145b9772a9e09b68 -C extra-filename=-68755d743395abf8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-68755d743395abf8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5972025-07-14T17:42:58.123Z Compiling icu_properties_data v1.5.0
5982025-07-14T17:42:58.123Z Running `/home/build/.rustup/toolchains/1.88.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=be5fceb1acae14cc -C extra-filename=-b524d831c19198af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5992025-07-14T17:42:58.170Z Running `/home/build/.rustup/toolchains/1.88.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=f058225eeaef3991 -C extra-filename=-ec1ff3f3673c636d --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-dfaff0260e0500ae.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-43164d387bb46470.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-a6611d6eb82cd46b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test`
6002025-07-14T17:42:58.403Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-2ca881a0025ba256/build-script-build`
6012025-07-14T17:42:58.417Z Compiling thread-id v4.0.0
6022025-07-14T17:42:58.421Z Compiling usdt-impl v0.5.0
6032025-07-14T17:42:58.421Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-4.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=77f0a0fad42d70dc -C extra-filename=-059e8ba9f1eebf5b --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-d24887d0952db9cd.rmeta --cap-lints allow`
6042025-07-14T17:42:58.421Z Running `/home/build/.rustup/toolchains/1.88.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.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=d677714faa4e09f6 -C extra-filename=-6435c1cbec5ed493 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-6435c1cbec5ed493 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbcd09ceefe78011.rlib --cap-lints allow`
6052025-07-14T17:42:58.533Z Compiling unicase v2.6.0
6062025-07-14T17:42:58.533Z Running `/home/build/.rustup/toolchains/1.88.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=b67bcc151ddfb735 -C extra-filename=-1688aa264ef94701 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-1688aa264ef94701 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbcd09ceefe78011.rlib --cap-lints allow`
6072025-07-14T17:42:58.547Z Compiling icu_normalizer_data v1.5.0
6082025-07-14T17:42:58.547Z Running `/home/build/.rustup/toolchains/1.88.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=e38a01183ecc76a6 -C extra-filename=-7ca594f4bb7ead32 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6092025-07-14T17:42:58.614Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-68755d743395abf8/build-script-build`
6102025-07-14T17:42:58.654Z Compiling ipnet v2.10.0
6112025-07-14T17:42:58.658Z Running `/home/build/.rustup/toolchains/1.88.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=5389fdaa17f107e2 -C extra-filename=-5515e7dacc7e46c2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6122025-07-14T17:42:58.675Z Compiling write16 v1.0.0
6132025-07-14T17:42:58.711Z Running `/home/build/.rustup/toolchains/1.88.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=d5a964d34b516dcc -C extra-filename=-fa4c74ff6fbf331f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6142025-07-14T17:42:58.774Z Compiling utf16_iter v1.0.5
6152025-07-14T17:42:58.777Z Running `/home/build/.rustup/toolchains/1.88.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=fbf387386bb29fb3 -C extra-filename=-5135a61d2b5950a6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6162025-07-14T17:42:58.819Z Compiling foreign-types-shared v0.1.1
6172025-07-14T17:42:58.823Z Running `/home/build/.rustup/toolchains/1.88.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=8845a82ec7180d83 -C extra-filename=-44dafafc61cc4820 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6182025-07-14T17:42:58.849Z Compiling utf8_iter v1.0.4
6192025-07-14T17:42:58.852Z Running `/home/build/.rustup/toolchains/1.88.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=23d8bff45610cf9e -C extra-filename=-61162f4e47f29064 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6202025-07-14T17:42:58.914Z Compiling paste v1.0.15
6212025-07-14T17:42:58.920Z Running `/home/build/.rustup/toolchains/1.88.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=89485f7d4d19c650 -C extra-filename=-3f4d5e456ef4baf5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-3f4d5e456ef4baf5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6222025-07-14T17:42:58.945Z Compiling openssl-probe v0.1.4
6232025-07-14T17:42:58.949Z Running `/home/build/.rustup/toolchains/1.88.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=0b7bb3f655149bdb -C extra-filename=-6fae1bdd24c9d3b3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6242025-07-14T17:42:58.983Z Compiling openssl v0.10.72
6252025-07-14T17:42:58.986Z Running `/home/build/.rustup/toolchains/1.88.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=bf79d06fbd23ae9a -C extra-filename=-a89929f1fefc89a5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-a89929f1fefc89a5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6262025-07-14T17:42:59.100Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-1688aa264ef94701/build-script-build`
6272025-07-14T17:42:59.250Z Compiling synstructure v0.13.1
6282025-07-14T17:42:59.254Z Running `/home/build/.rustup/toolchains/1.88.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=e3f129b48561889e -C extra-filename=-ba9455494fa3b2ed --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-ce098131630a8f34.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rmeta --cap-lints allow`
6292025-07-14T17:42:59.277Z Compiling time v0.3.36
6302025-07-14T17:42:59.280Z Running `/home/build/.rustup/toolchains/1.88.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=b8f2e600042d30cf -C extra-filename=-86d4f330ea3af003 --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-297d238788afa215.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-328207cf8536fb3b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-3b66ceca23393bb5.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-8512e7c07b48f74f.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-fd308a0ea1068a6c.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-cf627345925648f4.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-e732a7f04fb10964.so --cap-lints allow`
6312025-07-14T17:42:59.290Z Compiling foreign-types v0.3.2
6322025-07-14T17:42:59.294Z Running `/home/build/.rustup/toolchains/1.88.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=9a8cc475eb829e83 -C extra-filename=-f52f3c3c7182e1d9 --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-44dafafc61cc4820.rmeta --cap-lints allow`
6332025-07-14T17:42:59.407Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-6435c1cbec5ed493/build-script-build`
6342025-07-14T17:42:59.419Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-3f4d5e456ef4baf5/build-script-build`
6352025-07-14T17:42:59.447Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-a89929f1fefc89a5/build-script-build`
6362025-07-14T17:42:59.465Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.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="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "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=a3e750d3caa21f44 -C extra-filename=-a9a0f8879f90af4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128`
6372025-07-14T17:42:59.478Z Running `/home/build/.rustup/toolchains/1.88.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=7a13d6bc93944ee4 -C extra-filename=-1b58c2fea058a2e5 --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-d6f784c5d6bd4a8b.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-3ec25b8fcdde96eb.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6382025-07-14T17:42:59.534Z Compiling crypto-common v0.1.6
6392025-07-14T17:42:59.538Z Running `/home/build/.rustup/toolchains/1.88.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=072d3fc215a9c2a1 -C extra-filename=-64098e738c50b8c4 --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-7ebe7db4b13ddf0f.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-3649fb5090dc1609.rmeta --cap-lints allow`
6402025-07-14T17:42:59.727Z Compiling block-buffer v0.10.2
6412025-07-14T17:42:59.730Z Running `/home/build/.rustup/toolchains/1.88.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=100623cf1d639e2a -C extra-filename=-9612b9725bd054e6 --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-7ebe7db4b13ddf0f.rmeta --cap-lints allow`
6422025-07-14T17:42:59.801Z Running `/home/build/.rustup/toolchains/1.88.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=92193a170c6a1f1e -C extra-filename=-a652df554c0fad2d --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-d24887d0952db9cd.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)'`
6432025-07-14T17:42:59.934Z Compiling form_urlencoded v1.2.1
6442025-07-14T17:42:59.938Z Running `/home/build/.rustup/toolchains/1.88.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.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=657748b3d6362601 -C extra-filename=-13ec6e784d66b226 --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-7bd7267832da7ff4.rmeta --cap-lints allow`
6452025-07-14T17:43:00.187Z Compiling num-traits v0.2.14
6462025-07-14T17:43:00.190Z Running `/home/build/.rustup/toolchains/1.88.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=1799aaaf30d465cc -C extra-filename=-6d47b5161999d48c --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-6d47b5161999d48c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-a954a7404a186604.rlib --cap-lints allow`
6472025-07-14T17:43:00.273Z Compiling plain v0.2.3
6482025-07-14T17:43:00.276Z Running `/home/build/.rustup/toolchains/1.88.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=cfbd99181b187571 -C extra-filename=-eb6af93d4eb91fd7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6492025-07-14T17:43:00.357Z Compiling thiserror v2.0.12
6502025-07-14T17:43:00.360Z Running `/home/build/.rustup/toolchains/1.88.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.12/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=98c6581ab02cfd71 -C extra-filename=-31557f96772ca0cc --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-31557f96772ca0cc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6512025-07-14T17:43:00.441Z Compiling rustls v0.23.13
6522025-07-14T17:43:00.444Z Running `/home/build/.rustup/toolchains/1.88.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=ce8ee95d07a4c4e8 -C extra-filename=-58cc251609f36ed6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-58cc251609f36ed6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6532025-07-14T17:43:00.570Z Compiling mime v0.3.16
6542025-07-14T17:43:00.584Z Running `/home/build/.rustup/toolchains/1.88.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=d04f2c1ea38aa4ea -C extra-filename=-38de0dd7a75f4798 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6552025-07-14T17:43:00.814Z Compiling rustls-webpki v0.102.8
6562025-07-14T17:43:00.817Z Running `/home/build/.rustup/toolchains/1.88.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=841f6646eb1b9260 -C extra-filename=-29fd86a57c6cfc7b --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-ec1ff3f3673c636d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-a6611d6eb82cd46b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out`
6572025-07-14T17:43:00.940Z Compiling semver v1.0.26
6582025-07-14T17:43:00.943Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/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=ff1f6ff6652c0678 -C extra-filename=-18c9f61e19b8fa45 --out-dir /work/oxidecomputer/dropshot/target/debug/build/semver-18c9f61e19b8fa45 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6592025-07-14T17:43:01.051Z Compiling native-tls v0.2.12
6602025-07-14T17:43:01.055Z Compiling rustls v0.22.4
6612025-07-14T17:43:01.055Z Running `/home/build/.rustup/toolchains/1.88.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=35eef881733bc1a8 -C extra-filename=-454e71cb48f7c925 --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-454e71cb48f7c925 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6622025-07-14T17:43:01.055Z Running `/home/build/.rustup/toolchains/1.88.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=ddd473a1e79b4684 -C extra-filename=-637ca795c7d3c021 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-637ca795c7d3c021 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6632025-07-14T17:43:01.414Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-637ca795c7d3c021/build-script-build`
6642025-07-14T17:43:01.431Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-31557f96772ca0cc/build-script-build`
6652025-07-14T17:43:01.454Z Running `/work/oxidecomputer/dropshot/target/debug/build/semver-18c9f61e19b8fa45/build-script-build`
6662025-07-14T17:43:01.478Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-454e71cb48f7c925/build-script-build`
6672025-07-14T17:43:01.485Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-58cc251609f36ed6/build-script-build`
6682025-07-14T17:43:01.504Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-6d47b5161999d48c/build-script-build`
6692025-07-14T17:43:01.517Z Compiling digest v0.10.7
6702025-07-14T17:43:01.520Z Running `/home/build/.rustup/toolchains/1.88.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=97afe5e37fcafda4 -C extra-filename=-5097370232352f5a --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-9612b9725bd054e6.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-64098e738c50b8c4.rmeta --cap-lints allow`
6712025-07-14T17:43:01.532Z Running `/home/build/.rustup/toolchains/1.88.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=50383f913ce09861 -C extra-filename=-f5359803d3f31c6f --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"))'`
6722025-07-14T17:43:01.803Z Running `/home/build/.rustup/toolchains/1.88.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=2272d5c0045a2897 -C extra-filename=-d2a271226b0186fd --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`
6732025-07-14T17:43:01.835Z Compiling rand_core v0.9.3
6742025-07-14T17:43:01.839Z Compiling dirs-sys-next v0.1.2
6752025-07-14T17:43:01.839Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.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="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=1d62a7b99231a486 -C extra-filename=-b29adcdabca8003b --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-cbcc41cedcd44cbc.rmeta --cap-lints allow`
6762025-07-14T17:43:01.839Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-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=7f42dcc5b52e0493 -C extra-filename=-57a23d2e7ed297b5 --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-d24887d0952db9cd.rmeta --cap-lints allow`
6772025-07-14T17:43:02.171Z Running `/home/build/.rustup/toolchains/1.88.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.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=0c505ce9180c7af7 -C extra-filename=-340d619654413178 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-340d619654413178 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbcd09ceefe78011.rlib --cap-lints allow`
6782025-07-14T17:43:02.249Z Compiling lazy_static v1.5.0
6792025-07-14T17:43:02.252Z Running `/home/build/.rustup/toolchains/1.88.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=ed505e999b01447f -C extra-filename=-26699e6dd5bb045d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6802025-07-14T17:43:02.395Z Compiling unicode-segmentation v1.10.0
6812025-07-14T17:43:02.400Z Running `/home/build/.rustup/toolchains/1.88.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=0ff6bc7d6916d658 -C extra-filename=-4ef16c28b2319b71 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6822025-07-14T17:43:02.428Z Compiling pretty-hex v0.4.1
6832025-07-14T17:43:02.431Z Running `/home/build/.rustup/toolchains/1.88.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=96e9d48f828fa4b5 -C extra-filename=-afcd61b1ab72aac9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6842025-07-14T17:43:02.513Z Compiling winnow v0.7.10
6852025-07-14T17:43:02.517Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.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 --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=751128eee1e50c79 -C extra-filename=-b1200cc46e700de9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6862025-07-14T17:43:02.598Z Compiling cpufeatures v0.2.2
6872025-07-14T17:43:02.601Z Running `/home/build/.rustup/toolchains/1.88.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=1c68cc4dc971a4ba -C extra-filename=-302f454c358ae5d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6882025-07-14T17:43:02.648Z Compiling unicode-width v0.1.9
6892025-07-14T17:43:02.651Z Running `/home/build/.rustup/toolchains/1.88.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=119697986ae37125 -C extra-filename=-79b30a40063e6e4b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6902025-07-14T17:43:02.663Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-340d619654413178/build-script-build`
6912025-07-14T17:43:02.693Z Compiling sha1 v0.10.6
6922025-07-14T17:43:02.705Z Running `/home/build/.rustup/toolchains/1.88.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=34ab36b4e3436094 -C extra-filename=-ede61983443a00ff --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-dfaff0260e0500ae.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-302f454c358ae5d1.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-5097370232352f5a.rmeta --cap-lints allow`
6932025-07-14T17:43:02.737Z Compiling mime_guess v2.0.5
6942025-07-14T17:43:02.741Z Running `/home/build/.rustup/toolchains/1.88.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=4379811699690728 -C extra-filename=-2ca192fb789131f1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-2ca192fb789131f1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-d2a271226b0186fd.rlib --cap-lints allow`
6952025-07-14T17:43:02.767Z Compiling rand_chacha v0.9.0
6962025-07-14T17:43:02.770Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=56795a37a429cc4d -C extra-filename=-7c8e3047db8541d1 --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-52a7e3f3ff6e8b12.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-b29adcdabca8003b.rmeta --cap-lints allow`
6972025-07-14T17:43:02.796Z Compiling console v0.15.7
6982025-07-14T17:43:02.811Z Running `/home/build/.rustup/toolchains/1.88.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=968e9041a56c7e2d -C extra-filename=-43007bdb84e50f2c --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-26699e6dd5bb045d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-79b30a40063e6e4b.rmeta --cap-lints allow`
6992025-07-14T17:43:02.814Z Compiling dirs-next v2.0.0
7002025-07-14T17:43:02.814Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.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=1df850bdd8037fcb -C extra-filename=-03241ecd770ad89f --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-dfaff0260e0500ae.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-57a23d2e7ed297b5.rmeta --cap-lints allow`
7012025-07-14T17:43:02.929Z Compiling serde_derive v1.0.219
7022025-07-14T17:43:02.933Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/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=aa256d8ea7d2a837 -C extra-filename=-e07e680f3b9cbe98 --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
7032025-07-14T17:43:03.003Z Compiling tokio-macros v2.5.0
7042025-07-14T17:43:03.007Z Running `/home/build/.rustup/toolchains/1.88.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.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=627b72fba55d16c9 -C extra-filename=-b3917e3c038d96c8 --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
7052025-07-14T17:43:03.066Z Compiling zerofrom-derive v0.1.5
7062025-07-14T17:43:03.069Z Running `/home/build/.rustup/toolchains/1.88.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=ab7e85874864ab4d -C extra-filename=-5aaa46481393ab4a --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-ba9455494fa3b2ed.rlib --extern proc_macro --cap-lints allow`
7072025-07-14T17:43:03.151Z Compiling futures-macro v0.3.31
7082025-07-14T17:43:03.154Z Running `/home/build/.rustup/toolchains/1.88.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=66a357227149abe3 -C extra-filename=-55f462dbb0b3c293 --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
7092025-07-14T17:43:03.839Z Compiling yoke-derive v0.7.5
7102025-07-14T17:43:03.843Z Running `/home/build/.rustup/toolchains/1.88.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=b8fa229b46f06253 -C extra-filename=-2d7a8f4dde1d399b --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-ba9455494fa3b2ed.rlib --extern proc_macro --cap-lints allow`
7112025-07-14T17:43:03.852Z Compiling thiserror-impl v1.0.69
7122025-07-14T17:43:03.856Z Running `/home/build/.rustup/toolchains/1.88.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=569a456c6557218c -C extra-filename=-1edd0aa6af543f1a --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
7132025-07-14T17:43:04.169Z Compiling zerovec-derive v0.10.3
7142025-07-14T17:43:04.172Z Running `/home/build/.rustup/toolchains/1.88.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=5ed7aca8ae1446d9 -C extra-filename=-29c9a6455cc04b0c --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
7152025-07-14T17:43:04.521Z Compiling tokio v1.46.1
7162025-07-14T17:43:04.524Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.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(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_taskdump)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(tokio_uring)' --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-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=6830126f6d0ba870 -C extra-filename=-66ad6c704b6bda72 --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-be5089041960340d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-82ed7bb8518d404c.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-ec6453fc256921f5.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-35f3e309cc98d3bc.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-154361273456f495.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-b3917e3c038d96c8.so --cap-lints allow`
7172025-07-14T17:43:05.019Z Compiling futures-util v0.3.31
7182025-07-14T17:43:05.051Z Running `/home/build/.rustup/toolchains/1.88.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=2043a34594cbbebd -C extra-filename=-9a27675f9d7feda8 --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-9dd85f82b5ff900c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a7577c95cd738630.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-a64e20a4520cf0e3.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-55f462dbb0b3c293.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a701ec04c9ea3b8a.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-1c7528566c3a35c4.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-41a29bd53a0aa9b7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-c7bdf8d06a55586f.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-0297c07772d0aacd.rmeta --cap-lints allow`
7192025-07-14T17:43:05.711Z Compiling displaydoc v0.2.5
7202025-07-14T17:43:05.714Z Running `/home/build/.rustup/toolchains/1.88.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=a3edf878edcc1a6e -C extra-filename=-3741e6ce698613ea --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
7212025-07-14T17:43:06.152Z Compiling icu_provider_macros v1.5.0
7222025-07-14T17:43:06.168Z Running `/home/build/.rustup/toolchains/1.88.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=7b12170c88231252 -C extra-filename=-7b4ae7a90b973649 --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
7232025-07-14T17:43:06.199Z Compiling zerofrom v0.1.5
7242025-07-14T17:43:06.203Z Running `/home/build/.rustup/toolchains/1.88.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=640e2b7f7c4481d1 -C extra-filename=-0d995bf4a7422020 --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-5aaa46481393ab4a.so --cap-lints allow`
7252025-07-14T17:43:06.415Z Compiling yoke v0.7.5
7262025-07-14T17:43:06.427Z Running `/home/build/.rustup/toolchains/1.88.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=92d081e51b9e27ae -C extra-filename=-7af539000f152353 --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-7e99af6a9854b5ee.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-2d7a8f4dde1d399b.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0d995bf4a7422020.rmeta --cap-lints allow`
7272025-07-14T17:43:06.438Z Running `/home/build/.rustup/toolchains/1.88.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=50325a885c968af7 -C extra-filename=-ed2ac2ccc077116f --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-1edd0aa6af543f1a.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
7282025-07-14T17:43:06.478Z Compiling zerocopy-derive v0.7.32
7292025-07-14T17:43:06.482Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a591bd21f4839eb4 -C extra-filename=-324a8d9a7dacba8a --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
7302025-07-14T17:43:06.594Z Compiling pest v2.7.6
7312025-07-14T17:43:06.606Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.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="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=155488528de3f077 -C extra-filename=-cc4daabc0c24160d --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-41a29bd53a0aa9b7.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ed2ac2ccc077116f.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-7d393fe7ebfdd42e.rmeta --cap-lints allow`
7322025-07-14T17:43:06.780Z Compiling zerovec v0.10.4
7332025-07-14T17:43:06.781Z Running `/home/build/.rustup/toolchains/1.88.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=68703f3c352864e4 -C extra-filename=-3ea61f8acdfc8202 --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-7af539000f152353.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0d995bf4a7422020.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-29c9a6455cc04b0c.so --cap-lints allow`
7342025-07-14T17:43:07.168Z Compiling scroll_derive v0.12.0
7352025-07-14T17:43:07.171Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.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=9cc6f74ff1c2c416 -C extra-filename=-ef99bce81ad40150 --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
7362025-07-14T17:43:07.314Z Compiling openssl-macros v0.1.1
7372025-07-14T17:43:07.323Z Running `/home/build/.rustup/toolchains/1.88.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=8f468b33212cab76 -C extra-filename=-899da26f988bae9f --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
7382025-07-14T17:43:08.140Z Running `/home/build/.rustup/toolchains/1.88.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=f301603e5c631747 -C extra-filename=-5e48a87b6b4193d9 --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-d6f784c5d6bd4a8b.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-dfaff0260e0500ae.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-f52f3c3c7182e1d9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-e7ac0db386fad00b.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-899da26f988bae9f.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-a652df554c0fad2d.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)'`
7392025-07-14T17:43:08.378Z Compiling zerocopy v0.7.32
7402025-07-14T17:43:08.382Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.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="byteorder"' --cfg 'feature="default"' --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", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=6655e81305747181 -C extra-filename=-3bccafa57e8127c2 --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-ed788248c067771a.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-324a8d9a7dacba8a.so --cap-lints allow`
7412025-07-14T17:43:08.621Z Compiling tinystr v0.7.6
7422025-07-14T17:43:08.632Z Running `/home/build/.rustup/toolchains/1.88.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=ccdff1640a795fec -C extra-filename=-c2b0256fe90bc4d0 --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-3741e6ce698613ea.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-3ea61f8acdfc8202.rmeta --cap-lints allow`
7432025-07-14T17:43:08.856Z Compiling icu_collections v1.5.0
7442025-07-14T17:43:08.857Z Running `/home/build/.rustup/toolchains/1.88.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=1bb3c7dfd9d0e60c -C extra-filename=-1b36df1afa4b82e2 --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-3741e6ce698613ea.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-7af539000f152353.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0d995bf4a7422020.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-3ea61f8acdfc8202.rmeta --cap-lints allow`
7452025-07-14T17:43:09.025Z Compiling icu_locid v1.5.0
7462025-07-14T17:43:09.028Z Running `/home/build/.rustup/toolchains/1.88.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=5e3d541c7e6ff93d -C extra-filename=-e767690c1b6a36db --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-3741e6ce698613ea.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-47bebbe776098379.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-c2b0256fe90bc4d0.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-889568049f2fe7ef.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-3ea61f8acdfc8202.rmeta --cap-lints allow`
7472025-07-14T17:43:09.340Z Compiling pest_meta v2.7.6
7482025-07-14T17:43:09.344Z Running `/home/build/.rustup/toolchains/1.88.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.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=215dbae6a2c63345 -C extra-filename=-5b6f27f687c6a43d --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-e7ac0db386fad00b.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-cc4daabc0c24160d.rmeta --cap-lints allow`
7492025-07-14T17:43:09.624Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --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=d4296d01c2163920 -C extra-filename=-ea9faeaa680382c1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-e07e680f3b9cbe98.so --cap-lints allow --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_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
7502025-07-14T17:43:09.668Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/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=c204d39399781b79 -C extra-filename=-5f36237522c08e7c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-e07e680f3b9cbe98.so --cap-lints allow --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_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
7512025-07-14T17:43:10.223Z Compiling icu_provider v1.5.0
7522025-07-14T17:43:10.227Z Running `/home/build/.rustup/toolchains/1.88.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=1812ebcd1646c84b -C extra-filename=-34ea9414be281627 --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-3741e6ce698613ea.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-e767690c1b6a36db.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-7b4ae7a90b973649.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-7e99af6a9854b5ee.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-c2b0256fe90bc4d0.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-889568049f2fe7ef.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-7af539000f152353.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0d995bf4a7422020.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-3ea61f8acdfc8202.rmeta --cap-lints allow`
7532025-07-14T17:43:10.279Z Compiling scroll v0.12.0
7542025-07-14T17:43:10.282Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=09f298f9e5975a56 -C extra-filename=-3359fd504540fe88 --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-ef99bce81ad40150.so --cap-lints allow`
7552025-07-14T17:43:10.819Z Compiling pest_generator v2.7.6
7562025-07-14T17:43:10.830Z Running `/home/build/.rustup/toolchains/1.88.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.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=6298757bb3144d06 -C extra-filename=-d70e78b0fe58ad14 --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-cc4daabc0c24160d.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-5b6f27f687c6a43d.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-ce098131630a8f34.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rmeta --cap-lints allow`
7572025-07-14T17:43:11.209Z Compiling icu_locid_transform v1.5.0
7582025-07-14T17:43:11.212Z Running `/home/build/.rustup/toolchains/1.88.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=4ed07ff71d04db59 -C extra-filename=-9668f6a70fc8fb7e --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-3741e6ce698613ea.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-e767690c1b6a36db.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-de668acae8889328.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-34ea9414be281627.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-c2b0256fe90bc4d0.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-3ea61f8acdfc8202.rmeta --cap-lints allow`
7592025-07-14T17:43:11.223Z Compiling goblin v0.8.0
7602025-07-14T17:43:11.223Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.0/src/lib.rs --error-format=json --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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=ed8078357edeaeb5 -C extra-filename=-68d902d4de8c3b81 --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-99e9fd566e01d257.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-eb6af93d4eb91fd7.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-3359fd504540fe88.rmeta --cap-lints allow`
7612025-07-14T17:43:12.430Z Compiling tokio-util v0.7.7
7622025-07-14T17:43:12.434Z Running `/home/build/.rustup/toolchains/1.88.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=c1edebeab997425d -C extra-filename=-dd4857400a1d7302 --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-be5089041960340d.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a7577c95cd738630.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a701ec04c9ea3b8a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-a431b5ba8f69ae59.rmeta --cap-lints allow`
7632025-07-14T17:43:12.729Z Compiling pest_derive v2.7.6
7642025-07-14T17:43:12.741Z Running `/home/build/.rustup/toolchains/1.88.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.7.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 --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=55a6aa925e8a5490 -C extra-filename=-74d62472dd1d628e --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-cc4daabc0c24160d.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-d70e78b0fe58ad14.rlib --extern proc_macro --cap-lints allow`
7652025-07-14T17:43:13.719Z Compiling icu_properties v1.5.1
7662025-07-14T17:43:13.723Z Running `/home/build/.rustup/toolchains/1.88.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=c4fc7ac1f4624c0a -C extra-filename=-f42511a33dd11716 --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-3741e6ce698613ea.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-1b36df1afa4b82e2.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-9668f6a70fc8fb7e.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-b524d831c19198af.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-34ea9414be281627.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-c2b0256fe90bc4d0.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-3ea61f8acdfc8202.rmeta --cap-lints allow`
7672025-07-14T17:43:13.741Z Compiling dtrace-parser v0.2.0
7682025-07-14T17:43:13.752Z Running `/home/build/.rustup/toolchains/1.88.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.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=7410baecf922f698 -C extra-filename=-7a22b04ed75f4b85 --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-cc4daabc0c24160d.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-74d62472dd1d628e.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ed2ac2ccc077116f.rmeta --cap-lints allow`
7692025-07-14T17:43:13.813Z Compiling thiserror-impl v2.0.12
7702025-07-14T17:43:13.816Z Running `/home/build/.rustup/toolchains/1.88.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.12/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=a25caad01b9f16e5 -C extra-filename=-a10557966b40a24a --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
7712025-07-14T17:43:15.011Z Running `/home/build/.rustup/toolchains/1.88.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.140/src/lib.rs --error-format=json --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=da5d6cb098b2bb56 -C extra-filename=-b9d5e90c3fc8c40a --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-328207cf8536fb3b.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-41a29bd53a0aa9b7.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-4f976a96ffa71223.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
7722025-07-14T17:43:15.149Z Compiling indexmap v2.10.0
7732025-07-14T17:43:15.171Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-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 '--allow=clippy::style' --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", "test_debug"))' -C metadata=ece7cd6aa7e0dc81 -C extra-filename=-a81a231913902c58 --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-2ac890fc9a328586.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-bb58a74cab1beaef.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --cap-lints allow`
7742025-07-14T17:43:15.667Z Running `/home/build/.rustup/toolchains/1.88.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.140/src/lib.rs --error-format=json --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=0cf07c1ee3d3dec6 -C extra-filename=-662327e1d44c3dd3 --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-328207cf8536fb3b.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-41a29bd53a0aa9b7.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-4f976a96ffa71223.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5f36237522c08e7c.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
7752025-07-14T17:43:16.116Z Compiling serde_tokenstream v0.2.2
7762025-07-14T17:43:16.120Z Running `/home/build/.rustup/toolchains/1.88.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=fe0e036dee3da3e5 -C extra-filename=-d9067958bdf7af04 --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-ce098131630a8f34.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5f36237522c08e7c.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rmeta --cap-lints allow`
7772025-07-14T17:43:16.553Z Compiling h2 v0.4.6
7782025-07-14T17:43:16.557Z Running `/home/build/.rustup/toolchains/1.88.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=74c7abca9ec78853 -C extra-filename=-c57da54748d644a9 --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-76b5b9112969aa72.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-1169362082b8f516.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a7577c95cd738630.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a701ec04c9ea3b8a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-0297c07772d0aacd.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-dd4857400a1d7302.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-a431b5ba8f69ae59.rmeta --cap-lints allow`
7792025-07-14T17:43:16.573Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e33e8187b4a26916 -C extra-filename=-e9c85ccd588a0650 --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-a10557966b40a24a.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
7802025-07-14T17:43:16.591Z Compiling toml_datetime v0.7.0
7812025-07-14T17:43:16.622Z Running `/home/build/.rustup/toolchains/1.88.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.0/src/lib.rs --error-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=ef0226abbeb1a577 -C extra-filename=-6c4c3568f9fdaef9 --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-ea9faeaa680382c1.rmeta --cap-lints allow`
7822025-07-14T17:43:16.740Z Compiling dof v0.3.0
7832025-07-14T17:43:16.753Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-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 --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=4af1f13099587b40 -C extra-filename=-e1c6e9e32cafd46e --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-68d902d4de8c3b81.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-afcd61b1ab72aac9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ed2ac2ccc077116f.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-3bccafa57e8127c2.rmeta --cap-lints allow`
7842025-07-14T17:43:17.212Z Compiling serde_spanned v1.0.0
7852025-07-14T17:43:17.215Z Running `/home/build/.rustup/toolchains/1.88.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.0/src/lib.rs --error-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=9a23d41d33c12d9c -C extra-filename=-7d86c10c6f657075 --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-ea9faeaa680382c1.rmeta --cap-lints allow`
7862025-07-14T17:43:17.483Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=5fa1080a214e1dca -C extra-filename=-846c312da715ed96 --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-5f36237522c08e7c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662327e1d44c3dd3.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ed2ac2ccc077116f.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-3bccafa57e8127c2.rmeta --cap-lints allow`
7872025-07-14T17:43:17.678Z Compiling icu_normalizer v1.5.0
7882025-07-14T17:43:17.681Z Running `/home/build/.rustup/toolchains/1.88.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=b91a2f84fa404857 -C extra-filename=-e7fecd724773d5f2 --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-3741e6ce698613ea.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-1b36df1afa4b82e2.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-7ca594f4bb7ead32.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-f42511a33dd11716.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-34ea9414be281627.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-2ffbb8a02f03caaa.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-5135a61d2b5950a6.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-61162f4e47f29064.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-fa4c74ff6fbf331f.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-3ea61f8acdfc8202.rmeta --cap-lints allow`
7892025-07-14T17:43:18.286Z Running `/home/build/.rustup/toolchains/1.88.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.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 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=d923ec7394f9dbe5 -C extra-filename=-b98242f38f7495ee --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-ed788248c067771a.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-846c312da715ed96.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-7a22b04ed75f4b85.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-ce098131630a8f34.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5f36237522c08e7c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662327e1d44c3dd3.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ed2ac2ccc077116f.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-059e8ba9f1eebf5b.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7902025-07-14T17:43:18.335Z Running `/home/build/.rustup/toolchains/1.88.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=87b844ad94a14190 -C extra-filename=-35386634072ed780 --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-99e9fd566e01d257.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-5e48a87b6b4193d9.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-6fae1bdd24c9d3b3.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-a652df554c0fad2d.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
7912025-07-14T17:43:18.548Z Compiling toml_parser v1.0.1
7922025-07-14T17:43:18.551Z Running `/home/build/.rustup/toolchains/1.88.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_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=d7df12bb632af373 -C extra-filename=-07057ec29dedb178 --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-b1200cc46e700de9.rmeta --cap-lints allow`
7932025-07-14T17:43:18.703Z Compiling idna_adapter v1.2.0
7942025-07-14T17:43:18.706Z Running `/home/build/.rustup/toolchains/1.88.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=cb0498bd3656ccca -C extra-filename=-e71e238dfbd6ab3a --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-e7fecd724773d5f2.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-f42511a33dd11716.rmeta --cap-lints allow`
7952025-07-14T17:43:18.779Z Compiling newline-converter v0.3.0
7962025-07-14T17:43:18.783Z Running `/home/build/.rustup/toolchains/1.88.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=e920c88cd1d8a129 -C extra-filename=-eec7405a1ac12291 --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-4ef16c28b2319b71.rmeta --cap-lints allow`
7972025-07-14T17:43:18.905Z Compiling idna v1.0.3
7982025-07-14T17:43:18.909Z Running `/home/build/.rustup/toolchains/1.88.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=660589dff4ca3cae -C extra-filename=-03c0271a4966fce0 --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-e71e238dfbd6ab3a.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-2ffbb8a02f03caaa.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-61162f4e47f29064.rmeta --cap-lints allow`
7992025-07-14T17:43:18.944Z Running `/home/build/.rustup/toolchains/1.88.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=8753f1cc4a41fa89 -C extra-filename=-c0e3676726fdadcd --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`
8002025-07-14T17:43:18.959Z Running `/home/build/.rustup/toolchains/1.88.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=d7b03eab041aed5d -C extra-filename=-55a523a3e618bde9 --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-99e9fd566e01d257.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-ec1ff3f3673c636d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-29fd86a57c6cfc7b.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-c116d6b0d982b6e9.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-3500c25e9365155c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out`
8012025-07-14T17:43:19.453Z Running `/home/build/.rustup/toolchains/1.88.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=e88ffe746ccea827 -C extra-filename=-1799733045322717 --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-e7ac0db386fad00b.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-ec1ff3f3673c636d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-29fd86a57c6cfc7b.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-c116d6b0d982b6e9.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-3500c25e9365155c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
8022025-07-14T17:43:19.595Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=0c43845cf1c9d4ce -C extra-filename=-c7b7455fabdc0325 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
8032025-07-14T17:43:20.118Z Compiling serde_derive_internals v0.29.0
8042025-07-14T17:43:20.122Z Running `/home/build/.rustup/toolchains/1.88.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=3d364551e733602c -C extra-filename=-b7429fbd5f1a7703 --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-ce098131630a8f34.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rmeta --cap-lints allow`
8052025-07-14T17:43:20.301Z Compiling concurrent-queue v2.5.0
8062025-07-14T17:43:20.304Z Running `/home/build/.rustup/toolchains/1.88.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=040e54b8c725c144 -C extra-filename=-aaa15e190589bb4c --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-3b55f3765d6b5a3d.rmeta --cap-lints allow`
8072025-07-14T17:43:20.329Z Compiling rustls-pemfile v2.1.3
8082025-07-14T17:43:20.349Z Running `/home/build/.rustup/toolchains/1.88.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.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e398d2699e28696d -C extra-filename=-f1503351a3054c0c --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-b1080144b00bc4c2.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --cap-lints allow`
8092025-07-14T17:43:20.616Z Compiling http-body-util v0.1.3
8102025-07-14T17:43:20.620Z Running `/home/build/.rustup/toolchains/1.88.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=48351dcab4a21a9b -C extra-filename=-e05d68e143c3c991 --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-be5089041960340d.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a7577c95cd738630.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-dae9cba7962ac5e3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --cap-lints allow`
8112025-07-14T17:43:20.677Z Compiling rand_core v0.6.3
8122025-07-14T17:43:20.688Z Running `/home/build/.rustup/toolchains/1.88.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=4c12be8cf691a804 -C extra-filename=-54bc8964cb6b1f0f --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-43164d387bb46470.rmeta --cap-lints allow`
8132025-07-14T17:43:20.728Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.104/src/lib.rs --error-format=json --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=fea9544b7feffa8d -C extra-filename=-570899529f45d082 --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-ce098131630a8f34.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-8481105dc09ec6e9.rmeta --cap-lints allow`
8142025-07-14T17:43:20.794Z Compiling sync_wrapper v1.0.1
8152025-07-14T17:43:20.798Z Running `/home/build/.rustup/toolchains/1.88.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=4258f4e4b410d4fa -C extra-filename=-7fde041ed0c21e3c --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-a7577c95cd738630.rmeta --cap-lints allow`
8162025-07-14T17:43:20.958Z Compiling multer v3.1.0
8172025-07-14T17:43:20.962Z Running `/home/build/.rustup/toolchains/1.88.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=2d29b5a1150af0ee -C extra-filename=-8aae14eeb9737077 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-8aae14eeb9737077 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbcd09ceefe78011.rlib --cap-lints allow`
8182025-07-14T17:43:21.051Z Compiling thread_local v1.1.4
8192025-07-14T17:43:21.055Z Running `/home/build/.rustup/toolchains/1.88.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=3adb756bba79bd11 -C extra-filename=-6887c0bf1feeed4b --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-e7ac0db386fad00b.rmeta --cap-lints allow`
8202025-07-14T17:43:21.085Z Compiling encoding_rs v0.8.32
8212025-07-14T17:43:21.088Z Running `/home/build/.rustup/toolchains/1.88.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=22f422753cefef19 -C extra-filename=-ac7766f32b37a874 --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-dfaff0260e0500ae.rmeta --cap-lints allow`
8222025-07-14T17:43:21.355Z Compiling hyper v1.6.0
8232025-07-14T17:43:21.359Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.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 --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=32e814340ea5a674 -C extra-filename=-5de952b6a3d1ef92 --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-be5089041960340d.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-9dd85f82b5ff900c.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-9a27675f9d7feda8.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-c57da54748d644a9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-dae9cba7962ac5e3.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-e1c43a0d7fbaa5b4.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-f32ba0a74234d879.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-328207cf8536fb3b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-2ffbb8a02f03caaa.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-fe060303515ecd85.rmeta --cap-lints allow`
8242025-07-14T17:43:21.528Z Compiling schemars v0.8.22
8252025-07-14T17:43:21.540Z Running `/home/build/.rustup/toolchains/1.88.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=9469b30ed64863b7 -C extra-filename=-19f97915b41fa9be --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-19f97915b41fa9be -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8262025-07-14T17:43:21.917Z Compiling iana-time-zone v0.1.47
8272025-07-14T17:43:21.920Z Running `/home/build/.rustup/toolchains/1.88.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=98bdc9aae0f2cee8 -C extra-filename=-0f808564dda14afa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8282025-07-14T17:43:21.930Z Compiling match_cfg v0.1.0
8292025-07-14T17:43:21.934Z Running `/home/build/.rustup/toolchains/1.88.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=32daf2cb046df752 -C extra-filename=-342a05e31bfa25f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8302025-07-14T17:43:22.032Z Compiling camino v1.1.10
8312025-07-14T17:43:22.036Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.10/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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=c175da88f0657667 -C extra-filename=-bfc746c0b7bc50d2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-bfc746c0b7bc50d2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8322025-07-14T17:43:22.333Z Compiling similar v2.2.1
8332025-07-14T17:43:22.336Z Running `/home/build/.rustup/toolchains/1.88.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=bf32c643b673bf2e -C extra-filename=-b3fed7e2a10d5781 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8342025-07-14T17:43:22.659Z Compiling parking v2.2.0
8352025-07-14T17:43:22.670Z Running `/home/build/.rustup/toolchains/1.88.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=1498d3b03d85a551 -C extra-filename=-ffebb5994e4fc9aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8362025-07-14T17:43:23.015Z Compiling tower-layer v0.3.3
8372025-07-14T17:43:23.018Z Running `/home/build/.rustup/toolchains/1.88.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=c09749d5411dc5bc -C extra-filename=-9988377373b627a9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8382025-07-14T17:43:23.341Z Compiling toml_writer v1.0.2
8392025-07-14T17:43:23.344Z Running `/home/build/.rustup/toolchains/1.88.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.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=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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2c4025f18f496811 -C extra-filename=-ec4e5012de6a5e97 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8402025-07-14T17:43:23.681Z Compiling hyper-util v0.1.15
8412025-07-14T17:43:23.685Z Running `/home/build/.rustup/toolchains/1.88.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.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="client"' --cfg 'feature="client-legacy"' --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-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=2d1871810727ea15 -C extra-filename=-cd3949739b169de2 --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-b1080144b00bc4c2.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-9dd85f82b5ff900c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a7577c95cd738630.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-9a27675f9d7feda8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-dae9cba7962ac5e3.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-5515e7dacc7e46c2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-154361273456f495.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7c57ce19ae95057a.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-a431b5ba8f69ae59.rmeta --cap-lints allow`
8422025-07-14T17:43:23.754Z Compiling slog-async v2.8.0
8432025-07-14T17:43:23.758Z Running `/home/build/.rustup/toolchains/1.88.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=2c7d7ffbfe808adb -C extra-filename=-d0c62a035812a7df --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-d0c62a035812a7df -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8442025-07-14T17:43:24.285Z Compiling target-triple v0.1.3
8452025-07-14T17:43:24.289Z Running `/home/build/.rustup/toolchains/1.88.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-0.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=197f8e6de0c441c8 -C extra-filename=-e39a3405420533ac --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-e39a3405420533ac -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8462025-07-14T17:43:24.461Z Compiling heck v0.5.0
8472025-07-14T17:43:24.465Z Running `/home/build/.rustup/toolchains/1.88.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=2354a1cbbb6459e9 -C extra-filename=-dacb9904bb1146a4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8482025-07-14T17:43:24.820Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-e39a3405420533ac/build-script-build`
8492025-07-14T17:43:24.841Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-d0c62a035812a7df/build-script-build`
8502025-07-14T17:43:24.877Z Compiling toml v0.9.2
8512025-07-14T17:43:24.880Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=f679ed5195816aff -C extra-filename=-ecb22803b5ea18df --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-ea9faeaa680382c1.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-7d86c10c6f657075.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-6c4c3568f9fdaef9.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-07057ec29dedb178.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-ec4e5012de6a5e97.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-b1200cc46e700de9.rmeta --cap-lints allow`
8522025-07-14T17:43:24.904Z Compiling tower v0.5.2
8532025-07-14T17:43:24.907Z Running `/home/build/.rustup/toolchains/1.88.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="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=6a7cadfafd3e5dbc -C extra-filename=-20a3911ad5fcc770 --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-a7577c95cd738630.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-9a27675f9d7feda8.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-7fde041ed0c21e3c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-9988377373b627a9.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7c57ce19ae95057a.rmeta --cap-lints allow`
8542025-07-14T17:43:25.138Z Compiling tokio-rustls v0.26.0
8552025-07-14T17:43:25.142Z Compiling tokio-rustls v0.25.0
8562025-07-14T17:43:25.142Z Running `/home/build/.rustup/toolchains/1.88.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=1203218f278ccfa1 -C extra-filename=-22b1db7432df553b --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-1799733045322717.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out`
8572025-07-14T17:43:25.142Z Running `/home/build/.rustup/toolchains/1.88.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=842229c898f49803 -C extra-filename=-af797ae0e969d0d6 --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-55a523a3e618bde9.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out`
8582025-07-14T17:43:25.575Z Compiling event-listener v5.0.0
8592025-07-14T17:43:25.578Z Running `/home/build/.rustup/toolchains/1.88.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=8782b9539d6592a0 -C extra-filename=-a1520cf22eb43006 --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-aaa15e190589bb4c.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-ffebb5994e4fc9aa.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --cap-lints allow`
8602025-07-14T17:43:25.600Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-bfc746c0b7bc50d2/build-script-build`
8612025-07-14T17:43:25.647Z Compiling chrono v0.4.41
8622025-07-14T17:43:25.653Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="now"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "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=9c9fae4b5b02c409 -C extra-filename=-f47db6a9171558ad --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-0f808564dda14afa.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-c0e3676726fdadcd.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --cap-lints allow`
8632025-07-14T17:43:25.679Z Compiling hostname v0.3.1
8642025-07-14T17:43:25.683Z Running `/home/build/.rustup/toolchains/1.88.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=e9629b46818b4fb8 -C extra-filename=-100f5fb8f353cef5 --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-d24887d0952db9cd.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-342a05e31bfa25f2.rmeta --cap-lints allow`
8652025-07-14T17:43:25.912Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-19f97915b41fa9be/build-script-build`
8662025-07-14T17:43:25.919Z Compiling schemars_derive v0.8.22
8672025-07-14T17:43:25.923Z Running `/home/build/.rustup/toolchains/1.88.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=23b8089d8a004a8c -C extra-filename=-7069ddb5748bf500 --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-b7429fbd5f1a7703.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
8682025-07-14T17:43:26.119Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-8aae14eeb9737077/build-script-build`
8692025-07-14T17:43:26.181Z Compiling rand_chacha v0.3.1
8702025-07-14T17:43:26.184Z Running `/home/build/.rustup/toolchains/1.88.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=189edec3887de8a4 -C extra-filename=-80ed08a071d3dd57 --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-52a7e3f3ff6e8b12.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-54bc8964cb6b1f0f.rmeta --cap-lints allow`
8712025-07-14T17:43:27.074Z Running `/home/build/.rustup/toolchains/1.88.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.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="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=7989ca74814d1ed7 -C extra-filename=-c14de47c2e819980 --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-ed788248c067771a.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-e1c6e9e32cafd46e.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-7a22b04ed75f4b85.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-ce098131630a8f34.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-570899529f45d082.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ed2ac2ccc077116f.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-059e8ba9f1eebf5b.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
8722025-07-14T17:43:27.275Z Compiling url v2.5.4
8732025-07-14T17:43:27.279Z Running `/home/build/.rustup/toolchains/1.88.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=d6c8d58e1b2c038b -C extra-filename=-6999114d60d41480 --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-13ec6e784d66b226.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-03c0271a4966fce0.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rmeta --cap-lints allow`
8742025-07-14T17:43:28.335Z Compiling usdt-attr-macro v0.5.0
8752025-07-14T17:43:28.338Z Running `/home/build/.rustup/toolchains/1.88.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.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 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=35abc77f9a7949a7 -C extra-filename=-2a126abaa8d6e73e --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-7a22b04ed75f4b85.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d9067958bdf7af04.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-b98242f38f7495ee.rlib --extern proc_macro --cap-lints allow`
8762025-07-14T17:43:28.479Z Compiling usdt-macro v0.5.0
8772025-07-14T17:43:28.483Z Running `/home/build/.rustup/toolchains/1.88.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.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 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=4c9baa6e707bd092 -C extra-filename=-25bc64005d3b5da3 --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-7a22b04ed75f4b85.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d9067958bdf7af04.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-b98242f38f7495ee.rlib --extern proc_macro --cap-lints allow`
8782025-07-14T17:43:28.608Z Compiling tokio-native-tls v0.3.1
8792025-07-14T17:43:28.611Z Running `/home/build/.rustup/toolchains/1.88.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=843d7468df69f885 -C extra-filename=-8fa388907c9e7eaa --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-35386634072ed780.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8802025-07-14T17:43:28.694Z Compiling slog-json v2.6.1
8812025-07-14T17:43:28.697Z Running `/home/build/.rustup/toolchains/1.88.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=182451c91947374e -C extra-filename=-719614c39ad6264b --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-ea9faeaa680382c1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-86d4f330ea3af003.rmeta --cap-lints allow`
8822025-07-14T17:43:28.891Z Compiling serde_urlencoded v0.7.1
8832025-07-14T17:43:28.895Z Running `/home/build/.rustup/toolchains/1.88.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=0b720370300f013e -C extra-filename=-e5ec258dcd0d7357 --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-13ec6e784d66b226.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-328207cf8536fb3b.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-4f976a96ffa71223.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --cap-lints allow`
8842025-07-14T17:43:29.020Z Compiling uuid v1.17.0
8852025-07-14T17:43:29.023Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=c80836ef7436c921 -C extra-filename=-1ead982683ca967f --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-cbcc41cedcd44cbc.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --cap-lints allow`
8862025-07-14T17:43:29.056Z Compiling futures-executor v0.3.31
8872025-07-14T17:43:29.059Z Running `/home/build/.rustup/toolchains/1.88.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=d7f0a0c9da7b3d43 -C extra-filename=-83bfb4ce1a7f6f5f --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-a7577c95cd738630.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-1c7528566c3a35c4.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-9a27675f9d7feda8.rmeta --cap-lints allow`
8882025-07-14T17:43:29.192Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-2ca192fb789131f1/build-script-build`
8892025-07-14T17:43:29.225Z Compiling rand v0.9.1
8902025-07-14T17:43:29.228Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.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="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=90ddd38323da7a7c -C extra-filename=-ae088dda0fd42e12 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-7c8e3047db8541d1.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-b29adcdabca8003b.rmeta --cap-lints allow`
8912025-07-14T17:43:29.364Z Compiling term v0.7.0
8922025-07-14T17:43:29.367Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=a31ed3718f72289e -C extra-filename=-0accfb4128cb21b0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dirs_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_next-03241ecd770ad89f.rmeta --cap-lints allow`
8932025-07-14T17:43:29.569Z Compiling async-stream-impl v0.3.6
8942025-07-14T17:43:29.573Z Running `/home/build/.rustup/toolchains/1.88.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=38b0d4cf1cd955e4 -C extra-filename=-4a551faac47e85ad --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
8952025-07-14T17:43:29.856Z Compiling tempfile v3.20.0
8962025-07-14T17:43:29.867Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.20.0/src/lib.rs --error-format=json --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", "unstable-windows-keep-open-tempfile"))' -C metadata=ac881486f0b9969f -C extra-filename=-ff8b14e819f43d6a --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-d017df49ffc04a68.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-cbcc41cedcd44cbc.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-e7ac0db386fad00b.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-361337cd9fd20472.rmeta --cap-lints allow`
8972025-07-14T17:43:29.908Z Compiling crossbeam-channel v0.5.1
8982025-07-14T17:43:29.930Z Running `/home/build/.rustup/toolchains/1.88.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=a8bc27fc83f97f52 -C extra-filename=-c4339d8217799992 --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-dfaff0260e0500ae.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-3b55f3765d6b5a3d.rmeta --cap-lints allow`
8992025-07-14T17:43:29.936Z Compiling webpki-roots v0.26.5
9002025-07-14T17:43:29.939Z Running `/home/build/.rustup/toolchains/1.88.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=a37b1951aec9039b -C extra-filename=-43305fb28c149921 --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-ac218394cca53f8b.rmeta --cap-lints allow`
9012025-07-14T17:43:30.164Z Compiling memmap v0.7.0
9022025-07-14T17:43:30.167Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap-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=d5a7c7ef892c12a2 -C extra-filename=-42b7da425b54265f --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-d24887d0952db9cd.rmeta --cap-lints allow`
9032025-07-14T17:43:30.442Z Compiling is-terminal v0.4.12
9042025-07-14T17:43:30.445Z Running `/home/build/.rustup/toolchains/1.88.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=62994abca9c4cb81 -C extra-filename=-4ddabccd47a508d8 --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-d24887d0952db9cd.rmeta --cap-lints allow`
9052025-07-14T17:43:30.508Z Compiling dropshot v0.16.2 (/work/oxidecomputer/dropshot/dropshot)
9062025-07-14T17:43:30.511Z Running `/home/build/.rustup/toolchains/1.88.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=0bf303a0bda245c6 -C extra-filename=-3f9199acec80ff46 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-3f9199acec80ff46 -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-dbcd09ceefe78011.rlib`
9072025-07-14T17:43:30.580Z Compiling utf-8 v0.7.6
9082025-07-14T17:43:30.583Z Running `/home/build/.rustup/toolchains/1.88.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=a1d4262e58cac274 -C extra-filename=-ea317845d47f7125 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9092025-07-14T17:43:30.696Z Compiling buf-list v1.0.3
9102025-07-14T17:43:30.708Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/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("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=b34525f900c5f653 -C extra-filename=-4863b14248225f17 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-4863b14248225f17 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9112025-07-14T17:43:30.720Z Compiling spin v0.9.8
9122025-07-14T17:43:30.738Z Running `/home/build/.rustup/toolchains/1.88.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=835457ce8fff1355 -C extra-filename=-e5d3e54c78a2e81c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9132025-07-14T17:43:30.861Z Compiling data-encoding v2.4.0
9142025-07-14T17:43:30.870Z Running `/home/build/.rustup/toolchains/1.88.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=8c0b071c3542793e -C extra-filename=-ccaee813ff88edb0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9152025-07-14T17:43:30.882Z Compiling iri-string v0.7.8
9162025-07-14T17:43:30.894Z Running `/home/build/.rustup/toolchains/1.88.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=d77928979b552578 -C extra-filename=-53af498df590e937 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9172025-07-14T17:43:30.897Z Compiling dyn-clone v1.0.4
9182025-07-14T17:43:30.900Z Running `/home/build/.rustup/toolchains/1.88.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=aca187e147bb1987 -C extra-filename=-453a02062c3ce0a4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9192025-07-14T17:43:30.910Z Compiling anyhow v1.0.98
9202025-07-14T17:43:30.913Z Compiling take_mut v0.2.2
9212025-07-14T17:43:30.913Z Running `/home/build/.rustup/toolchains/1.88.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.98/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=9ef39fe3726756fd -C extra-filename=-6a9db9de8cae5425 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-6a9db9de8cae5425 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9222025-07-14T17:43:30.913Z Running `/home/build/.rustup/toolchains/1.88.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=d10e5a27ae5dc2ed -C extra-filename=-9ae549a8afdf454f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9232025-07-14T17:43:31.033Z Running `/home/build/.rustup/toolchains/1.88.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=c74d4da26bef41a9 -C extra-filename=-c393c8990d013804 --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-f47db6a9171558ad.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-453a02062c3ce0a4.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-7069ddb5748bf500.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1ead982683ca967f.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9242025-07-14T17:43:31.073Z Running `/home/build/.rustup/toolchains/1.88.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=e3f5589d25caa07b -C extra-filename=-919536fec28f0767 --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-c4339d8217799992.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-9ae549a8afdf454f.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-6887c0bf1feeed4b.rmeta --cap-lints allow --cfg integer128`
9252025-07-14T17:43:31.303Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-4863b14248225f17/build-script-build`
9262025-07-14T17:43:31.351Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-3f9199acec80ff46/build-script-build`
9272025-07-14T17:43:31.416Z Compiling tungstenite v0.27.0
9282025-07-14T17:43:31.428Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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=cf746d2b19d379f1 -C extra-filename=-363b92159e69bef4 --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-be5089041960340d.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-ccaee813ff88edb0.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-e1c43a0d7fbaa5b4.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-99e9fd566e01d257.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-ae088dda0fd42e12.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-ea317845d47f7125.rmeta --cap-lints allow`
9292025-07-14T17:43:31.516Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-6a9db9de8cae5425/build-script-build`
9302025-07-14T17:43:31.827Z Compiling async-stream v0.3.6
9312025-07-14T17:43:31.830Z Running `/home/build/.rustup/toolchains/1.88.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=e9808faf68974140 -C extra-filename=-966079c1efae5a34 --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-4a551faac47e85ad.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a7577c95cd738630.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --cap-lints allow`
9322025-07-14T17:43:31.937Z Running `/home/build/.rustup/toolchains/1.88.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=b250abdc3423e368 -C extra-filename=-a1924ebcca4ac738 --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-be5089041960340d.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-ac7766f32b37a874.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-9a27675f9d7feda8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-e1c43a0d7fbaa5b4.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-41a29bd53a0aa9b7.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-38de0dd7a75f4798.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-e5d3e54c78a2e81c.rmeta --cap-lints allow`
9332025-07-14T17:43:32.132Z Compiling slog-term v2.9.1
9342025-07-14T17:43:32.135Z Running `/home/build/.rustup/toolchains/1.88.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.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("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=431425a376b8b804 -C extra-filename=-1b2c621d84cfeed4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-4ddabccd47a508d8.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-0accfb4128cb21b0.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-6887c0bf1feeed4b.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-86d4f330ea3af003.rmeta --cap-lints allow`
9352025-07-14T17:43:32.160Z Compiling usdt v0.5.0
9362025-07-14T17:43:32.172Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-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 -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=8bd2e4ee49ec2512 -C extra-filename=-507a846d518b6b47 --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-e1c6e9e32cafd46e.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-7a22b04ed75f4b85.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-68d902d4de8c3b81.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-42b7da425b54265f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-2a126abaa8d6e73e.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-c14de47c2e819980.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-25bc64005d3b5da3.so --cap-lints allow`
9372025-07-14T17:43:32.669Z Compiling atomicwrites v0.4.4
9382025-07-14T17:43:32.674Z Running `/home/build/.rustup/toolchains/1.88.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=f36c080fac522cdf -C extra-filename=-02313cb4ffdc4fd5 --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-1b58c2fea058a2e5.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ff8b14e819f43d6a.rmeta --cap-lints allow`
9392025-07-14T17:43:32.779Z Compiling hyper-rustls v0.27.3
9402025-07-14T17:43:32.782Z Running `/home/build/.rustup/toolchains/1.88.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=c43dea50a7d9379a -C extra-filename=-d6190e2421513a1c --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-9a27675f9d7feda8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1799733045322717.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-22b1db7432df553b.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7c57ce19ae95057a.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-43305fb28c149921.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out`
9412025-07-14T17:43:32.999Z Compiling futures v0.3.31
9422025-07-14T17:43:33.003Z Running `/home/build/.rustup/toolchains/1.88.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=53ca845c7fd4843c -C extra-filename=-b4b3c7700f4abc56 --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-9dd85f82b5ff900c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a7577c95cd738630.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-83bfb4ce1a7f6f5f.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-a64e20a4520cf0e3.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a701ec04c9ea3b8a.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-1c7528566c3a35c4.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-9a27675f9d7feda8.rmeta --cap-lints allow`
9432025-07-14T17:43:33.036Z Running `/home/build/.rustup/toolchains/1.88.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=3e91bb0228f208b5 -C extra-filename=-5398dc6cdb022f89 --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-38de0dd7a75f4798.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-d2a271226b0186fd.rmeta --cap-lints allow`
9442025-07-14T17:43:33.118Z Compiling slog-bunyan v2.5.0
9452025-07-14T17:43:33.121Z Running `/home/build/.rustup/toolchains/1.88.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=f0eccb97ef5f37ca -C extra-filename=-930003fd8048f06d --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-100f5fb8f353cef5.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-86d4f330ea3af003.rmeta --cap-lints allow`
9462025-07-14T17:43:33.160Z Compiling hyper-tls v0.6.0
9472025-07-14T17:43:33.164Z Running `/home/build/.rustup/toolchains/1.88.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=50775d0fc6320e63 -C extra-filename=-be5dfff1063c1fa1 --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-be5089041960340d.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-35386634072ed780.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-8fa388907c9e7eaa.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7c57ce19ae95057a.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9482025-07-14T17:43:33.309Z Compiling rand v0.8.4
9492025-07-14T17:43:33.312Z Running `/home/build/.rustup/toolchains/1.88.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=949caa51e06c1a6a -C extra-filename=-6d6edce4ed3ff5a6 --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-d24887d0952db9cd.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-80ed08a071d3dd57.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-54bc8964cb6b1f0f.rmeta --cap-lints allow`
9502025-07-14T17:43:33.374Z Compiling event-listener-strategy v0.5.4
9512025-07-14T17:43:33.385Z Running `/home/build/.rustup/toolchains/1.88.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=845f4d14cfce4876 -C extra-filename=-3ba4c700d6df5c70 --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-a1520cf22eb43006.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --cap-lints allow`
9522025-07-14T17:43:33.408Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=3cb7f3d3f496b142 -C extra-filename=-9b1174061e7f9b0f --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-ea9faeaa680382c1.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'`
9532025-07-14T17:43:33.609Z Compiling dropshot_endpoint v0.16.2 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9542025-07-14T17:43:33.612Z Running `/home/build/.rustup/toolchains/1.88.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=1b10aaefb0cee3b6 -C extra-filename=-1704f730de4d87d2 --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-dacb9904bb1146a4.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5f36237522c08e7c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d9067958bdf7af04.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro`
9552025-07-14T17:43:33.634Z Compiling tower-http v0.6.5
9562025-07-14T17:43:33.637Z Running `/home/build/.rustup/toolchains/1.88.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=96356f98a1196b3f -C extra-filename=-5fa4ef4c355f5c39 --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-d6f784c5d6bd4a8b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-9a27675f9d7feda8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-dae9cba7962ac5e3.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-53af498df590e937.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-20a3911ad5fcc770.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-9988377373b627a9.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7c57ce19ae95057a.rmeta --cap-lints allow`
9572025-07-14T17:43:33.652Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-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=8905113ae4398322 -C extra-filename=-b2993964078c91d4 --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"))'`
9582025-07-14T17:43:33.772Z Compiling rustls-native-certs v0.7.0
9592025-07-14T17:43:33.775Z Running `/home/build/.rustup/toolchains/1.88.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=22a1aabe8fa134ed -C extra-filename=-166fe3cbf7322a7f --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-6fae1bdd24c9d3b3.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --cap-lints allow`
9602025-07-14T17:43:34.053Z Compiling openapiv3 v2.2.0
9612025-07-14T17:43:34.056Z Running `/home/build/.rustup/toolchains/1.88.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=d6c9792c80ef7e2e -C extra-filename=-7ae5b120cb46ea46 --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-a81a231913902c58.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rmeta --cap-lints allow`
9622025-07-14T17:43:34.191Z Compiling serde_path_to_error v0.1.17
9632025-07-14T17:43:34.231Z Running `/home/build/.rustup/toolchains/1.88.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.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffb1c7c692f26c09 -C extra-filename=-34a0bf7dccc18808 --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-328207cf8536fb3b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --cap-lints allow`
9642025-07-14T17:43:34.289Z Compiling async-trait v0.1.88
9652025-07-14T17:43:34.292Z Running `/home/build/.rustup/toolchains/1.88.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.88/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=f8daa33d7afaee5e -C extra-filename=-529d1b1475364577 --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
9662025-07-14T17:43:34.536Z Compiling yasna v0.5.2
9672025-07-14T17:43:34.540Z Running `/home/build/.rustup/toolchains/1.88.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=ff8f854efe68bc50 -C extra-filename=-34af97935aeeabfe --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-86d4f330ea3af003.rmeta --cap-lints allow`
9682025-07-14T17:43:34.551Z Compiling pem v3.0.5
9692025-07-14T17:43:34.563Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=3945b506cfa1a8f6 -C extra-filename=-29b33e0705eeed83 --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-b1080144b00bc4c2.rmeta --cap-lints allow`
9702025-07-14T17:43:34.748Z Compiling waitgroup v0.1.2
9712025-07-14T17:43:34.751Z Running `/home/build/.rustup/toolchains/1.88.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=72544f31a070fafa -C extra-filename=-c9a4a85b6e3f53a3 --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-76b5b9112969aa72.rmeta --cap-lints allow`
9722025-07-14T17:43:34.770Z Compiling webpki-roots v1.0.0
9732025-07-14T17:43:34.773Z Running `/home/build/.rustup/toolchains/1.88.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=1c62e556ac263c03 -C extra-filename=-6ff5e2070df4acfa --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-ac218394cca53f8b.rmeta --cap-lints allow`
9742025-07-14T17:43:34.957Z Compiling hostname v0.4.0
9752025-07-14T17:43:34.969Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=12682b7ab7228d93 -C extra-filename=-9c9c9502d7daf1a9 --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-dfaff0260e0500ae.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --cap-lints allow`
9762025-07-14T17:43:34.973Z Compiling debug-ignore v1.0.5
9772025-07-14T17:43:34.973Z Compiling http-range v0.1.4
9782025-07-14T17:43:34.976Z Running `/home/build/.rustup/toolchains/1.88.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=05edf519127548dd -C extra-filename=-6c38af248fb6fbf0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9792025-07-14T17:43:34.976Z Running `/home/build/.rustup/toolchains/1.88.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=0dc01989835ddedc -C extra-filename=-daacd953ee0357fe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9802025-07-14T17:43:35.143Z Compiling simple-mermaid v0.2.0
9812025-07-14T17:43:35.147Z Running `/home/build/.rustup/toolchains/1.88.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=2016838cf27a3c9b -C extra-filename=-cde84c3aa24c8eb7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9822025-07-14T17:43:35.190Z Compiling glob v0.3.0
9832025-07-14T17:43:35.193Z Running `/home/build/.rustup/toolchains/1.88.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=3c7e3e32e1e37d8a -C extra-filename=-b7c7d59cdfb31d5f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9842025-07-14T17:43:35.246Z Compiling termcolor v1.1.2
9852025-07-14T17:43:35.259Z Running `/home/build/.rustup/toolchains/1.88.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=b9cf5239c9a3f1c7 -C extra-filename=-ecdb20ec6656579f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9862025-07-14T17:43:35.307Z Compiling hyper-staticfile v0.10.1
9872025-07-14T17:43:35.310Z Compiling reqwest v0.12.22
9882025-07-14T17:43:35.320Z Running `/home/build/.rustup/toolchains/1.88.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=891466f8fada1f97 -C extra-filename=-1a7b1542a939de7a --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-9a27675f9d7feda8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-daacd953ee0357fe.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-f32ba0a74234d879.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-6d6edce4ed3ff5a6.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-6999114d60d41480.rmeta --cap-lints allow`
9892025-07-14T17:43:35.324Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.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 --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=7c2c780445e96bc7 -C extra-filename=-4f017d6ea81fc639 --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-b1080144b00bc4c2.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-ac7766f32b37a874.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a7577c95cd738630.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-c57da54748d644a9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-dae9cba7962ac5e3.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d6190e2421513a1c.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-be5dfff1063c1fa1.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-99e9fd566e01d257.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-38de0dd7a75f4798.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-35386634072ed780.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1799733045322717.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-7fde041ed0c21e3c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-8fa388907c9e7eaa.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-22b1db7432df553b.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-20a3911ad5fcc770.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-5fa4ef4c355f5c39.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7c57ce19ae95057a.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-6999114d60d41480.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-6ff5e2070df4acfa.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
9902025-07-14T17:43:35.963Z Compiling trybuild v1.0.106
9912025-07-14T17:43:35.966Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=0365b29ea34e0f2e -C extra-filename=-efa0831725a6a025 --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-b7c7d59cdfb31d5f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-e07e680f3b9cbe98.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-b2993964078c91d4.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-ecdb20ec6656579f.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rmeta --cap-lints allow`
9922025-07-14T17:43:36.025Z Compiling rcgen v0.14.2
9932025-07-14T17:43:36.045Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.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="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=816443bc5069a208 -C extra-filename=-a24c54b1471d868d --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-29b33e0705eeed83.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-ec1ff3f3673c636d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-86d4f330ea3af003.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-34af97935aeeabfe.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out`
9942025-07-14T17:43:36.048Z Compiling hyper-rustls v0.26.0
9952025-07-14T17:43:36.121Z Running `/home/build/.rustup/toolchains/1.88.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=193bba576e461bdf -C extra-filename=-0a351e1b5a17f3ad --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-9a27675f9d7feda8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-99e9fd566e01d257.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-166fe3cbf7322a7f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7c57ce19ae95057a.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out`
9962025-07-14T17:43:36.363Z Compiling async-channel v2.5.0
9972025-07-14T17:43:36.366Z Running `/home/build/.rustup/toolchains/1.88.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=13451bf93045050a -C extra-filename=-dea17019b4bc287a --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-aaa15e190589bb4c.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-3ba4c700d6df5c70.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a7577c95cd738630.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --cap-lints allow`
9982025-07-14T17:43:36.513Z Compiling expectorate v1.2.0
9992025-07-14T17:43:36.516Z Running `/home/build/.rustup/toolchains/1.88.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=b257236c0d1367da -C extra-filename=-a786776ecea4b8c6 --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-02313cb4ffdc4fd5.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-43007bdb84e50f2c.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-eec7405a1ac12291.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-b3fed7e2a10d5781.rmeta --cap-lints allow`
10002025-07-14T17:43:36.583Z Compiling tokio-tungstenite v0.27.0
10012025-07-14T17:43:36.586Z Running `/home/build/.rustup/toolchains/1.88.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.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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=3bbf2a9635dc26cb -C extra-filename=-c7b8caee226facf3 --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-9a27675f9d7feda8.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-99e9fd566e01d257.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-363b92159e69bef4.rmeta --cap-lints allow`
10022025-07-14T17:43:36.722Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/src/lib.rs --error-format=json --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=a3de894cc8504126 -C extra-filename=-c027896258056d53 --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_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)'`
10032025-07-14T17:43:36.770Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=5f6f78bc616d5cd2 -C extra-filename=-ac0a9f5e67d8dfb7 --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-be5089041960340d.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds`
10042025-07-14T17:43:37.109Z Compiling subprocess v0.2.9
10052025-07-14T17:43:37.112Z Running `/home/build/.rustup/toolchains/1.88.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=ceeb5a880a34d8e2 -C extra-filename=-3ac14fe746defcac --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-d24887d0952db9cd.rmeta --cap-lints allow`
10062025-07-14T17:43:37.283Z Running `/home/build/.rustup/toolchains/1.88.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=68feab697192e1e3 -C extra-filename=-c49d765f4a4d275e --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-c49d765f4a4d275e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10072025-07-14T17:43:37.542Z Compiling prettyplease v0.2.35
10082025-07-14T17:43:37.554Z Running `/home/build/.rustup/toolchains/1.88.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.35/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=7144f99855057a14 -C extra-filename=-1b71e37aa1331370 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-1b71e37aa1331370 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10092025-07-14T17:43:37.748Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-c49d765f4a4d275e/build-script-build`
10102025-07-14T17:43:37.752Z Running `/home/build/.rustup/toolchains/1.88.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 --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=d0c6408e6439d56c -C extra-filename=-ab3e42344fd3f3db --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-dfaff0260e0500ae.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --cap-lints allow`
10112025-07-14T17:43:37.957Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.20.0/src/lib.rs --error-format=json --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", "unstable-windows-keep-open-tempfile"))' -C metadata=0a0a8affb1105ddf -C extra-filename=-b473b0d0b7d2b2e3 --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-d017df49ffc04a68.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-ab3e42344fd3f3db.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-e7ac0db386fad00b.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-361337cd9fd20472.rmeta --cap-lints allow`
10122025-07-14T17:43:37.992Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-1b71e37aa1331370/build-script-build`
10132025-07-14T17:43:38.001Z Compiling schema-derive v0.1.0
10142025-07-14T17:43:38.004Z Running `/home/build/.rustup/toolchains/1.88.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=da67a9780d010771 -C extra-filename=-e0fcdc0e6960d1c4 --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-f5359803d3f31c6f.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
10152025-07-14T17:43:38.016Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.35/src/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=18a16a73e30cf8da -C extra-filename=-95815e9e8be9d647 --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-ce098131630a8f34.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10162025-07-14T17:43:38.851Z Running `/home/build/.rustup/toolchains/1.88.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=d8df5f234b01b250 -C extra-filename=-193197c534ea0411 --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-1b58c2fea058a2e5.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-b473b0d0b7d2b2e3.rmeta --cap-lints allow`
10172025-07-14T17:43:39.120Z Running `/home/build/.rustup/toolchains/1.88.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=e3855f35f823b6ef -C extra-filename=-f7c566114f9c9d19 --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-193197c534ea0411.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-43007bdb84e50f2c.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-eec7405a1ac12291.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-b3fed7e2a10d5781.rmeta --cap-lints allow`
10182025-07-14T17:43:40.150Z Running `/home/build/.rustup/toolchains/1.88.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=6d11e0dc6cd08d72 -C extra-filename=-2dcac5228432569b --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-966079c1efae5a34.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c393c8990d013804.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1ead982683ca967f.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out`
10192025-07-14T17:43:40.162Z Compiling schema v0.1.0
10202025-07-14T17:43:40.166Z Running `/home/build/.rustup/toolchains/1.88.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=813f4be38bc05978 -C extra-filename=-c003cb40b34307e7 --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-ce098131630a8f34.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-e0fcdc0e6960d1c4.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rmeta --cap-lints allow`
10212025-07-14T17:43:40.285Z Running `/home/build/.rustup/toolchains/1.88.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=be5168837d17c23d -C extra-filename=-f42fe39a7a742e65 --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-f7c566114f9c9d19.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-dacb9904bb1146a4.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-95815e9e8be9d647.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-c003cb40b34307e7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5f36237522c08e7c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d9067958bdf7af04.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro`
10222025-07-14T17:43:41.251Z Running `/home/build/.rustup/toolchains/1.88.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=30d7122f79689754 -C extra-filename=-e26447b233ac3264 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a786776ecea4b8c6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c393c8990d013804.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ff8b14e819f43d6a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c7b8caee226facf3.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1ead982683ca967f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10232025-07-14T17:43:46.671Z Running `/home/build/.rustup/toolchains/1.88.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=68d308bf5736c31a -C extra-filename=-64b7579b81a04d1e --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2dcac5228432569b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a786776ecea4b8c6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c393c8990d013804.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ff8b14e819f43d6a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c7b8caee226facf3.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1ead982683ca967f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10242025-07-14T17:43:46.677Z Running `/home/build/.rustup/toolchains/1.88.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=148a5872bf3332ee -C extra-filename=-5eba88628adfea17 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2dcac5228432569b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a786776ecea4b8c6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c393c8990d013804.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ff8b14e819f43d6a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c7b8caee226facf3.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1ead982683ca967f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10252025-07-14T17:43:46.677Z Running `/home/build/.rustup/toolchains/1.88.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=ea0eb33609f97b4e -C extra-filename=-7e4d5d9a06074828 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2dcac5228432569b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a786776ecea4b8c6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c393c8990d013804.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ff8b14e819f43d6a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c7b8caee226facf3.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1ead982683ca967f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10262025-07-14T17:43:46.677Z Running `/home/build/.rustup/toolchains/1.88.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=570587ef6bcd8c37 -C extra-filename=-1ca0c857be80397d --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2dcac5228432569b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a786776ecea4b8c6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c393c8990d013804.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ff8b14e819f43d6a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c7b8caee226facf3.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1ead982683ca967f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10272025-07-14T17:43:46.677Z Running `/home/build/.rustup/toolchains/1.88.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=95e44f83abdf1f24 -C extra-filename=-10fb469e5c20432c --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2dcac5228432569b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a786776ecea4b8c6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c393c8990d013804.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ff8b14e819f43d6a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c7b8caee226facf3.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1ead982683ca967f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10282025-07-14T17:43:46.682Z Running `/home/build/.rustup/toolchains/1.88.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=f912fa89892829d7 -C extra-filename=-e37d60e04c434dad --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2dcac5228432569b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a786776ecea4b8c6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c393c8990d013804.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ff8b14e819f43d6a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c7b8caee226facf3.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1ead982683ca967f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10292025-07-14T17:43:46.697Z Running `/home/build/.rustup/toolchains/1.88.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=25621745e2f186f3 -C extra-filename=-93aab984b0dc5042 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2dcac5228432569b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a786776ecea4b8c6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c393c8990d013804.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ff8b14e819f43d6a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c7b8caee226facf3.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1ead982683ca967f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10302025-07-14T17:44:04.641Z Running `/home/build/.rustup/toolchains/1.88.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=feee26b2db7fb602 -C extra-filename=-4af018368a4ea134 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2dcac5228432569b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a786776ecea4b8c6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c393c8990d013804.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ff8b14e819f43d6a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c7b8caee226facf3.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1ead982683ca967f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10312025-07-14T17:44:04.980Z Running `/home/build/.rustup/toolchains/1.88.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=6ce348f012ec9fae -C extra-filename=-e9c108ac5e22fbab --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2dcac5228432569b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a786776ecea4b8c6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c393c8990d013804.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ff8b14e819f43d6a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c7b8caee226facf3.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1ead982683ca967f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10322025-07-14T17:44:04.980Z Running `/home/build/.rustup/toolchains/1.88.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=8f4377a723c7b902 -C extra-filename=-0dc9f75fa086e6cc --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2dcac5228432569b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a786776ecea4b8c6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c393c8990d013804.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ff8b14e819f43d6a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c7b8caee226facf3.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1ead982683ca967f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10332025-07-14T17:44:05.047Zerror[E0308]: mismatched types
10342025-07-14T17:44:05.047Z --> dropshot/examples/api-trait-websocket.rs:127:43
10352025-07-14T17:44:05.047Z |
10362025-07-14T17:44:05.047Z127 | while ws.send(Message::Binary(vec![count])).await.is_ok() {
10372025-07-14T17:44:05.047Z | --------------- ^^^^^^^^^^^ expected `Bytes`, found `Vec<u8>`
10382025-07-14T17:44:05.047Z | |
10392025-07-14T17:44:05.047Z | arguments to this enum variant are incorrect
10402025-07-14T17:44:05.047Z |
10412025-07-14T17:44:05.047Z = note: expected struct `tokio_tungstenite::tungstenite::Bytes`
10422025-07-14T17:44:05.047Z found struct `std::vec::Vec<u8>`
10432025-07-14T17:44:05.047Znote: tuple variant defined here
10442025-07-14T17:44:05.047Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.27.0/src/protocol/message.rs:163:5
10452025-07-14T17:44:05.047Z |
10462025-07-14T17:44:05.047Z163 | Binary(Bytes),
10472025-07-14T17:44:05.047Z | ^^^^^^
10482025-07-14T17:44:05.047Zhelp: call `Into::into` on this expression to convert `std::vec::Vec<u8>` into `tokio_tungstenite::tungstenite::Bytes`
10492025-07-14T17:44:05.047Z |
10502025-07-14T17:44:05.047Z127 | while ws.send(Message::Binary(vec![count].into())).await.is_ok() {
10512025-07-14T17:44:05.047Z | +++++++
10522025-07-14T17:44:05.047Z
10532025-07-14T17:44:05.421ZFor more information about this error, try `rustc --explain E0308`.
10542025-07-14T17:44:05.474Zerror: could not compile `dropshot` (example "api-trait-websocket") due to 1 previous error
10552025-07-14T17:44:05.474Z
10562025-07-14T17:44:05.474ZCaused by:
10572025-07-14T17:44:05.478Z process didn't exit successfully: `/home/build/.rustup/toolchains/1.88.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=feee26b2db7fb602 -C extra-filename=-4af018368a4ea134 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2dcac5228432569b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a786776ecea4b8c6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c393c8990d013804.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ff8b14e819f43d6a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c7b8caee226facf3.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1ead982683ca967f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64` (exit status: 1)
10582025-07-14T17:44:05.478Zwarning: build failed, waiting for other jobs to finish...
10592025-07-14T17:44:19.021Z
10602025-07-14T17:44:19.021Zreal 1:31.612091486
10612025-07-14T17:44:19.021Zuser 9:10.474740678
10622025-07-14T17:44:19.021Zsys 1:14.119442159
10632025-07-14T17:44:19.021Ztrap 0.431373062
10642025-07-14T17:44:19.021Ztflt 0.989980269
10652025-07-14T17:44:19.021Zdflt 0.635783457
10662025-07-14T17:44:19.021Zkflt 0.009973655
10672025-07-14T17:44:19.021Zlock 25:56.822878263
10682025-07-14T17:44:19.021Zslp 38:19.280743629
10692025-07-14T17:44:19.021Zlat 35.489798323
10702025-07-14T17:44:19.021Zstop 1:05.534943816
10712025-07-14T17:44:19.025Zprocess exited: duration 116061 ms, exit code 101
 
10722025-07-14T17:44:19.032Zfound 0 output files